summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-01-15Fix bind-key -t.Nicholas Marriott
2011-01-15Only set a mouse mode for mouse-select-pane if none already set by theNicholas Marriott
2011-01-15Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott
2011-01-14Support -x and -y for new-session to specify the initial size of theNicholas Marriott
2011-01-14Use xmalloc instead of malloc and clear some allocated members.Nicholas Marriott
2011-01-13correct protocol names and add a couple of missing protocol numberDamien Miller
2011-01-13correct error messages; patch from bert.wesarg AT googlemail.comDamien Miller
2011-01-13Making the numbers Right aligned (instead of left as it is) as theJasper Lievisse Adriaanse
2011-01-13non interactive -> non-interactivelum
2011-01-13The maximum history-limit was accidentally reduced, fix it back to INT_MAX.Nicholas Marriott
2011-01-13Clarify alternate-screen description a little.Nicholas Marriott
2011-01-13Er, fix next and previous session functions to actually work, part 2.Nicholas Marriott
2011-01-13Fix next and previous session functions to actually work.Nicholas Marriott
2011-01-13Log termios backspace for each client since it is used to recogniseNicholas Marriott
2011-01-12Use TMPDIR if set, from Han Boetes.Nicholas Marriott
2011-01-12Backport fix from sudo 1.7.4p5; if -g specified w/o -u the targetTodd C. Miller
2011-01-12Implement the roff .rm request (remove macro).Ingo Schwarze
2011-01-11Allow su -l to login to a user that has a non-existent home directory,Robert Nagy
2011-01-11some unsigned long long casts that make things a bit easier forDamien Miller
2011-01-11fd leak on error paths; from zinovik@Damien Miller
2011-01-11When (cumulative) indentation requested by .in exceeds the rightIngo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-10unbind-key -a is allowed no arguments.Nicholas Marriott
2011-01-10delete embarrasingly horrid use of mktemp() brought in from upstreamTheo de Raadt
2011-01-09Minor tweaks to nc(1) man page and usage.Jeremy Evans
2011-01-09have netstat -w default to the first egress interface, which is usually moreTed Unangst
2011-01-09Remove a bit of text that makes exit-unattached description unclear.Nicholas Marriott
2011-01-09Add missing arguments to some options.Nicholas Marriott
2011-01-09Remove an unused variable, and use int for array indices (not size_t);Ingo Schwarze
2011-01-09Only .Bd -literal has 8-character tabs,Ingo Schwarze
2011-01-09Add and install tbl(7);Ingo Schwarze
2011-01-09Sync tbl handling to bsd.lv release 1.10.9:Ingo Schwarze
2011-01-09Make sure coding errors cannot make us miss fatal parsing errorsIngo Schwarze
2011-01-08use host and not options.hostname, as the latter may have unescapedDamien Miller
2011-01-08Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott
2011-01-08Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott
2011-01-08Enable unix datagram support by treating ENOBUFS like EAGAIN.Jeremy Evans
2011-01-08Support unix domain sockets in nc(1) with -Uu.Jeremy Evans
2011-01-06reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;Damien Miller
2011-01-06unbreak %n expansion in LocalCommand; patch from bert.wesarg ATDamien Miller
2011-01-06when exiting due to ServerAliveTimeout, mention the hostname that causedDamien Miller
2011-01-05Whoops, command-prompt can take 0 or 1 argument.Nicholas Marriott
2011-01-05tyop, pr 6538.Jasper Lievisse Adriaanse
2011-01-04Bring back my fix from -r 1.3 (Oct 15, 2010) after the merge.Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-04handle ecdsa-sha2 with various key lengths; hint and ok djm@Otto Moerbeek
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04argc will be 1 not 2 with no option value.Nicholas Marriott
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott