summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-05plug some potential resource leaks in error paths.Niall O'Higgins
2006-03-05checkin_parsekeyword() returns void so zap unnecessary return.Niall O'Higgins
2006-03-05GNU ci(1) doesn't allow dates younger than HEAD, neither on the commandNiall O'Higgins
2006-03-05oops, forgot the diff3.c portion of this diff:Niall O'Higgins
2006-03-05in rcs_patch_lines(), ensure that rcs patch delete operations don'tNiall O'Higgins
2006-03-05fatal() instead of returning -1 on failure in patch functionsNiall O'Higgins
2006-03-05honour -m on initial revision.Niall O'Higgins
2006-03-05now that rcs_getrev() isn't doing keyword expansion anymore and rcsdiff(1)Niall O'Higgins
2006-03-05our deltatexts were sometimes different from gnu. rcs_getrev() wasNiall O'Higgins
2006-03-05add a description; from ray lai and myselfJason McIntyre
2006-03-05wording fix from ray lai;Jason McIntyre
2006-03-05Handle stdin as arg; from Ray Lai; ok jaredy@Otto Moerbeek
2006-03-04Plug a mem leak; ok millert@Otto Moerbeek
2006-03-04the theMiod Vallat
2006-03-04Show the CPU state %'s on first display as well. "looks good" deraadt@Otto Moerbeek
2006-03-04Handle signals in non-interactive mode. "looks good" deraadt@Otto Moerbeek
2006-03-04move a debug() outside of a signal handler; ok markus@ a little while backDamien Miller
2006-02-28fix logout recording when privilege separation is disabled, analysis andDamien Miller
2006-02-26remove unnecessary newline characters in cvs_log() calls.Niall O'Higgins
2006-02-26consistent error message; from ray laiJason McIntyre
2006-02-26comma;Jason McIntyre
2006-02-26subsection is pointless here;Jason McIntyre
2006-02-26move PATTERNS to the end of the main body; requested by dtuckerJason McIntyre
2006-02-26also set 'entry' variable in merged case.Niall O'Higgins
2006-02-26out-of-bounds access and correct some printf while here;Xavier Santolaria
2006-02-26better user-friendly error message.Xavier Santolaria
2006-02-25Fix a coredump occurring when the terminal is resized while mg isOtto Moerbeek
2006-02-25document the order in which allow/deny directives are processed;Jason McIntyre
2006-02-25document the possible values for KbdInteractiveDevices;Jason McIntyre
2006-02-24oops - bits i missed;Jason McIntyre
2006-02-24some grammar/wording fixes;Jason McIntyre
2006-02-24some grammar/wording fixes;Jason McIntyre
2006-02-24more consistency fixes;Jason McIntyre
2006-02-24some consistency fixes;Jason McIntyre
2006-02-24remove extra printf;Xavier Santolaria
2006-02-24-T has no effect. It's only there for compatibility.Xavier Santolaria
2006-02-24signpost to PATTERNS section;Jason McIntyre
2006-02-24tidy up the refs to PATTERNS;Jason McIntyre
2006-02-24signpost to PATTERNS;Jason McIntyre
2006-02-24add section on patterns;Jason McIntyre
2006-02-23remove unused variableMartin Reindl
2006-02-22sort options + sync usage();Jason McIntyre
2006-02-22document TMPDIR; from ray laiJason McIntyre
2006-02-22Append two string using strlcpy()/strlcat() instead of snprintf() toOtto Moerbeek
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-21- fix some bugs when handling strange revision numbers (0 and 1). found byNiall O'Higgins
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-20- more spacingNiall O'Higgins