Age | Commit message (Expand) | Author |
2005-03-14 | make the OPERATORS list -compact: this avoids the nasty line split | Jason McIntyre |
2005-03-14 | add an example showing how to use -prune to skip a directory whilst | Jason McIntyre |
2005-03-14 | simplify the description of -d to avoid confusion; | Jason McIntyre |
2005-03-13 | maintain alphabetical order in primaries list; | Jason McIntyre |
2005-02-07 | sync and make usage __dead, from Michael Knudsen | Jared Yanovich |
2005-02-07 | rename "file" to "path" in usage, it's clearer | Jared Yanovich |
2004-09-15 | remove unused variable | Theo de Raadt |
2004-09-15 | no , allowed at end of enum list | Theo de Raadt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-06-02 | Use errx() rather than err() when errno isn't set. | Tom Cosgrove |
2004-02-24 | - remove double spaces in the examples | Jason McIntyre |
2004-01-23 | Clarify find -X and Xr xargs(1). Based on a diff from and OK by jmc@ | Todd C. Miller |
2003-09-26 | better realloc. ok deraadt@ henning@ | Ted Unangst |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-07-06 | proto into scope | Theo de Raadt |
2003-07-02 | protos | Theo de Raadt |
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt |
2003-06-12 | Add an example using -prune at Theo's request. | Todd C. Miller |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-07 | spelling errors/typos | David Krause |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-06-30 | remove local declaration of user_from_uid()/group_from_uid() | Matthieu Herrb |
2002-05-17 | The standard way to get info on symlinks is -L, not -h; Peter Werner | Todd C. Miller |
2002-05-03 | Fix pasto in -anewer and -cnewer options that caused them to behave | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-17 | o Block signals when running fts_read() so the SIGINFO handler will | Todd C. Miller |
2001-11-16 | errno safety in signal handler | Theo de Raadt |
2001-08-22 | expression is optional | Theo de Raadt |
2001-08-22 | Since we're in pedant mode again, we might as well be thorough. It's | Hugh Graham |
2001-08-22 | o Expression is an optional argument to find(1); | Heikki Korpela |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-03-14 | formatting error; m@procyon.com | Theo de Raadt |
2001-02-05 | short names by default; danh@wzrd.com | Theo de Raadt |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff |
2000-07-10 | Xr chflags(1) | Todd C. Miller |
2000-07-08 | Add a -flags option similar to -perm but for filke flags (ala | Todd C. Miller |
2000-06-07 | -iname support; karls@inet.no | Theo de Raadt |
2000-06-07 | option list MUST be sorted; previous commit broke "and"; karls@inet.no | Theo de Raadt |
2000-03-07 | Various cleanup. | Aaron Campbell |
2000-03-06 | Add HISTORY sections; from FreeBSD. | Aaron Campbell |
1999-12-04 | o use nanosecond precision with the -newer option | Todd C. Miller |
1999-10-07 | Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as | Aaron Campbell |
1999-10-04 | If we can't chdir to the root dir in -execdir, just return instead | Todd C. Miller |
1999-10-04 | Move the chdir/fchdir hack so that it is local to the -execdir | Todd C. Miller |
1999-10-03 | Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead, | Todd C. Miller |