Age | Commit message (Expand) | Author |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |
2006-04-18 | Add () to function names to make it more clear what is happening | Chad Loder |
2006-04-18 | For prototype argument conversions, include both "from" and "to" types. | Chad Loder |
2006-04-18 | For all warnings involving prototypes, print the function name and the | Chad Loder |
2006-04-18 | Combine code to prompt user for input into a shared function, | Ray Lai |
2006-04-18 | Add a funcname() function, which returns the name of a function given a | Chad Loder |
2006-04-18 | The old way of passing function argument information was to pass an int | Chad Loder |
2006-04-18 | /* FALLTHROUGH */ to share code between the -N and -n flags. | Ray Lai |
2006-04-18 | Removes memory leaks when flags are called multiple times. This | Ray Lai |
2006-04-18 | Remove -h flag from rcs_getopt loop, which is not in GNU. | Ray Lai |
2006-04-17 | Pass -CC to cpp, which preserves comments in macros. This gets us __dead | Chad Loder |
2006-04-17 | plug memory leak; OK ray@. | Xavier Santolaria |
2006-04-17 | Relieve checkin_update and checkin_init of the responsibility of | Ray Lai |
2006-04-17 | Three undocumented options got lost in the conversion to getopt(3). | Moritz Jodeit |
2006-04-17 | Remove useless "h" and "?" from getopt(3) string. | Moritz Jodeit |
2006-04-17 | Remove unused variable. | Ray Lai |
2006-04-17 | Remove pointless stat() call. | Ray Lai |
2006-04-16 | - fix description handling. | Niall O'Higgins |
2006-04-16 | reorder sanity test so that it cannot dereference past the end of the | Damien Miller |
2006-04-16 | Handle / inside []s properly. | Hugh Graham |
2006-04-16 | avoid making a tiny 4-byte write to send the packet length of sftp | Damien Miller |
2006-04-16 | introduce atomiciov() function that wraps readv/writev to retry | Damien Miller |
2006-04-16 | Fix condition where we could exit with a fatal error when an input | Damien Miller |
2006-04-15 | dont stupidly duplicate code. make rlog use rcs_rev_select() and thus | Xavier Santolaria |
2006-04-15 | Fix indentation for "Ostersonntag". | Bernd Ahlers |
2006-04-15 | Plug some memory leaks; ok niallo@ | Patrick Latifi |
2006-04-14 | spaces | Theo de Raadt |
2006-04-14 | - don't append the extension if it's already there (PR 5076). | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
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 |