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