summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-11-22simplify loop iterationPatrick Latifi
2004-11-22Add support for setting mixerctl values in a sysctl.conf like mannerJonathan Gray
2004-11-21Fix some core dumps on malformed format strings. From KAMADA Ken'ichiOtto Moerbeek
2004-11-19Write reject file in unified format if the original diff was inOtto Moerbeek
2004-11-19Allow for path names containing spaces and other funny chars (exceptOtto Moerbeek
2004-11-18Prototypes for the log message functionsJean-Francois Brousseau
2004-11-18Make the 'cvs log' command work in client mode, mostly based on theJean-Francois Brousseau
2004-11-18Compile with the log message code and do not install the cvs binaryJean-Francois Brousseau
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-11-17Update to sudo 1.6.8p4Todd C. Miller
2004-11-17off-by-one in process_states[], fixes display of memory; ok deraadt, aaronMarkus Friedl
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-17Add missing counters to 'netstat -sp carp' output.Ryan Thomas McBride
2004-11-16more correct error checking, from Joris Vink <amni at pandora dot be>Jean-Francois Brousseau
2004-11-16add Joris Vink as an authorJean-Francois Brousseau
2004-11-16shuffle the .Pp;Jason McIntyre
2004-11-16-p supports optional [user] arg;Jason McIntyre
2004-11-16print network interface stats with 'systat ifstat'; ok deraadt, mickeyMarkus Friedl
2004-11-15More stuff to doJean-Francois Brousseau
2004-11-15Fix some issues in the protocol dispatch table:Jean-Francois Brousseau
2004-11-12updateJean-Francois Brousseau
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau
2004-11-12Update to sudo 1.6.8p2Todd C. Miller
2004-11-12typo: comparations -> comparisonsJean-Francois Brousseau
2004-11-12Show file specifications as optional last arguments to the commit,Jean-Francois Brousseau
2004-11-11fp regs alsoPer Fogelstrom
2004-11-11First attempt. Frame digging is tricky since 'jr ra' instructionsPer Fogelstrom
2004-11-11long live button pushers (except for when theo is nearby)Henning Brauer
2004-11-10missing headerskrapht
2004-11-10where the files will beTheo de Raadt
2004-11-09use warn() instead of printf() + strerror()Pedro Martelletto
2004-11-09* don't use the import code just yet, it uses new functions that aren'tkrapht
2004-11-09Better handling of log message input and removal of crufty codekrapht
2004-11-09at least compilekrapht
2004-11-09cvs_exec()krapht
2004-11-09* don't setup a signal handler for SIGCHLD yetkrapht
2004-11-09Editor invocation code, still needs some workkrapht
2004-11-09a bit more sensekrapht
2004-11-09session prototypes and some cleanupkrapht
2004-11-09session skeleton codekrapht
2004-11-09We don't need to keep a copy of each Entries line, it isn't usedkrapht
2004-11-09import code from Joris Vink <amni at pandora dot be>krapht
2004-11-09cvsd_sock_accept() must return the descriptor, not 0krapht
2004-11-07space before punctuation when passed to macro;Jason McIntyre
2004-11-07usage():Jason McIntyre
2004-11-07options sort, and whitespace;Jason McIntyre
2004-11-07twiddle + at start of regexp.Marc Espie
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto Moerbeek
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
2004-11-05command editing and history support via libedit; ok markus@Damien Miller