summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-03-14Remove the NO_HELP conditional directives. If defined, mg will not compile andlum
2012-03-14repair function when used with different scales; from AIDA Shinra, thanks!Otto Moerbeek
2012-03-13Teach pgrep/pkill to only match processes, not threads. ok guenther@Stuart Henderson
2012-03-12Add -P/-F flags to break-pane too, from George Nachman.Nicholas Marriott
2012-03-12Erm, use EL in a way that actually works...Nicholas Marriott
2012-03-12Use EL to clear to end of line if possible.Nicholas Marriott
2012-03-11Always remember last cursor position when moving up or down, not justNicholas Marriott
2012-03-09Remove some bits leftover from unused backoff code.Nicholas Marriott
2012-03-09Add a missing call to window_set_name, from George Nachman.Nicholas Marriott
2012-03-09Use a lock file and flock() to serialize server start, avoids problemsNicholas Marriott
2012-03-08fix format strings for size_tMarc Espie
2012-03-08allow editline in -d mode; from AIDA ShinraOtto Moerbeek
2012-03-08let length(0.000) conform to what gnu bc does; from AIDA ShinraOtto Moerbeek
2012-03-04free -> xfree.Nicholas Marriott
2012-03-04Add -F format to new-window and split-window to use with the -P flag,Nicholas Marriott
2012-03-04Accept hex values as keys, needed for send-keys, based on a diff fromNicholas Marriott
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2012-03-03Terminate strftime buffer properly and free format string, whoops. FromNicholas Marriott
2012-03-03Support "bracketed paste" mode. This adds a -p flag to paste-buffer - ifNicholas Marriott
2012-03-03The wlmouse offset should be part of the client, not the server. FromNicholas Marriott
2012-03-03Remove unused variable, from Michael W Bombardieri who also got an okNicholas Marriott
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
2012-03-02Add printf attribute to a couple of functions, from Tim Ruehsen.Nicholas Marriott
2012-03-01Remove unused variable. Added in 1.20 by me.lum
2012-03-01update currency exchange rates;Jason McIntyre
2012-03-01Add ssh(1) to SEE ALSO.lum
2012-03-01-This option devlivers the retransmission timeout,David Gwynne
2012-02-29Remove accidentally committed option.Nicholas Marriott
2012-02-29allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@Damien Miller
2012-02-28wording tweak; from robert at peichaer orgJason McIntyre
2012-02-26Correct the expansion of -xbd5Philip Guenthe
2012-02-26Don't silently skip non-ASCII characters, but replace them with ``?''.Ingo Schwarze
2012-02-26add a few libs and another arch found in NetBSD; from joerg@Ingo Schwarze
2012-02-26Support .OP, one of the extended man macros; from kristaps@.Ingo Schwarze
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-25Allow a single option to be specified to show-options to show just thatNicholas Marriott
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-23Use format for display-message, based on a diff from George Nachman.Nicholas Marriott
2012-02-20- add more ptrace() opsPhilip Guenthe
2012-02-16exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page;Jason McIntyre
2012-02-15Sort some entries, from Ben Boeckel.Nicholas Marriott
2012-02-15Add a wrapper function tty_set_size from George Nachman.Nicholas Marriott
2012-02-15avoid usage() warping onto the next line;Jason McIntyre
2012-02-09restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@Markus Friedl
2012-02-09move from 6.0-beta to 6.0Markus Friedl
2012-02-09Crank the default buffer size to 160ms (ie 7680 frames at 48kHz).Alexandre Ratchov
2012-02-09typo. ok jmc@lum
2012-02-09Update comments. ok deraadt@lum