summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-03-27Don't leak job command in #().Nicholas Marriott
2010-03-27tweak previous; ok dtuckerJason McIntyre
2010-03-27replace example that uses impossible uaudio(4) mixer item names andJacob Meuser
2010-03-27remove irrelevant man page; ok deraadtJason McIntyre
2010-03-27-a flag to insert a window after an existing one, moving other windowsNicholas Marriott
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-26Remove unnecessary ptr.lum
2010-03-26tweak previous;Jason McIntyre
2010-03-26Make the source of process TIME for displaying and sorting the same.lum
2010-03-26allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointerDamien Miller
2010-03-26merge 1.9.17, keeping local patchesIngo Schwarze
2010-03-26Reformat default value of PreferredAuthentications entry (current formattingDarren Tucker
2010-03-26mention that -S none disables connection sharing; from Colin WatsonDamien Miller
2010-03-25from portable: getcwd(NULL, 0) doesn't work on all platforms, soDamien Miller
2010-03-25merge 1.9.16, keeping local patchesIngo Schwarze
2010-03-25conform to gnum4 AND traditional m4 (solaris) behavior, namely,Marc Espie
2010-03-25fix a stupid out-of-bounds read access introduced in the previousIngo Schwarze
2010-03-25Regarding -L, consider a line ending in unescaped white space and the nextIngo Schwarze
2010-03-24Document updating the display using the space-bar.lum
2010-03-23fixes memory and FILE handle leaks. `acpidir' is allocated viaTheo de Raadt
2010-03-23Sync with show.c of route(8). OK michele@Claudio Jeker
2010-03-23Fix pointer usage with the renice and kill error message structure. Pointer w...lum
2010-03-23Add POSIX -A option to od and simplify a bit. From FreeBSD.Federico G. Schwindt
2010-03-22Only try to break the line at an existing hyphenIngo Schwarze
2010-03-22add more gnum4 support: regexps do weird things with empty patterns (thisMarc Espie
2010-03-22Even though this cannot happen in the diff -r case,Ingo Schwarze
2010-03-22Dead functions, lint.Nicholas Marriott
2010-03-22Reset output functions too when changing client after attaching, toNicholas Marriott
2010-03-22paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott
2010-03-22Nuke unused variable.Nicholas Marriott
2010-03-22Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-03-22Accept a full key match (not a partial) even if there is data left inNicholas Marriott
2010-03-22New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
2010-03-22make argument check for '-s' cli option and interactive 's' consistent. ok otto@lum
2010-03-20When the length of a single words exceeds the maximum acceptable lineIngo Schwarze
2010-03-20The newsyslog(8) utility used to keep one archived log file more thanIngo Schwarze
2010-03-19Fix three bugs in man(1):Ingo Schwarze
2010-03-18make the 'e' command work, from Mark LumsdenOtto Moerbeek
2010-03-18While resizing, show correct CPU stats, from Mark LumsdenOtto Moerbeek
2010-03-18zap -g that sneaked in some time agoOtto Moerbeek
2010-03-16crank version to openssh-5.5 since we have a few fixes since 5.4;Damien Miller
2010-03-16spelling in error message. ok djm kettenisKevin Steves
2010-03-15also print certificate type (user or host) for ssh-keygen -LKevin Steves
2010-03-14Fix a use-after-free when cancelling copy mode, or trying to repeat cancel.Nicholas Marriott
2010-03-13fix a formatting error (args need quoted); noted by steveskJason McIntyre
2010-03-13Certificates are named *-cert.pub, not *_cert.pub; committing a diffDamien Miller
2010-03-13protocol conformance fix: send language tag when disconnecting normally;Damien Miller
2010-03-13.Xt -> .XrJason McIntyre
2010-03-12do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative pathsMarkus Friedl