summaryrefslogtreecommitdiff
path: root/usr.bin/find
AgeCommit message (Expand)Author
2001-12-02Since we've already been down that road with -cnewer, support GNU find(1)'skleink
2001-12-01Punctuation fix, sort SEE ALSO, sort sections, drop a .Pp.wiz
2001-12-01Whitespace cleanup.wiz
2001-12-01Add a "cnewer" primary which evaluates true if a file has a more recentkleink
2001-09-21Reallocate memory correctly while substituting the braces.enami
2001-09-18Back out previous vfork->fork change now that the cause of the problemsimonb
2001-09-14Use fork() instead of vfork(). The child calls execvp(), which callssimonb
2001-07-06space after section number in .Xrabs
2001-02-05fixed nested externschristos
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-10-18move the -and option in options[] table where it alphabetically belongs,jdolecek
2000-10-10- The type of return value of setmode is a void * and getmode takes it,enami
2000-08-04If -H, clear FTS_LOGICAL and set FTS_PHYSICAL as well as FTS_COMFOLLOW.enami
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