summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-11-04Don't backoff based on suspended or deda clients as they are always likely toNicholas Marriott
2009-11-04tweak previous;Jason McIntyre
2009-11-03Add an activity time for clients, like for sessions, and change session andNicholas Marriott
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-11-03If it isn't available explicitly, work out the current client in a similar wayNicholas Marriott
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-11-03tv member of struct paste_buffer is updated but not otherwise used, so removeNicholas Marriott
2009-11-03Fix vi page up mode key (from naddy), add missing half page keys, and sort.Nicholas Marriott
2009-11-02Double the escape timer (the time after a \033 is received before tmux gives upNicholas Marriott
2009-11-02When matching the session names with -t, look for exact matches first beforeNicholas Marriott
2009-11-02Leftover unused variable :-/.Nicholas Marriott
2009-11-02There isn't much point in doing lstat before connect so instead just do connectNicholas Marriott
2009-11-02Reorder slightly to tidy code.Nicholas Marriott
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-11-01If the last name field looks like a description rather than an alias (if itNicholas Marriott
2009-11-01Missing setenv/showenv aliases.Nicholas Marriott
2009-10-29Missing ;. From eric@ ages ago.Nicholas Marriott
2009-10-28If any client currently displaying a window pane has more than 1 KB of outputNicholas Marriott
2009-10-28tweak previous;Jason McIntyre
2009-10-28Don't catch a signal if we inherited it as ignored. Instigated byPhilip Guenthe
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-28wrap at eighty columns.Igor Sobrado
2009-10-28Add a minor optimisatin: if the character being printed is space, don't worryNicholas Marriott
2009-10-28style(9) has all these fascist rules...Claudio Jeker
2009-10-28Twaek this slightly to avoid confusing use of flags variable.Nicholas Marriott
2009-10-28Setting SGR0 when setting the fg and bg has problems if only one of the two isNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27nm -V is silly, and prining the rcsid even more soTheo de Raadt
2009-10-27slightly cleanup the socket and control bits:Alexandre Ratchov
2009-10-27set the THRU_AUTOQUIT flag only for ``thru'' devicesAlexandre Ratchov
2009-10-27add missing word in error messageAlexandre Ratchov
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze
2009-10-27Move the poll registration functions into the server-*.c files.Nicholas Marriott
2009-10-26tabs are better; ok nicmTheo de Raadt
2009-10-26Clear signal flags /before/ taking action and continue afterwards to reduceNicholas Marriott
2009-10-26Call fstat() after fopen() rather than stat() before.Nicholas Marriott
2009-10-26Reset the umask right after fopen to avoid leaving it changed on error, noticedNicholas Marriott
2009-10-26Use strlcpy instead of strncpy, pointed out by deraadt.Nicholas Marriott
2009-10-26Fix usage; requested by jmc@Antoine Jacoutot
2009-10-26Bring man pages on par with our file(1) version (merge from upstream withAntoine Jacoutot
2009-10-26Don't do anything in the client callback if the client has already died toNicholas Marriott
2009-10-26Add MAKECONF for building ports in non-standard locations; from Tobias UlmerTodd C. Miller
2009-10-26Nuke accidentally-committed debugging statement.Nicholas Marriott
2009-10-26Not all terminals swap CSI and SS3 on ctrl, so remove that.Nicholas Marriott
2009-10-26Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott
2009-10-26Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of theseNicholas Marriott
2009-10-26On second thoughts, drop the rxvt output entirely.Nicholas Marriott
2009-10-26Set the output code for ctrl+cursor keys correctly, and disable (comment)Nicholas Marriott
2009-10-26As we always put the cursor keys into application mode, assume keys sentNicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott