summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-30ARGSUSED for dispatch table-driven functionsDamien Miller
2006-03-30Add rlog -r[REV1][:][REV2] supportRay Lai
2006-03-30 - Comment fixes.Ray Lai
2006-03-29fix fetching zero-length files via proxy. while there, also fix progress-meterAlexander von Gernler
2006-03-29- document return value of cmd | getline [var]Jason McIntyre
2006-03-29typo; from Alf SchlichtingMichael Shalayeff
2006-03-29Yet more lint:Ray Lai
2006-03-29More closely matches GNU behavior, passes more GNU rcstest tests.Ray Lai
2006-03-28Use <sp> and <cr> as shortcuts for y/n (like emacs)Kjell Wooding
2006-03-28check rcs_head_set() return value; OK niallo@.Xavier Santolaria
2006-03-28check rcs_sym_remove() return value; OK niallo@.Xavier Santolaria
2006-03-28shudup rcs_set_description(), so regress tests are happy too.Xavier Santolaria
2006-03-28match GNU's output when no revision are present.Xavier Santolaria
2006-03-28give more space to the memory columns in vm page; deraadt@ okMichael Shalayeff
2006-03-28Finally. Basically, rcs_parse_delta() doesn't understand thatRay Lai
2006-03-28xmalloc(num * size) -> xcalloc(num, size)Ray Lai
2006-03-28Today is Integer Overflow Prevention Day:Ray Lai
2006-03-28use strtonum() to parse the pid from the file, and range check itTheo de Raadt
2006-03-28do not accept unreasonable X ports numbers; ok djmTheo de Raadt
2006-03-28spacingTheo de Raadt
2006-03-27always use a format string for addargs; spotted by mouring@Damien Miller
2006-03-27- simplify checkin_init() and checkin_update() functions by movingNiall O'Higgins
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-27lem is nomoreMichael Shalayeff
2006-03-27rcs_growbuf() cleanup; OK ray@.Xavier Santolaria
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