summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2006-09-30Some fixes for running nm on ELF binaries.Mark Kettenis
2006-09-27Add and correct comments, spacing.Ray Lai
2006-09-27Plug memory leak.Ray Lai
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek
2006-09-26It seems pointless to assign a variable the atoi() return value afterMichael Knudsen
2006-09-26Allow zero-length patterns with -x soJared Yanovich
2006-09-26authunix_create_default() might return NULL; spotted by tbert;Otto Moerbeek
2006-09-25Remove debugging printf accidentally committed.Ray Lai
2006-09-25You forgot about -DSMALL and broke all the install mediaTheo de Raadt
2006-09-25Support some additional HTTP redirect codes.Jonathan Gray
2006-09-25Change "a SSH" to "an SSH". Hurray, I'm not the only one whoRay Lai
2006-09-25Also accept "HTTP/1.1 200" as a success response.Ray Lai
2006-09-24do not suggest that !expression and (expression) (without spaces) is valid;Jason McIntyre
2006-09-24revert for now, this breaks stuff elsewhere...Marc Espie
2006-09-22remove the :dc: is always set behavior (use cua devices or /etc/remoteJason Wright
2006-09-22- explain diff_options (which i renamed from "diff options")Jason McIntyre
2006-09-22Fill SeptemberJasper Lievisse Adriaanse
2006-09-22- handle deltatexts which don't end in a newline character. fixes PR #5241.Niall O'Higgins