summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-09-23Fix typo: ) -> }.Nicholas Marriott
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-09-22Make use of the filename argument to open_error(), pointed out byNicholas Marriott
2011-09-22Remove the rcsid which were intentionally skipped in the "purge of 2009"Theo de Raadt
2011-09-22Revert r1.15. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-22don't let remote_glob() implicitly sort its results in do_globbed_ls() -Damien Miller
2011-09-21Fix mismerged copyright noticeTodd C. Miller
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-21Repair interrupted reads; fixes ^Z. OK deraadt@Todd C. Miller
2011-09-21remove rcsids which escaped the purge of 2009Jonathan Gray
2011-09-21As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze
2011-09-20groff compatibility for the rendering of foreign manuals:Ingo Schwarze
2011-09-20Major rewrite of the horizontal spacing of tablesIngo Schwarze
2011-09-20Don't include fcntl.h (not needed anymore) and use errx(3) instead ofAlexandre Ratchov
2011-09-20Using user-defined macros, surprisingly, it is possibleIngo Schwarze
2011-09-20add a blurb to caveats about variable expansions to multiple valuesJasper Lievisse Adriaanse
2011-09-20do not assign pointers to literal stringsIngo Schwarze
2011-09-20When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze
2011-09-20Lose unused variable cvs_msg, from Michael W Bombardieri.Nicholas Marriott
2011-09-20Sync print_mdoc_head to print_man_head;Ingo Schwarze
2011-09-19Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze
2011-09-19teach kdump about "siginfo-style" signal sub-codes, and the (currently)Theo de Raadt
2011-09-19clean up buffer cache statistics somewhat toBob Beck
2011-09-19Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze
2011-09-18Fix another regression introduced in 1.11.7:Ingo Schwarze
2011-09-18fix a regression introduced in 1.11.7:Ingo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-09-17Rewrite the main loop of the "sed s/..." command, to fix multipleIngo Schwarze
2011-09-17Initial, incomplete support for -TmanIngo Schwarze
2011-09-17Standarize the ToS option across nc/ping/traceroute so that they'llChristiano F. Haesbaert
2011-09-17Change the mandocdb(8) interface to better agree with makewhatis(8);Ingo Schwarze
2011-09-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
2011-09-16tweak previous;Jason McIntyre
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-16add missing Makefile.incAlexandr Shadchin
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2011-09-16Import of Less 444Alexandr Shadchin
2011-09-16apply following changes to sensor framework:Yojiro Uo
2011-09-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-13as per date(1) and touch(1), document default values used when "yy" isJason McIntyre
2011-09-12- (-t) use macros instead of punctuation, to avoid marking up theJason McIntyre
2011-09-12fix leak in do_lsreaddir(); ok djmMarkus Friedl
2011-09-11fix leaks in do_hardlink() and do_readlink(); bz#1921Markus Friedl
2011-09-11document new -O cancel command; ok djm@Okan Demirmen
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl
2011-09-10Another small tidy up. ok jmc@lum
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien Miller