summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-07Break patterns containing newlines into multiple patterns like POSIX says.Otto Moerbeek
2006-03-07in rcs_write() only do stuff when the RCS file ondisk isn't synced;Joris Vink
2006-03-07no need to duplicate error message;Xavier Santolaria
2006-03-07make sure the timezone is valid;Joris Vink
2006-03-07Typo. ok otto@Kjell Wooding
2006-03-07-nv is a valid combination; confirmed by ottoJason McIntyre
2006-03-07KNF & cleanupHenning Brauer
2006-03-07rcsintro.7 now merged into rcs.1;Jason McIntyre
2006-03-07beef up this file somewhat and merge in cvsintro.7, which is notJason McIntyre
2006-03-07missing break;Xavier Santolaria
2006-03-07Implement the diffie-hellman-group-exchange-sha256 key exchange methodDamien Miller
2006-03-07Fix NULL deref when doing `lint --'.Moritz Jodeit
2006-03-07fix usage();Joris Vink
2006-03-07match gnu on error;Joris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-06like gnu ci(1), continue to process valid files in argv even if some areNiall O'Higgins
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage();Jason McIntyre
2006-03-06update usage()Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06move compat flags into a STANDARDS section;Jason McIntyre
2006-03-06missing informative message after call to checkout_rev().Xavier Santolaria
2006-03-06should also have removed those newlines in previous commit.Xavier Santolaria
2006-03-06missing newline in checkout_rev(); spotted by joris@.Xavier Santolaria
2006-03-06adapt informative message if we are sending output to stdout.Xavier Santolaria
2006-03-06fix output to mimic gnu/usr.bin/rcs.Xavier Santolaria
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-06if the submitted rev(s) is/are the same as the head rev, skip the processXavier Santolaria
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