Age | Commit message (Expand) | Author |
2006-10-11 | check fgets(3) return value and also fix a | Thordur I. Bjornsson |
2006-10-11 | hmm, slightly reword the previous to sound less like a susv3 cut/paste, | Jason McIntyre |
2006-10-11 | some important information about how find(1) works was tucked away | Jason McIntyre |
2006-10-11 | improve markup a wee bit; | Jason McIntyre |
2006-10-11 | Extra files needed for 'sh' architecture, copied from arm. | Dale Rahn |
2006-10-11 | a little macro cleanup; | Jason McIntyre |
2006-10-11 | exit instead of doing a blocking tcp send if we detect a client/server timeout, | Markus Friedl |
2006-10-11 | Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ | Otto Moerbeek |
2006-10-11 | in EXAMPLES: | Jason McIntyre |
2006-10-11 | for -depth, -follow, and -xdev, note that they always evaluate to true; | Jason McIntyre |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-10-10 | Fix an instance of foo[strlen(foo) - 1] = something, which is dangerous | Chad Loder |
2006-10-10 | get the spacing right for -ok too; i missed this in my previous commit. | Jason McIntyre |
2006-10-10 | get the spacing right for -exec and -execdir; ok otto | Jason McIntyre |
2006-10-10 | add an example of -exec {} and remove a less useful example; ok otto | Jason McIntyre |
2006-10-10 | sleep before retrying (not after) since sleep changes errno; fixes | Markus Friedl |
2006-10-09 | xmalloc -> xcalloc that was missed previously, from portable | Damien Miller |
2006-10-09 | pretty | Ted Unangst |
2006-10-09 | pretty. the comma operator should not be used to cram two statements into | Ted Unangst |
2006-10-06 | Convert strtol to strtonum, eliminating errno misusage. | Ray Lai |
2006-10-06 | sys/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-05 | document -depth and -xdev: although we have options which do the same, | Jason McIntyre |
2006-10-04 | if the utmp file is (mysteriously gone) do not assume that the user is | Theo de Raadt |
2006-10-04 | - bump latest posix version | Jason McIntyre |
2006-10-02 | Fix error messages, okay ray@ deraadt@ | Pedro Martelletto |
2006-10-02 | Fill October | Jasper Lievisse Adriaanse |
2006-10-02 | remove some unneccessary escaping; | Jason McIntyre |
2006-10-02 | - simplify a list item | Jason McIntyre |
2006-10-02 | reword a clunky sentence; | Jason McIntyre |
2006-10-01 | rewrite the piece about separate arguments to not confuse jmc@. | Otto Moerbeek |
2006-09-30 | Clear errno before calling the strtol functions. | Ray Lai |
2006-09-30 | Some fixes for running nm on ELF binaries. | Mark Kettenis |
2006-09-27 | Add and correct comments, spacing. | Ray Lai |
2006-09-27 | Plug memory leak. | Ray Lai |
2006-09-26 | clear up some confusion between operands and operators; with & ok jmc@ | Otto Moerbeek |
2006-09-26 | It seems pointless to assign a variable the atoi() return value after | Michael Knudsen |
2006-09-26 | Allow zero-length patterns with -x so | Jared Yanovich |
2006-09-26 | authunix_create_default() might return NULL; spotted by tbert; | Otto Moerbeek |
2006-09-25 | Remove debugging printf accidentally committed. | Ray Lai |
2006-09-25 | You forgot about -DSMALL and broke all the install media | Theo de Raadt |
2006-09-25 | Support some additional HTTP redirect codes. | Jonathan Gray |
2006-09-25 | Change "a SSH" to "an SSH". Hurray, I'm not the only one who | Ray Lai |
2006-09-25 | Also accept "HTTP/1.1 200" as a success response. | Ray Lai |
2006-09-24 | do not suggest that !expression and (expression) (without spaces) is valid; | Jason McIntyre |
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie |
2006-09-22 | remove the :dc: is always set behavior (use cua devices or /etc/remote | Jason Wright |
2006-09-22 | - explain diff_options (which i renamed from "diff options") | Jason McIntyre |
2006-09-22 | Fill September | Jasper Lievisse Adriaanse |
2006-09-22 | - handle deltatexts which don't end in a newline character. fixes PR #5241. | Niall O'Higgins |