Age | Commit message (Expand) | Author |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria |
2006-03-28 | match GNU's output when no revision are present. | Xavier Santolaria |
2006-03-28 | give more space to the memory columns in vm page; deraadt@ ok | Michael Shalayeff |
2006-03-28 | Finally. Basically, rcs_parse_delta() doesn't understand that | Ray Lai |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt |
2006-03-28 | do not accept unreasonable X ports numbers; ok djm | Theo de Raadt |
2006-03-28 | spacing | Theo de Raadt |
2006-03-27 | always use a format string for addargs; spotted by mouring@ | Damien Miller |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall O'Higgins |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | lem is nomore | Michael Shalayeff |
2006-03-27 | rcs_growbuf() cleanup; OK ray@. | Xavier Santolaria |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt |
2006-03-27 | oops! fix from xsa; | Jason McIntyre |
2006-03-27 | Fix and clean up -t flag: | Ray Lai |
2006-03-27 | beef up the -z description; ok xsa | Jason McIntyre |
2006-03-27 | Changes: | Ray Lai |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-27 | we can do the size & nmemb check before the integer overflow check; evol | Theo de Raadt |
2006-03-26 | rcs_parse_desc() cleanup; OK ray@. | Xavier Santolaria |
2006-03-26 | and put new flag into the manpage | Michael Shalayeff |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |
2006-03-26 | - clean up error handling in checkin_init() and checkin_update() | Niall O'Higgins |
2006-03-26 | typo | Theo de Raadt |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2006-03-25 | Correct integer types, remove unused arguments, non-portable bitshifts | Ray Lai |
2006-03-25 | add missing prototypes all over the place, u_long -> unsigned long (userland | Marc Espie |
2006-03-25 | delete cast not required | Theo de Raadt |
2006-03-25 | remove (char *) casts to a function that accepts void * for the arg | Theo de Raadt |
2006-03-25 | use strtonum() instead of atoi() [limit X screens to 400, sorry] | Theo de Raadt |
2006-03-25 | mark two more signal handlers ARGSUSED | Theo de Raadt |
2006-03-25 | cast strtonum() result to right type | Theo de Raadt |
2006-03-25 | nicer size_t and time_t types | Theo de Raadt |
2006-03-25 | spacing | Theo de Raadt |
2006-03-25 | needed casts (always will be needed) | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | Use fstat(3) instead of stat(3) as a matter of principle. We don't | Otto Moerbeek |
2006-03-25 | "abormally" is a perfectly cromulent word, but "abnormally" is better | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-24 | For those of us (including me) who can't type: show an error message if | Otto Moerbeek |
2006-03-24 | ANSIfy. Ok ray@ | Kjell Wooding |
2006-03-24 | change rcs_parse_deltas() and rcs_parse_deltatexts() return value | Xavier Santolaria |
2006-03-24 | change rcsclean_file() return type to void as it does not need | Xavier Santolaria |