summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2003-03-07spelling errors/typosDavid Krause
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-06-30remove local declaration of user_from_uid()/group_from_uid()Matthieu Herrb
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-05-03Fix pasto in -anewer and -cnewer options that caused them to behaveTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-11-17o Block signals when running fts_read() so the SIGINFO handler willTodd C. Miller
2001-11-16errno safety in signal handlerTheo de Raadt
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh Graham
2001-08-22o Expression is an optional argument to find(1);Heikki Korpela
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-03-14formatting error; m@procyon.comTheo de Raadt
2001-02-05short names by default; danh@wzrd.comTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-07-10Xr chflags(1)Todd C. Miller
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
2000-06-07-iname support; karls@inet.noTheo de Raadt
2000-06-07option list MUST be sorted; previous commit broke "and"; karls@inet.noTheo de Raadt
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
1999-10-07Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., asAaron Campbell
1999-10-04If we can't chdir to the root dir in -execdir, just return insteadTodd C. Miller
1999-10-04Move the chdir/fchdir hack so that it is local to the -execdirTodd C. Miller
1999-10-03Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead,Todd C. Miller
1999-06-05- remove trailing white spaceAaron Campbell
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
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
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller