summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19more sane calloc(3) usage; from adobriyan@gmail.com, ok millertPeter Valchev
2006-03-19Correct strdelim null test; ok djm@Darren Tucker
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19potential NULL pointer dereferences detected by CoverityDamien Miller
2006-03-19FILE* leak detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19more memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-18Forgotten part in previous commit; having multiple source trees is aOtto Moerbeek
2006-03-18Interchange roles: bc becomes parent, dc child. This leads to sanerOtto Moerbeek
2006-03-18+/* ARGSUSED */Ray Lai
2006-03-18In all these cases pfp != NULL. I also sneaked in some KNF.Ray Lai
2006-03-18strdup() -> xstrdup()Ray Lai
2006-03-18Change code to match comments, fixing potential off-by-one error.Ray Lai
2006-03-17another unreachable found by lintDamien Miller
2006-03-17unreachanble statement, found by lintDamien Miller
2006-03-17more delinting.Moritz Jodeit
2006-03-17size_t size()Theo de Raadt
2006-03-17handle ssize_t vs size_tTheo de Raadt
2006-03-17more cleanups; ok moritzTheo de Raadt
2006-03-17ansification and correct prototypes. ok deraadt@Moritz Jodeit
2006-03-17global not needed; ok moritzTheo de Raadt
2006-03-17ARGSUSED is good on signal handlersTheo de Raadt
2006-03-17big 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-17rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reusedXavier Santolaria
2006-03-17Use ssize_t in appropriate places.Ray Lai
2006-03-17Remove 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-16Fix bug that was uncovered by adding correct prototypes andMoritz Jodeit
2006-03-16first pass of cleanup of this mess; ok dhillTheo de Raadt
2006-03-16error message fix; respect -q too. Ok ray@.Xavier Santolaria
2006-03-16Consistency, one Lord of the Rings entry not marked "(LOTR)"Ryan Thomas McBride
2006-03-16Try to display errormessage even if remout == -1Bjorn Sandell
2006-03-16zap more unused variables.Xavier Santolaria
2006-03-16add missing {} so everything gets reached.Xavier Santolaria
2006-03-16kill two unused variables.Xavier Santolaria
2006-03-16Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCsDamien Miller
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-16Currently co(1) overwrites files that the current user doesn't haveRay Lai
2006-03-16Simplify rcs_statfile() by having it call rcs_choosefile().Ray Lai
2006-03-16clean up the od(1) usage form, it was ugly with a capital uTheo de Raadt
2006-03-15Handle ^C correctly, morph it to escape key so the inputPeter 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-15ask for log message when it's not specified, got broken in xsa's previousJoris Vink
2006-03-15- use shared cvs_yesno() for yesno prompt, fixing an issue spotted byNiall O'Higgins
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins