Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
o add -anewer and -cnewer options like GNU find. | |||
1999-10-07 | Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as | Aaron Campbell | |
appropriate. | |||
1999-10-04 | If we can't chdir to the root dir in -execdir, just return instead | Todd C. Miller | |
of generating an error. Most times this is just because the target is not a directory. Also close an fd leak introduced in the last commit. | |||
1999-10-04 | Move the chdir/fchdir hack so that it is local to the -execdir | Todd C. Miller | |
function, since that's the only place it needs to be. Doing it for each function caused problems with multiple directories. | |||
1999-10-03 | Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead, | Todd C. Miller | |
do the chdir ourselves. This fixes a problem with the -execdir option with multiple relative directories. | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-26 | arguments to -perm option are `[-]mode', not `[-mode]'; from NetBSD | Aaron Campbell | |
1999-05-02 | grammar; kwesterback@home.com | Aaron Campbell | |
1999-03-17 | Add -W option so -type W gets a chance to work. | Marc Espie | |
1999-02-24 | -{a,c,m}min are extensions to posix | Theo de Raadt | |
1999-01-04 | Correct ! handling in parens; dave@dtsp.co.nz | Todd C. Miller | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-10-04 | Take sizeof correct variable in readlink; martin@gbg.netman.se | Todd C. Miller | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt | |
1998-08-11 | fix "find . !" coredump; thepish@freebsd | Theo de Raadt | |
1998-05-18 | readlink len-1 | Theo de Raadt | |
1997-11-28 | sort table; tejblum@arc.hq.cti.ru | Theo de Raadt | |
1997-11-13 | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; wosch | Theo de Raadt | |
1997-11-04 | clarify | Theo de Raadt | |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller | |
Adds a new flag to fts(3). | |||
1997-08-27 | execdir is an extension of course | Theo de Raadt | |
1997-06-30 | Some -Wall cleanliness. | Todd C. Miller | |
1997-06-30 | Fix printf format when listing inode number and #blocks to | Todd C. Miller | |
unsigned and quad respectively to correspond to actual types. Half from NetBSD (jtc). | |||
1997-06-17 | (foo *)NULL -> NULL | kstailey | |
1997-06-17 | Back out last change. Allowing no path to mean "." causes problems | Todd C. Miller | |
with getopts vs. predicates. | |||
1997-06-17 | If no paths are specified, use "." | Todd C. Miller | |
1997-06-17 | Don't trample argv[], we want ps et al to be able to see args. | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-23 | Add -execdir support. | Todd C. Miller | |
1996-10-24 | Respond to SIGINFO; from PR #42 | Thorsten Lockert | |
1996-09-01 | Specify that new primaries -empty, -maxdepth and -mindepth are extensions | Thorsten Lockert | |
1996-09-01 | Add support for -empty | Thorsten Lockert | |
1996-09-01 | Add support for -mindepth while at it | Thorsten Lockert | |
1996-08-31 | Add support for -maxdepth option | Thorsten Lockert | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | indent nice | Theo de Raadt | |
1996-06-11 | document that -print0 is an alternative to -X | Theo de Raadt | |
1996-05-28 | support whiteouts; netbsd pr#2394; mike.long@analog.com | Theo de Raadt | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk> in PR #1113. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |