Age | Commit message (Expand) | Author |
2006-04-14 | Add missing usage() calls. | Ray Lai |
2006-04-14 | Plug obvious memory leaks. | Ray Lai |
2006-04-14 | Remove global variable RCSFILE. | Ray Lai |
2006-04-14 | Remove extraneous argument from rlog_file(). | Ray Lai |
2006-04-14 | Short-circuit rlog when the -l flag is specified but there are no locks. | Ray Lai |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | more nasty spaces go bye bye | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-14 | update the manpage to document interrupt cpu time in the vmstat view. | David Gwynne |
2006-04-14 | remove comments that says we dont count intr time and remove some code that | David Gwynne |
2006-04-14 | excessive addition to brackets is a mental disease. you will go | Theo de Raadt |
2006-04-14 | show cpu time spent in interrupts. ive been wanting this for years. | David Gwynne |
2006-04-14 | Fix a typo introduced in rev 1.135; ok ray@ | Patrick Latifi |
2006-04-13 | Change rcs_parse_init() to return void, since it always returned 0. | Ray Lai |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | fix -z option for openrcs, this was broken by xsa | Joris Vink |
2006-04-13 | fix the obviously broken cvs_buf_set(), so we don't end up | Joris Vink |
2006-04-13 | Add error checking for vasprintf. Stylistic suggestions from xsa@. | Ray Lai |
2006-04-13 | Remove unused variable. | Ray Lai |
2006-04-13 | Currently rcs_getopt spits out a generic error message if you do | Ray Lai |
2006-04-13 | clean up temporary files when we finish running. | Joris Vink |
2006-04-13 | fix some typos | Niall O'Higgins |
2006-04-13 | correctly handle RCS files without any revisions; | Joris Vink |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai |
2006-04-12 | yet another missing break; | Xavier Santolaria |
2006-04-12 | missing break; "Yeah, obvious" ray@. | Xavier Santolaria |
2006-04-12 | check for inflateReset() and deflateReset() return values; OK niallo@. | Xavier Santolaria |
2006-04-12 | use "/bypass" instead of "/permit" when showing bypass flows | Hans-Joerg Hoexer |
2006-04-12 | spaces | Theo de Raadt |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-04-12 | xmalloc(); memset(); -> xcalloc(); | Ray Lai |
2006-04-12 | Improve error message. | Ray Lai |
2006-04-11 | Don't rcs_close() before fatal(). After much hesitation, joris@ | Ray Lai |
2006-04-11 | Don't close() before fatal(). | Ray Lai |
2006-04-11 | Change cvs_buf_grow() to return void, since it cannot fail, and | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-10 | - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makes | Niall O'Higgins |
2006-04-10 | switch to openrcs and eliminate more gnu from the tree. | Joris Vink |
2006-04-10 | - zap some whitespace. | Niall O'Higgins |
2006-04-10 | rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@. | Xavier Santolaria |
2006-04-10 | sync comments with reality. | Xavier Santolaria |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins |
2006-04-07 | change rcs_set_mtime() return type to void. | Xavier Santolaria |
2006-04-07 | Stylistic changes initially from Thordur I. Bjornsson, more cleanup | Ray Lai |
2006-04-06 | cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@. | Xavier Santolaria |
2006-04-06 | lexicographical order, not lexigraphical order; why people don't | Jason McIntyre |
2006-04-06 | rcsnum_setsize() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-04-06 | -z can take no argument. | Xavier Santolaria |