summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Collapse)Author
2000-03-07Various cleanup.Aaron Campbell
2000-03-06Add HISTORY sections; from FreeBSD.Aaron Campbell
1999-12-04o use nanosecond precision with the -newer optionTodd C. Miller
o add -anewer and -cnewer options like GNU find.
1999-10-07Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asAaron Campbell
appropriate.
1999-10-04If we can't chdir to the root dir in -execdir, just return insteadTodd 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-04Move the chdir/fchdir hack so that it is local to the -execdirTodd 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-03Do 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 spaceAaron 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-26arguments to -perm option are `[-]mode', not `[-mode]'; from NetBSDAaron Campbell
1999-05-02grammar; kwesterback@home.comAaron Campbell
1999-03-17Add -W option so -type W gets a chance to work.Marc Espie
1999-02-24-{a,c,m}min are extensions to posixTheo de Raadt
1999-01-04Correct ! handling in parens; dave@dtsp.co.nzTodd C. Miller
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-10-04Take sizeof correct variable in readlink; martin@gbg.netman.seTodd C. Miller
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-09-26more setmode() leaks -- kill 'em allTheo de Raadt
1998-08-11fix "find . !" coredump; thepish@freebsdTheo de Raadt
1998-05-18readlink len-1Theo de Raadt
1997-11-28sort table; tejblum@arc.hq.cti.ruTheo de Raadt
1997-11-13Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; woschTheo de Raadt
1997-11-04clarifyTheo de Raadt
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).
1997-08-27execdir is an extension of courseTheo de Raadt
1997-06-30Some -Wall cleanliness.Todd C. Miller
1997-06-30Fix printf format when listing inode number and #blocks toTodd C. Miller
unsigned and quad respectively to correspond to actual types. Half from NetBSD (jtc).
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller
with getopts vs. predicates.
1997-06-17If no paths are specified, use "."Todd C. Miller
1997-06-17Don't trample argv[], we want ps et al to be able to see args.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-23Add -execdir support.Todd C. Miller
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-09-01Specify that new primaries -empty, -maxdepth and -mindepth are extensionsThorsten Lockert
1996-09-01Add support for -emptyThorsten Lockert
1996-09-01Add support for -mindepth while at itThorsten Lockert
1996-08-31Add support for -maxdepth optionThorsten Lockert
1996-06-26rcsidTheo de Raadt
1996-06-25indent niceTheo de Raadt
1996-06-11document that -print0 is an alternative to -XTheo de Raadt
1996-05-28support whiteouts; netbsd pr#2394; mike.long@analog.comTheo de Raadt
1996-01-15from netbsd:Theo de Raadt
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk> in PR #1113.
1995-10-18initial import of NetBSD treeTheo de Raadt