Age | Commit message (Expand) | Author |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-19 | more sane calloc(3) usage; from adobriyan@gmail.com, ok millert | Peter Valchev |
2006-03-19 | Correct strdelim null test; ok djm@ | Darren Tucker |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | potential NULL pointer dereferences detected by Coverity | Damien Miller |
2006-03-19 | FILE* leak detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | more memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-18 | Forgotten part in previous commit; having multiple source trees is a | Otto Moerbeek |
2006-03-18 | Interchange roles: bc becomes parent, dc child. This leads to saner | Otto Moerbeek |
2006-03-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | In all these cases pfp != NULL. I also sneaked in some KNF. | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
2006-03-18 | Change code to match comments, fixing potential off-by-one error. | Ray Lai |
2006-03-17 | another unreachable found by lint | Damien Miller |
2006-03-17 | unreachanble statement, found by lint | Damien Miller |
2006-03-17 | more delinting. | Moritz Jodeit |
2006-03-17 | size_t size() | Theo de Raadt |
2006-03-17 | handle ssize_t vs size_t | Theo de Raadt |
2006-03-17 | more cleanups; ok moritz | Theo de Raadt |
2006-03-17 | ansification and correct prototypes. ok deraadt@ | Moritz Jodeit |
2006-03-17 | global not needed; ok moritz | Theo de Raadt |
2006-03-17 | ARGSUSED is good on signal handlers | Theo de Raadt |
2006-03-17 | big prototype cleanup: | Moritz Jodeit |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | - co usage() says we support -I, so set the flags and revision. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-17 | Use ssize_t in appropriate places. | Ray Lai |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-16 | - checkout_rev() can fail, in which case we want a non-zero exit code. | Niall O'Higgins |
2006-03-16 | Fix bug that was uncovered by adding correct prototypes and | Moritz Jodeit |
2006-03-16 | first pass of cleanup of this mess; ok dhill | Theo de Raadt |
2006-03-16 | error message fix; respect -q too. Ok ray@. | Xavier Santolaria |
2006-03-16 | Consistency, one Lord of the Rings entry not marked "(LOTR)" | Ryan Thomas McBride |
2006-03-16 | Try to display errormessage even if remout == -1 | Bjorn Sandell |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-16 | add missing {} so everything gets reached. | Xavier Santolaria |
2006-03-16 | kill two unused variables. | Xavier Santolaria |
2006-03-16 | Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCs | Damien Miller |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-16 | Currently co(1) overwrites files that the current user doesn't have | Ray Lai |
2006-03-16 | Simplify rcs_statfile() by having it call rcs_choosefile(). | Ray Lai |
2006-03-16 | clean up the od(1) usage form, it was ugly with a capital u | Theo de Raadt |
2006-03-15 | Handle ^C correctly, morph it to escape key so the input | Peter Valchev |
2006-03-15 | - remove unused function cvs_putchar() | Niall O'Higgins |
2006-03-15 | - zap filename arg in rcsdiff_rev() since its not used. | Niall O'Higgins |
2006-03-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - use shared cvs_yesno() for yesno prompt, fixing an issue spotted by | Niall O'Higgins |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |