summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-10-25Check len to be > 0 before accessing buf[len-1] and check if theMoritz Jodeit
2006-10-24bring back support for -h, -N, -R, and -t.Xavier Santolaria
2006-10-24+.Ex -std sedJason McIntyre
2006-10-24Reuse len instead of calling strlen again.Ray Lai
2006-10-24Check that string length != 0 before setting buf[strlen(buf) - 1].Ray Lai
2006-10-22cancel progress meter when upload write fails; ok deraadt@Damien Miller
2006-10-18Remove useless code that can cause a SEGV if a buffer is realloc()ed.Todd C. Miller
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-17grammar correction; from matthew clarkeJason McIntyre
2006-10-16gove this page a proper options list;Jason McIntyre
2006-10-16simplify SYNOPSIS, and do all the work in DESCRIPTION;Jason McIntyre
2006-10-15Talk about "memory" not "pages in kilobytes", it is less awkwardTodd C. Miller
2006-10-14Allow less to build in Makefile.cross environment.Dale Rahn
2006-10-13fix fortran man yearMichael Shalayeff
2006-10-13vmstat memory stats are in kb, not number of pages;Jason McIntyre
2006-10-12document environment var CDROM; from ross l richardson (pr #5258)Jason McIntyre
2006-10-12- convert some warnx() to warn(), which fixes a few stupidly un-informative e...Niall O'Higgins
2006-10-12recognize 'sh' binaries.Dale Rahn
2006-10-11check fgets(3) return value and also fix aThordur I. Bjornsson
2006-10-11hmm, slightly reword the previous to sound less like a susv3 cut/paste,Jason McIntyre
2006-10-11some important information about how find(1) works was tucked awayJason McIntyre
2006-10-11improve markup a wee bit;Jason McIntyre
2006-10-11Extra files needed for 'sh' architecture, copied from arm.Dale Rahn
2006-10-11a little macro cleanup;Jason McIntyre
2006-10-11exit instead of doing a blocking tcp send if we detect a client/server timeout,Markus Friedl
2006-10-11Suggest to use xargs(1) and give an example; started by jmc, ok jmc@Otto Moerbeek
2006-10-11in EXAMPLES:Jason McIntyre
2006-10-11for -depth, -follow, and -xdev, note that they always evaluate to true;Jason McIntyre
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makesChad Loder
2006-10-10Fix an instance of foo[strlen(foo) - 1] = something, which is dangerousChad Loder
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-10-09prettyTed Unangst
2006-10-09pretty. the comma operator should not be used to cram two statements intoTed Unangst
2006-10-06Convert strtol to strtonum, eliminating errno misusage.Ray Lai
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-10-05-iname is a primary, not an option. ok jmc@Otto Moerbeek
2006-10-05document -depth and -xdev: although we have options which do the same,Jason McIntyre
2006-10-04if the utmp file is (mysteriously gone) do not assume that the user isTheo de Raadt
2006-10-04- bump latest posix versionJason McIntyre
2006-10-02Fix error messages, okay ray@ deraadt@Pedro Martelletto
2006-10-02Fill OctoberJasper Lievisse Adriaanse
2006-10-02remove some unneccessary escaping;Jason McIntyre
2006-10-02- simplify a list itemJason McIntyre
2006-10-02reword a clunky sentence;Jason McIntyre
2006-10-01rewrite the piece about separate arguments to not confuse jmc@.Otto Moerbeek
2006-09-30Clear errno before calling the strtol functions.Ray Lai