summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-04-02#ifdef lint not LINTTheo de Raadt
2006-04-02avoid lvalue cast by making local function be unsigned to begin withTheo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-04-01Don't convert off_t to size_t without checking if it fits. From TobiasOtto Moerbeek
2006-04-01don't use mode_t with va_arg(), use int instead and cast it later toJoris Vink
2006-04-01- plug a possible memory leak in checkin_update() error path.Niall O'Higgins
2006-04-01Add rcs -l, rcs -u, and regression tests.Ray Lai
2006-04-01Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h.Ray Lai
2006-04-01ANSIfy; requested deraadt@Damien Miller
2006-04-01xasprintification; ok deraadt@Damien Miller
2006-04-01minimal lint cleanup (unused crud, and some size_t); ok djmTheo de Raadt
2006-04-01$OpenBSD$ in here tooDamien Miller
2006-04-01cvs_initlog() returns a value that is never used, zap it.Joris Vink
2006-04-01improve import a bit:Joris Vink
2006-03-31spacingTheo de Raadt
2006-03-31Better useage string. From Alexey Dobriyan.Otto Moerbeek
2006-03-31remote user escape is %r not %h; spotted by jmc@Damien Miller
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2006-03-31lint-driven cleanup. nothing too scary in this diff.Theo de Raadt
2006-03-31spacing;Joris Vink
2006-03-31tiny bits of lintTheo de Raadt
2006-03-30add temporary files to the worklist before creating them, this preventsJoris Vink
2006-03-30hmm, let's not use fatal() when we cannot find a branch instead return NULLJoris Vink
2006-03-30zap unused variable, niallo@ noticedJoris Vink
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-30cast to uid_t where needed; ok deraadt@Robert Nagy
2006-03-30use size_t where needed; ok deraadt@Robert Nagy
2006-03-30minimal lint happiness, round 1Theo de Raadt
2006-03-30Clean up some allocations. Remove malloc casts, and some easyKjell Wooding
2006-03-30Prevent duplicate log messages when privsep=yes; ok djm@Darren Tucker
2006-03-30Correctly handle truncated files while converting keys; ok djm@Darren Tucker
2006-03-30add percent escape chars to the IdentityFile option, bz #1159 basedDamien Miller
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
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