summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-27cast one blocksize occurrence to unsigned long, fixes du(1)'s outputIgor Sobrado
2011-04-26tyop in commentJasper Lievisse Adriaanse
2011-04-25linting this library is not helping anythingTheo de Raadt
2011-04-25As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1"Ingo Schwarze
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott
2011-04-24Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott
2011-04-24Prevent line breaks right before numbers. Groff does the same.Ingo Schwarze
2011-04-24Closing delimiters only suppress spacing when they follow something.Ingo Schwarze
2011-04-24User defined macros may invoke high-level macros.Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-24delete a stupid SIGSEGV handler (not used)Theo de Raadt
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