summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2000-07-11-s: Replace the reference to strcmp(3) with a functional description.kleink
2000-03-16Fix typo.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-10Describe -s (sort) option.itohy
2000-03-10Add -s (sort) option, which causes entries in each directory sorted.itohy
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-20Mention -iregex and -regex primaries being non-standard extensions.kleink
1999-07-20add -regex and -iregex primaries which, like GNU find's primaries of thecgd
1999-04-30Add '-h' to synopsis - from Nathan Williams.simonb
1999-04-29Add 'h' to optstring. Fixes PR 7492 from Tom Trebisky.simonb
1999-03-07Fix minor formatting error.mycroft
1999-02-04Don't choke on file size specifications (legitimately) exceeding LONG_MAX.kleink
1999-01-19Add -{a,c,m}min to STANDARDS section (via Klaus Klein)simonb
1999-01-16Add GNU-style -{a,c,m}min primaries.simonb
1999-01-12Add support for -printx, which quotes pathnames in an xargs friendly way.lukem
1999-01-03Add support for "-flags [-]flags", which matches the file flags in alukem
1999-01-03args to -perm are "-perm [-]mode" not "-perm [-mode]"lukem
1999-01-02fix bugs in handling of `!' operator:lukem
1998-11-06make printf format more conservativechristos
1998-11-06we don't need sys/ucred.hchristos
1998-10-27For -ls output, change field widths to allow inodes up to 9,999,999 andsimonb
1998-10-14include stdlibwsanchez
1998-10-14init mask to silence -Wallwsanchez
1998-05-27eliminate a duplicated -X entrymsaitoh
1998-03-03Cast off_t to long long for printing with %qd.thorpej
1998-02-21Simplify the function calling code and warnsify.christos
1998-02-10allocate temporary storage for directory list, rather than clobberingcgd
1998-02-03remove getvfsbyname cruft.mrg
1998-02-02merge lite2, sans getvfsbyname in functions.c (waiting on libc)mrg
1997-10-19disable WARNS for nowlukem
1997-10-19fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)lukem
1997-10-19fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)lukem
1997-10-18getopt returns -1 not EOFlukem
1997-06-30Changed format directive for printing number of blocks from %4ld tojtc
1997-02-01remove second RCS-Id line.matthias
1997-01-30finding whiteouts didn't work.matthias
1997-01-09RCS ID policetls
1996-06-23KNF.mrg
1996-06-23fix incorrect (dated?) comment.mrg
1996-05-21add support for whiteouts. pr#2394 (Mike Long <mike.long@analog.com>)mrg
1996-01-14Document the -follow option, per David Brownlee <abs@mono.city.ac.uk>thorpej
1995-06-18don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminatedcgd
1994-12-24kill some unnecessary casts and declscgd
1994-10-18Get rid of a redundant sanity check.mycroft
1994-10-18Always save both the mount flags and the file system type when crossing amycroft
1994-07-18fix behaviour when adding -printcgd
1994-04-14fstypes will be strings sooncgd