summaryrefslogtreecommitdiff
path: root/usr.bin/find/main.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-27Need <string.h>.thorpej
2002-09-27support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-likeprovos
2000-08-04If -H, clear FTS_LOGICAL and set FTS_PHYSICAL as well as FTS_COMFOLLOW.enami
2000-03-16Compare the return value of getopt(3) against -1 rather than EOF.enami
2000-03-16Cosmetic changes.enami
2000-03-13Add -s in usage.itohy
2000-03-10Use strcoll() to sort directory entries.kleink
2000-03-10Add -s (sort) option, which causes entries in each directory sorted.itohy
1999-04-29Add 'h' to optstring. Fixes PR 7492 from Tom Trebisky.simonb
1998-02-10allocate temporary storage for directory list, rather than clobberingcgd
1998-02-02merge lite2, sans getvfsbyname in functions.c (waiting on libc)mrg
1997-10-19fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)lukem
1997-10-18getopt returns -1 not EOFlukem
1997-01-09RCS ID policetls
1994-01-24Changed order of the subexpressions in a conditional to guard againstjtc
1993-12-30Merged our bugfixes with the 4.4BSD find from uunet.jtc
1993-12-29Changed to conform to POSIX.2, 4.24.4: the first argument that starts withjtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd