summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-04-17spacingTheo de Raadt
2005-04-17use correct functions names in warn()Hans-Joerg Hoexer
2005-04-17sort options + sync usage();Jason McIntyre
2005-04-17remove amd64 special casing.Brad Smith
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-16make sure we send the correct stuff for newly added files thatJoris Vink
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-16check snprintf() return value;Joris Vink
2005-04-15document mdoc(7) and mdoc.samples(7);Jason McIntyre
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15seperate usage functions per sub-programTheo de Raadt
2005-04-15Use asprint(), not snprintf() when converting strings to numbersTodd C. Miller
2005-04-15rcs is now in usr.bin/rcs; ok jfb jorisTheo de Raadt
2005-04-15stuff moved to rcs dirTheo de Raadt
2005-04-15build cvs right out of the base directory, no need for a subdir (you mayTheo de Raadt
2005-04-15move rcs (and later on, clones of all the other rcs commands) out of theTheo de Raadt
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-15Remove standard defines from cpp processing, to prevent accidentalOtto Moerbeek
2005-04-15braino; joris okXavier Santolaria
2005-04-15some more errno use in cvs_log(); ok joris@.Xavier Santolaria
2005-04-15shudup useless warning; ok jfb@.Xavier Santolaria
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