summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-02-20set maximum packet and window sizes the same for multiplexed clientsDamien Miller
2007-02-20typos; from Daniel DickmanJason McIntyre
2007-02-20Remove useless -h option (if you don't know the synopsis, how do you knowChad Loder
2007-02-20Back out -h doc after discussion with theoChad Loder
2007-02-20Document -h option.Chad Loder
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-19- Check for fgets failure.Ray Lai
2007-02-19Our version of file(1) doesn't have the MIME magic file, so removeTom Cosgrove
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-02-19Teach Match how handle config directives that are used before authentication.Darren Tucker
2007-02-18keep correct permissions on the RCS file when locking/unlocking the fileXavier Santolaria
2007-02-18an erroneous free() crept in due to a merge errorOtto Moerbeek
2007-02-18missing full stop; from Daniel MaticJason McIntyre
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-16sync synopsis and usage(); mostly from Igor SobradoJason McIntyre
2007-02-16couple more entriesMichael Shalayeff
2007-02-16Correct function name in comment.Ray Lai
2007-02-14sync some manual page entries with actual usage.Niall O'Higgins
2007-02-14typos in comments; ok jmc@Kevin Steves
2007-02-14more refinements for the interactive commands section; ok ottoJason McIntyre
2007-02-14Fix spacing in Makefile.Niall O'Higgins
2007-02-13- Be explicit on command line checking, instead of relying on patterns,Matthias Kilian
2007-02-13Fix a problem with wrapped incremental searches.Kjell Wooding
2007-02-13zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@.Xavier Santolaria
2007-02-13mark up `dumb' using .Em, to be consistent with an earlierJason McIntyre
2007-02-13improve the description for -C;Jason McIntyre
2007-02-12if -f is not used, readlink should not print anything on error, but ifOtto Moerbeek
2007-02-12remove unused leftovers from openrcs; OK joris@.Xavier Santolaria
2007-02-09document how signalling via `k' works, after some help from theo and miod;Jason McIntyre
2007-02-09sync somewhat to the man page;Jason McIntyre
2007-02-09clean up the interactive commands list, mainly by showingJason McIntyre
2007-02-09correctly skip invalid entries when usingJoris Vink
2007-02-09if a directory exists in the working dir but not in theXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-09strtol(3) -> strtonum(3)Joris Vink
2007-02-08Fix a commentKjell Wooding
2007-02-08comment a functionKjell Wooding
2007-02-08Do all allocation and deallocation of shstr in elf_symload() toRay Lai
2007-02-08When getc() returns EOF, either feof() or ferror() will return true,Ray Lai
2007-02-08Remove double semicolons.Ray Lai
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-07its four-byte, not four byte; ok jmc@Otto Moerbeek
2007-02-07check st_name validity also check for overflow and not only for zero; found b...Michael Shalayeff
2007-02-07space before punctuation;Jason McIntyre
2007-02-06document -D; ok jmc@Otto Moerbeek
2007-02-06remove a comment which is no longer true; ok ottoJason McIntyre
2007-02-06sync synopsis and usage();Jason McIntyre