summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-04-18Combine code to prompt user for input into a shared function,Ray Lai
2006-04-18Add a funcname() function, which returns the name of a function given aChad Loder
2006-04-18The old way of passing function argument information was to pass an intChad Loder
2006-04-18/* FALLTHROUGH */ to share code between the -N and -n flags.Ray Lai
2006-04-18Removes memory leaks when flags are called multiple times. ThisRay Lai
2006-04-18Remove -h flag from rcs_getopt loop, which is not in GNU.Ray Lai
2006-04-17Pass -CC to cpp, which preserves comments in macros. This gets us __deadChad Loder
2006-04-17plug memory leak; OK ray@.Xavier Santolaria
2006-04-17Relieve checkin_update and checkin_init of the responsibility ofRay Lai
2006-04-17Three undocumented options got lost in the conversion to getopt(3).Moritz Jodeit
2006-04-17Remove useless "h" and "?" from getopt(3) string.Moritz Jodeit
2006-04-17Remove unused variable.Ray Lai
2006-04-17Remove pointless stat() call.Ray Lai
2006-04-16- fix description handling.Niall O'Higgins
2006-04-16reorder sanity test so that it cannot dereference past the end of theDamien Miller
2006-04-16Handle / inside []s properly.Hugh Graham
2006-04-16avoid making a tiny 4-byte write to send the packet length of sftpDamien Miller
2006-04-16introduce atomiciov() function that wraps readv/writev to retryDamien Miller
2006-04-16Fix condition where we could exit with a fatal error when an inputDamien Miller
2006-04-15dont stupidly duplicate code. make rlog use rcs_rev_select() and thusXavier Santolaria
2006-04-15Fix indentation for "Ostersonntag".Bernd Ahlers
2006-04-15Plug some memory leaks; ok niallo@Patrick Latifi
2006-04-14spacesTheo 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 avoidsNiall O'Higgins
2006-04-14Add missing usage() calls.Ray Lai
2006-04-14Plug obvious memory leaks.Ray Lai
2006-04-14Remove global variable RCSFILE.Ray Lai
2006-04-14Remove extraneous argument from rlog_file().Ray Lai
2006-04-14Short-circuit rlog when the -l flag is specified but there are no locks.Ray Lai
2006-04-14spacingTheo de Raadt
2006-04-14more nasty spaces go bye byeTheo de Raadt
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-14update the manpage to document interrupt cpu time in the vmstat view.David Gwynne
2006-04-14remove comments that says we dont count intr time and remove some code thatDavid Gwynne
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-04-14show cpu time spent in interrupts. ive been wanting this for years.David Gwynne
2006-04-14Fix a typo introduced in rev 1.135; ok ray@Patrick Latifi
2006-04-13Change rcs_parse_init() to return void, since it always returned 0.Ray Lai
2006-04-13add support for the openrcs -o'range' option.Joris Vink
2006-04-13fix -z option for openrcs, this was broken by xsaJoris Vink
2006-04-13fix the obviously broken cvs_buf_set(), so we don't end upJoris Vink
2006-04-13Add error checking for vasprintf. Stylistic suggestions from xsa@.Ray Lai
2006-04-13Remove unused variable.Ray Lai
2006-04-13Currently rcs_getopt spits out a generic error message if you doRay Lai
2006-04-13clean up temporary files when we finish running.Joris Vink