summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-06-29match the documented MAC order of preference to the actual one; ok dtucker@Christian Weisgerber
2012-06-29sigpending() returns a sigset just like sigprocmask(), so decode it the samePhilip Guenthe
2012-06-28a few minor cleanup and performance tweaks (is_wrapper doesn't need toMarc Espie
2012-06-28Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removedDarren Tucker
2012-06-27- extend an error message to hint to --help for a list of optionsJasper Lievisse Adriaanse
2012-06-27- add a description of --tagJasper Lievisse Adriaanse
2012-06-27Uniformize error messages printing, use err() instead of fprintf()Alexandre Ratchov
2012-06-27Don't return void expressions in functions returning void. RemovesAlexandre Ratchov
2012-06-26It is time to bring this back alive.Claudio Jeker
2012-06-26add missing rcs idsJasper Lievisse Adriaanse
2012-06-26Add mquery to the list of allowed syscalls for "UsePrivilegeSeparationDarren Tucker
2012-06-25Provide common helper function for adding windows and sessions to chooseNicholas Marriott
2012-06-25Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott
2012-06-25Trim a blank line.Nicholas Marriott
2012-06-24work-around for obvious race condition with make -j4.Marc Espie
2012-06-24clean-up the mess: move modes into separate files,Marc Espie
2012-06-24Fix comment. Pointed out by Seth Wright (seth at crosse.org)Philip Guenthe
2012-06-22Remove unused variable leftover from tab-completion changes.Darren Tucker
2012-06-22remove dead code following 'for (;;)' loops.Darren Tucker
2012-06-21Shuffle leave-tmpdir-backups up to correct place in alphabetic order.lum
2012-06-21Add dumping of struct __tfork done by the revised __tfork syscallPhilip Guenthe
2012-06-21fix strlcpy truncation check. from carsten at debian org, ok markusDarren Tucker
2012-06-20Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38Ingo Schwarze
2012-06-20Remove a couple of unused variables from redbrain at gcc dot gnu dot org.Nicholas Marriott
2012-06-20Handle PT_GET_THREAD_*Philip Guenthe
2012-06-20CLOCK_* moved from sys/time.h to sys/_time.hPhilip Guenthe
2012-06-20make a list format more nicely; ok lumJason McIntyre
2012-06-20initialise accept() backoff timer to avoid EINVAL from select(2) inDamien Miller
2012-06-19tweak previous; ok markusJason McIntyre
2012-06-19various small markup fixes; ok lumJason McIntyre
2012-06-19Remove hidden options that are not needed any more,Alexandre Ratchov
2012-06-19avoid shell code errorsMarc Espie
2012-06-19sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}Markus Friedl
2012-06-19sync the descriptions of /etc/passwd;Jason McIntyre
2012-06-19add libtool to base, okay deraadt@, jasper@, millert@...Marc Espie
2012-06-18Add a BACKUP FILES section.lum
2012-06-18Actually write all the data to stdout/stderr.Nicholas Marriott
2012-06-18Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott
2012-06-18Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmcDarren Tucker
2012-06-18Remove mention of 'three' key files since there are now four. FromDarren Tucker
2012-06-18RSA instead of DSA twice. From Steve.McClellan at radisys comDarren Tucker
2012-06-18correct sizeof usage. patch from saw at online.de, ok deraadtDarren Tucker
2012-06-18Add ~/.mg.d to FILES. Reviewed by jmc@lum
2012-06-18Tidy up bell code, from Thomas Adam.Nicholas Marriott
2012-06-18Add a couple of NULL pointer checks to key binding functions, fromNicholas Marriott
2012-06-18When using M-> Place cursor at the bottom of the window (minus 3lum
2012-06-18Do not crash when the current session has no window, fixes a bugNicholas Marriott
2012-06-18Removing this 'if' statement allows dired buffers to not have theirlum
2012-06-18Add -a for kill-session, from Thomas Adam.Nicholas Marriott
2012-06-18Add -a flag for detach-client, from Thomas Adam.Nicholas Marriott