summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2012-06-18Simplify references to alerts in the man page, from Thomas Adam.Nicholas Marriott
2012-06-18- add a pathnames.hJasper Lievisse Adriaanse
2012-06-18- explicitly use DOCMODE instead of NONBINMODEJasper Lievisse Adriaanse
2012-06-16When the last user disconnects, make sure we display the status lineChristiano F. Haesbaert
2012-06-15Fixes a problem where if you try to open a file that doesn't exist and haslum
2012-06-14Add paragraph about "non-standard" mg commands.lum
2012-06-14Allow mg to save backup files to a users home directory.lum
2012-06-11Change error message to reflect the correct filename: nname is 'Newlum
2012-06-11move PkgConfig.pm where it belongsMarc Espie
2012-06-10field numbering starts at 1;Jason McIntyre