summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-04-14use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickeyTheo de Raadt
2005-04-14completely fix the diff commandJoris Vink
2005-04-14arg to -b is an address, not if_name;Jason McIntyre
2005-04-14set ret to 0 after using it to check snprintf() so thatJoris Vink
2005-04-13file callbacks won't return -1 anymore, but a CVS_EX_* errorJoris Vink
2005-04-13use the option string from the cvs_cmd entry instead of keeping aJean-Francois Brousseau
2005-04-13* accept the -N option to suppress logging of tagsJean-Francois Brousseau
2005-04-13do not trust snprintf return value; ok otto mickeyTheo de Raadt
2005-04-13cleanup and split the log code into two separate functions for localJean-Francois Brousseau
2005-04-13make rcsnum_tostr() return an empty string if the RCSNUM is NULLJean-Francois Brousseau
2005-04-13cache leftoversJean-Francois Brousseau
2005-04-13dead code.Joris Vink
2005-04-13check return values of snprintf() for potential overflows or errorsJean-Francois Brousseau
2005-04-13cmd_helper() returns error codes > 0 or 0 on success.Joris Vink
2005-04-13Always use lex in interactive mode. Makes bc running as a co-processOtto Moerbeek
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-13use STDERR_FILENOTheo de Raadt
2005-04-12more cvsd(8) cleanup;Xavier Santolaria
2005-04-12cvsd(8) references cleanup; ok joris@.Xavier Santolaria
2005-04-12don't show unneeded error messages.Joris Vink
2005-04-12use the new CVS_EX_* error codes here as well.Joris Vink
2005-04-12handle files which have been lost or that have no associated entryJean-Francois Brousseau
2005-04-12* 'Up to date' --> 'Up-to-date', and add the 'Lost' status stringJean-Francois Brousseau
2005-04-12tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore;Xavier Santolaria
2005-04-12introduce our own set of error codes used by the commands to reportJoris Vink
2005-04-12* handle errors when loading delta branchesJean-Francois Brousseau
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter
2005-04-12Special-case the old basename "" returns "" behaviour. Some peopleOtto Moerbeek
2005-04-11remove silly optimization which should eventually saveMoritz Jodeit
2005-04-11modify handling of RCS delta texts so we can handle arbitrary binaryJean-Francois Brousseau
2005-04-11handle snprintf return value overflow case; ok ottoTheo de Raadt
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-11open the RCS files in write mode by default to allow modificationsJean-Francois Brousseau
2005-04-11fix year value in RCS outputJean-Francois Brousseau
2005-04-11don't include sysexits.h now we don't use those error codesJoris Vink
2005-04-11remove EX_USAGE error codesJoris Vink
2005-04-11handle -1 potential case from snprintf tooTheo de Raadt
2005-04-11knf; cloder okTheo de Raadt
2005-04-11pass size of right buffer to strlcat. ok deraadt@Otto Moerbeek
2005-04-11getting tired of explaining this: snprintf does not return how manyTheo de Raadt
2005-04-11move two snprintf out so easier to auditTheo de Raadt
2005-04-11also handle snprintf returning -1, trivialTheo de Raadt
2005-04-11spacingTheo de Raadt
2005-04-11spacingTheo de Raadt
2005-04-10Initialize len before calling accept(2). from mpech@, ok millert@Otto Moerbeek
2005-04-10the arg to -F is not optional;Jason McIntyre
2005-04-09replace tilde_expand_filename with a simpler implementation, ahead of moreDamien Miller
2005-04-08~. was not being marked up properly;Jason McIntyre
2005-04-07* reverse symbol list orderJean-Francois Brousseau
2005-04-07Perform proper escaping of the @ character in all RCS strings whenJean-Francois Brousseau