Age | Commit message (Expand) | Author |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt |
2006-04-02 | avoid lvalue cast by making local function be unsigned to begin with | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-04-01 | Don't convert off_t to size_t without checking if it fits. From Tobias | Otto Moerbeek |
2006-04-01 | don't use mode_t with va_arg(), use int instead and cast it later to | Joris Vink |
2006-04-01 | - plug a possible memory leak in checkin_update() error path. | Niall O'Higgins |
2006-04-01 | Add rcs -l, rcs -u, and regression tests. | Ray Lai |
2006-04-01 | Keep cvs flags in `flags', rcs flags in `rcsflags' in rcsprog.h. | Ray Lai |
2006-04-01 | ANSIfy; requested deraadt@ | Damien Miller |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt |
2006-04-01 | $OpenBSD$ in here too | Damien Miller |
2006-04-01 | cvs_initlog() returns a value that is never used, zap it. | Joris Vink |
2006-04-01 | improve import a bit: | Joris Vink |
2006-03-31 | spacing | Theo de Raadt |
2006-03-31 | Better useage string. From Alexey Dobriyan. | Otto Moerbeek |
2006-03-31 | remote user escape is %r not %h; spotted by jmc@ | Damien Miller |
2006-03-31 | kill trailing whitespace; | Jason McIntyre |
2006-03-31 | fairly simple cleanup, lots of testing done | Theo de Raadt |
2006-03-31 | lint-driven cleanup. nothing too scary in this diff. | Theo de Raadt |
2006-03-31 | spacing; | Joris Vink |
2006-03-31 | tiny bits of lint | Theo de Raadt |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | cast to uid_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | use size_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | minimal lint happiness, round 1 | Theo de Raadt |
2006-03-30 | Clean up some allocations. Remove malloc casts, and some easy | Kjell Wooding |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
2006-03-30 | Correctly handle truncated files while converting keys; ok djm@ | Darren Tucker |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-30 | ARGSUSED for dispatch table-driven functions | Damien Miller |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-29 | fix fetching zero-length files via proxy. while there, also fix progress-meter | Alexander von Gernler |
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre |
2006-03-29 | typo; from Alf Schlichting | Michael Shalayeff |
2006-03-29 | Yet more lint: | Ray Lai |
2006-03-29 | More closely matches GNU behavior, passes more GNU rcstest tests. | Ray Lai |
2006-03-28 | Use <sp> and <cr> as shortcuts for y/n (like emacs) | Kjell Wooding |
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria |
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 |