Age | Commit message (Expand) | Author |
2012-06-26 | Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation | Darren Tucker |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-06-25 | Trim a blank line. | Nicholas Marriott |
2012-06-24 | work-around for obvious race condition with make -j4. | Marc Espie |
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
2012-06-22 | Remove unused variable leftover from tab-completion changes. | Darren Tucker |
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker |
2012-06-21 | Shuffle leave-tmpdir-backups up to correct place in alphabetic order. | lum |
2012-06-21 | Add dumping of struct __tfork done by the revised __tfork syscall | Philip Guenthe |
2012-06-21 | fix strlcpy truncation check. from carsten at debian org, ok markus | Darren Tucker |
2012-06-20 | Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 | Ingo Schwarze |
2012-06-20 | Remove a couple of unused variables from redbrain at gcc dot gnu dot org. | Nicholas Marriott |
2012-06-20 | Handle PT_GET_THREAD_* | Philip Guenthe |
2012-06-20 | CLOCK_* moved from sys/time.h to sys/_time.h | Philip Guenthe |
2012-06-20 | make a list format more nicely; ok lum | Jason McIntyre |
2012-06-20 | initialise accept() backoff timer to avoid EINVAL from select(2) in | Damien Miller |
2012-06-19 | tweak previous; ok markus | Jason McIntyre |
2012-06-19 | various small markup fixes; ok lum | Jason McIntyre |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-06-19 | avoid shell code errors | Marc Espie |
2012-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-06-19 | sync the descriptions of /etc/passwd; | Jason McIntyre |
2012-06-19 | add libtool to base, okay deraadt@, jasper@, millert@... | Marc Espie |
2012-06-18 | Add a BACKUP FILES section. | lum |
2012-06-18 | Actually write all the data to stdout/stderr. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-06-18 | Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc | Darren Tucker |
2012-06-18 | Remove mention of 'three' key files since there are now four. From | Darren Tucker |
2012-06-18 | RSA instead of DSA twice. From Steve.McClellan at radisys com | Darren Tucker |
2012-06-18 | correct sizeof usage. patch from saw at online.de, ok deraadt | Darren Tucker |
2012-06-18 | Add ~/.mg.d to FILES. Reviewed by jmc@ | lum |
2012-06-18 | Tidy up bell code, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add a couple of NULL pointer checks to key binding functions, from | Nicholas Marriott |
2012-06-18 | When using M-> Place cursor at the bottom of the window (minus 3 | lum |
2012-06-18 | Do not crash when the current session has no window, fixes a bug | Nicholas Marriott |
2012-06-18 | Removing this 'if' statement allows dired buffers to not have their | lum |
2012-06-18 | Add -a for kill-session, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add -a flag for detach-client, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Simplify references to alerts in the man page, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | - add a pathnames.h | Jasper Lievisse Adriaanse |
2012-06-18 | - explicitly use DOCMODE instead of NONBINMODE | Jasper Lievisse Adriaanse |
2012-06-16 | When the last user disconnects, make sure we display the status line | Christiano F. Haesbaert |
2012-06-15 | Fixes a problem where if you try to open a file that doesn't exist and has | lum |
2012-06-14 | Add paragraph about "non-standard" mg commands. | lum |
2012-06-14 | Allow mg to save backup files to a users home directory. | lum |
2012-06-11 | Change error message to reflect the correct filename: nname is 'New | lum |
2012-06-11 | move PkgConfig.pm where it belongs | Marc Espie |
2012-06-10 | field numbering starts at 1; | Jason McIntyre |