summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-04-17Add -t to list-clients, based on a diff from Zac Sprackett.Nicholas Marriott
2011-04-17Fix character position check, from Tiago Resende.Nicholas Marriott
2011-04-16use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1),Alexandre Ratchov
2011-04-16for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHAlexandre Ratchov
2011-04-16Since aucat supports any parameter combination sio_getcap() doesn'tAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-15Make the file_mbswidth() function cope if wcwidth() returns -1.Stefan Sperling
2011-04-13mention valid -b sizes for ECDSA keys; bz#1862Damien Miller
2011-04-13improve wording; bz#1861Damien Miller
2011-04-12better document vi's startup (in terms of environment variablesJason McIntyre
2011-04-12exit with 0 status on SIGTERM; bz#1879Damien Miller
2011-04-12fix -WshadowDamien Miller
2011-04-11-s comes before -t and also add -s to command syntax. Prompted by jmc.Nicholas Marriott
2011-04-11Add -s option to detach all clients attached to a session, from ZacNicholas Marriott
2011-04-10Fix display glitch leading to crash. If we're reformatting, checkMartynas Venckus
2011-04-10Apply some tough type-love and give rdist a chance to handle filesKenneth R Westerback
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-04-09Since buffers are now global, bump the default buffer-limit a bit higherNicholas Marriott
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-04-08When a message is read (and processed), always call sock_write(), toAlexandre Ratchov
2011-04-06Change so that an empty session name always means the current sessionsNicholas Marriott
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05On .de macro lines, after the new macro name, space and tab are equivalent.Ingo Schwarze
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-04-05Bind C-u to delete-line in vi mode like ksh does, suggested by thib.Nicholas Marriott
2011-04-05Remove FREEBSD_COMPAT bits and obsolete RTHREAD definePhilip Guenthe
2011-04-05the tree builds better when you don't use PF_FASTROUTEStuart Henderson
2011-04-05Add support to display numbers with thousands separatorsMarco Pfatschbacher
2011-04-04previous commit introduced a crash: the removed strtol was being used toDamien Miller
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2011-04-03Trim some very long unused debugging functions, from Michael WNicholas Marriott
2011-04-01Add calls to some existing but previously unused free functions. AlsoNicholas Marriott
2011-04-01Move an isqrt() call outside a macro, from Michael W Bombardieri.Nicholas Marriott
2011-04-01"or" should be on a line on its own here so it is not emphasised asNicholas Marriott
2011-03-31add a BUFFERS section, to explain how they work;Jason McIntyre
2011-03-31Make the top line of systat stop updating, along with the rest of the datalum
2011-03-29For convenience, work out what type of option is being set by nameNicholas Marriott
2011-03-29Checking for particular options and redrawing is not necessary as weNicholas Marriott
2011-03-29Update an out-of-date and inaccurate comment.Nicholas Marriott
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-03-29print ipqos friendly string for sshd -T; ok markusKevin Steves
2011-03-28Add -a and -s options to lsp to list all panes in the server or sessionNicholas Marriott
2011-03-28Allow a start and end line to be specified for capture-pane which may beNicholas Marriott
2011-03-28Style: uint -> u_int and a missing else.Nicholas Marriott
2011-03-27Set the terminal blocking again earlier, before sending the resetNicholas Marriott
2011-03-27Don't include meta twice when working out the flags to output forNicholas Marriott
2011-03-27Give each pane created in a tmux server a unique id (starting from 0),Nicholas Marriott
2011-03-27- remove unused variablesJasper Lievisse Adriaanse
2011-03-27- garbage collect unused buf_fappend(), which was also removed from ocvs'sJasper Lievisse Adriaanse
2011-03-27Get rid of some warnings, from Michael W Bombardieri.Nicholas Marriott