summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-08-26tweak previous;Jason McIntyre
2011-08-26Add initial framework for more powerful formatting of command output andNicholas Marriott
2011-08-26Add some missing ssh_config(5) options that can be used in ssh(1)'sDamien Miller
2011-08-25-lm is no longer needed, from Tiago Cunha.Nicholas Marriott
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
2011-08-24Add pane-base-index option, from Ben Barbour.Nicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-08-23Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
2011-08-23oops! -T snuck into the wrong place...Jason McIntyre
2011-08-23Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.Christiano F. Haesbaert
2011-08-22There is no need to use sqrt()/INFINITY here which simplifies the codeNicholas Marriott
2011-08-21With gettimeofday() removed from the top of main(), need to call time()Philip Guenthe
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-08-20(slightly) saner SEE ALSO;Jason McIntyre
2011-08-20-make .frac and .SS more consistent (may have to revisit this)Jason McIntyre
2011-08-20event_del() a persistent event; fixes segfault seen on the server when theStuart Henderson
2011-08-20tweak some text;Jason McIntyre
2011-08-20prettify date strings;Jason McIntyre
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)Philip Guenthe
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-08-16recommit, now that release is done (handle sysv if bsd is incorrect, mayMarc Espie
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
2011-08-16Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
2011-08-16Make this build for hppa64.Mark Kettenis
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-08-03save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@Otto Moerbeek
2011-08-02typo in commentDamien Miller
2011-08-02crank now, release laterDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-08-01prevent post-auth resource exhaustion (int overflow leading to 4GB malloc);Markus Friedl
2011-08-01Change Gnu to GNU in man page (also, while here, in README and in a comment)lum
2011-07-31Actually, by merging individual patches, we are already in syncIngo Schwarze
2011-07-31Workaround to prevent misrendering of \*(-- as "O-" in pod2man(1)-Ingo Schwarze
2011-07-31Mention that make(1) is the program using .depend files.Ingo Schwarze
2011-07-30deemed unsafe by theo, will wait after 5.0Marc Espie
2011-07-30fix error in previous;Jason McIntyre
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
2011-07-30Do not require a client here, or pipe-pane will not work from theNicholas Marriott
2011-07-29fail open(2) with EPERM rather than SIGKILLing the whole process. libcDamien Miller
2011-07-29systemV trumps our modifiers.Marc Espie
2011-07-29document vi/ex regular expressions, and where they differ from thoseJason McIntyre
2011-07-28Resolve sysctl numbers, original diff from nicm@, man page bits fromOtto Moerbeek
2011-07-28Adjust for machdep.consdev -> kern.consdev sysctl change. This should restoreMark Kettenis
2011-07-26Backout previous, naddy@ found the following regression:Ingo Schwarze
2011-07-25- Use strtof instead of casting strtod back to float (apprentice.c),Martynas Venckus
2011-07-25Sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2011-07-24Rewrite the main loop of the "sed s/..." command, shortening it by tenIngo Schwarze
2011-07-24AT&T recently released a new version of UNIX (System III).Ingo Schwarze