Age | Commit message (Expand) | Author |
2011-01-13 | Clarify alternate-screen description a little. | Nicholas Marriott |
2011-01-13 | Er, fix next and previous session functions to actually work, part 2. | Nicholas Marriott |
2011-01-13 | Fix next and previous session functions to actually work. | Nicholas Marriott |
2011-01-13 | Log termios backspace for each client since it is used to recognise | Nicholas Marriott |
2011-01-12 | Use TMPDIR if set, from Han Boetes. | Nicholas Marriott |
2011-01-12 | Backport fix from sudo 1.7.4p5; if -g specified w/o -u the target | Todd C. Miller |
2011-01-12 | Implement the roff .rm request (remove macro). | Ingo Schwarze |
2011-01-11 | Allow su -l to login to a user that has a non-existent home directory, | Robert Nagy |
2011-01-11 | some unsigned long long casts that make things a bit easier for | Damien Miller |
2011-01-11 | fd leak on error paths; from zinovik@ | Damien Miller |
2011-01-11 | When (cumulative) indentation requested by .in exceeds the right | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-10 | unbind-key -a is allowed no arguments. | Nicholas Marriott |
2011-01-10 | delete embarrasingly horrid use of mktemp() brought in from upstream | Theo de Raadt |
2011-01-09 | Minor tweaks to nc(1) man page and usage. | Jeremy Evans |
2011-01-09 | have netstat -w default to the first egress interface, which is usually more | Ted Unangst |
2011-01-09 | Remove a bit of text that makes exit-unattached description unclear. | Nicholas Marriott |
2011-01-09 | Add missing arguments to some options. | Nicholas Marriott |
2011-01-09 | Remove an unused variable, and use int for array indices (not size_t); | Ingo Schwarze |
2011-01-09 | Only .Bd -literal has 8-character tabs, | Ingo Schwarze |
2011-01-09 | Add and install tbl(7); | Ingo Schwarze |
2011-01-09 | Sync tbl handling to bsd.lv release 1.10.9: | Ingo Schwarze |
2011-01-09 | Make sure coding errors cannot make us miss fatal parsing errors | Ingo Schwarze |
2011-01-08 | use host and not options.hostname, as the latter may have unescaped | Damien Miller |
2011-01-08 | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott |
2011-01-08 | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott |
2011-01-08 | Enable unix datagram support by treating ENOBUFS like EAGAIN. | Jeremy Evans |
2011-01-08 | Support unix domain sockets in nc(1) with -Uu. | Jeremy Evans |
2011-01-06 | reset SIGCHLD handler to SIG_DFL when execuring LocalCommand; | Damien Miller |
2011-01-06 | unbreak %n expansion in LocalCommand; patch from bert.wesarg AT | Damien Miller |
2011-01-06 | when exiting due to ServerAliveTimeout, mention the hostname that caused | Damien Miller |
2011-01-05 | Whoops, command-prompt can take 0 or 1 argument. | Nicholas Marriott |
2011-01-05 | tyop, pr 6538. | Jasper Lievisse Adriaanse |
2011-01-04 | Bring back my fix from -r 1.3 (Oct 15, 2010) after the merge. | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-04 | handle ecdsa-sha2 with various key lengths; hint and ok djm@ | Otto Moerbeek |
2011-01-04 | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott |
2011-01-04 | argc will be 1 not 2 with no option value. | Nicholas Marriott |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2011-01-03 | Partial cleanup of argument count validation in mdoc(7): | Ingo Schwarze |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2011-01-03 | Calling a macro with fewer arguments than it is defined with is OK; | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2011-01-03 | Handle a # at the end of a replacement string (such as status-left) | Nicholas Marriott |
2011-01-01 | Clean up {mdoc,man}_{p,v}msg invocations: | Ingo Schwarze |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2011-01-01 | Stop enterfield() from writing beyond the end of the buffer. | Mark Kettenis |
2011-01-01 | Put "else if" split between two lines together, then move whitespace. | lum |
2011-01-01 | suspend-client has used -t for the client target (like everything else) | Nicholas Marriott |