summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27check rcs_lock_remove() return value; OK ray@ niallo@.Xavier Santolaria
2006-03-27use strtonum() instead of atoi(), limit dhg size to 64k; ok djmTheo de Raadt
2006-03-27oops! fix from xsa;Jason McIntyre
2006-03-27Fix and clean up -t flag:Ray Lai
2006-03-27beef up the -z description; ok xsaJason McIntyre
2006-03-27Changes:Ray Lai
2006-03-27rcs_desc_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27Plug a memory leak for all cvs_strsplit call sites; ok xsa@Patrick Latifi
2006-03-27we can do the size & nmemb check before the integer overflow check; evolTheo de Raadt
2006-03-26rcs_parse_desc() cleanup; OK ray@.Xavier Santolaria
2006-03-26and put new flag into the manpageMichael Shalayeff
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2006-03-26- clean up error handling in checkin_init() and checkin_update()Niall O'Higgins
2006-03-26typoTheo de Raadt
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-25Correct integer types, remove unused arguments, non-portable bitshiftsRay Lai
2006-03-25add missing prototypes all over the place, u_long -> unsigned long (userlandMarc Espie
2006-03-25delete cast not requiredTheo de Raadt
2006-03-25remove (char *) casts to a function that accepts void * for the argTheo de Raadt
2006-03-25use strtonum() instead of atoi() [limit X screens to 400, sorry]Theo de Raadt
2006-03-25mark two more signal handlers ARGSUSEDTheo de Raadt
2006-03-25cast strtonum() result to right typeTheo de Raadt
2006-03-25nicer size_t and time_t typesTheo de Raadt
2006-03-25spacingTheo de Raadt
2006-03-25needed casts (always will be needed)Theo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25Use fstat(3) instead of stat(3) as a matter of principle. We don'tOtto Moerbeek
2006-03-25"abormally" is a perfectly cromulent word, but "abnormally" is betterDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-24For those of us (including me) who can't type: show an error message ifOtto Moerbeek
2006-03-24ANSIfy. Ok ray@Kjell Wooding
2006-03-24change rcs_parse_deltas() and rcs_parse_deltatexts() return valueXavier Santolaria
2006-03-24change rcsclean_file() return type to void as it does not needXavier Santolaria
2006-03-24Remove unused variables, better integer types, prevent fallthroughs.Ray Lai
2006-03-24oops, noticed by David Hill.Marc Espie
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-24KNF, no binary change.Ray Lai
2006-03-24Fix RCS_KWEXP_INVAL() macro.Ray Lai
2006-03-23rlog_file() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-23fetch() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-23kill whitespace at eol;Jason McIntyre
2006-03-23use fatal() in rcs_lock_setmode(); OK ray@.Xavier Santolaria
2006-03-23- cvs_buf_putc() will never return non-zeroXavier Santolaria
2006-03-23formatting fixesMarc Espie
2006-03-23... and remove extra test that is no longer needed.Marc Espie
2006-03-23simply set up format only when we see -g.Marc Espie
2006-03-23explicit cast on strtoul, classical const gotcha.Marc Espie
2006-03-23back-out format for now, need to be active ONLY in GNU-m4 mode.Marc Espie