summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-04-21Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppcKenneth R Westerback
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2011-04-20Stash the old seed when srand() is called and use it as the returnTodd C. Miller
2011-04-20Remove some unneeded includes and dead code, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Remove some includes and defines that are no longer needed, from MichaelNicholas Marriott
2011-04-20Trivial code simplifying, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Use -u when diff context is 3, from Michael W Bombardieri, tweaked byNicholas Marriott
2011-04-19Should check uname() >= 0 to detect success, not == 0.Matthew Dempsky
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-19ident searches for $keyword:... $, not $keyword:...$;Jason McIntyre
2011-04-19POSIX only guarantees uname() will return a non-negative value onMatthew Dempsky
2011-04-19don't hold a pointer to "listen" structure. Instead, when it mustAlexandre Ratchov
2011-04-18reorder macros, no object changeAlexandre Ratchov
2011-04-18read(2) returns ssize_t. So use a ssize_t to store and test theKenneth R Westerback
2011-04-18The mouse should only work in copy mode if mode-mouse is set, not justNicholas Marriott
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott
2011-04-18Print size_t with %zu and ssize_t with %zd in error/debug output.Kenneth R Westerback
2011-04-18certificate options are supposed to be packed in lexical order of optionDamien Miller
2011-04-18tweak previous;Jason McIntyre
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2011-04-17new sentence, new line;Jason McIntyre
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