summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* Remove emalloc and expand to the malloc + error checking it was, where used.obrien2001-07-243-20/+9
* Quiet a [useless] compiler warning.obrien2001-07-231-1/+1
* Clarify the feature that -exec parameters won't getyar2001-06-291-0/+5
* mdoc(7) police: fix markup.ru2001-05-161-198/+255
* They add the following commands:phk2001-05-039-927/+793
* Don't attempt to parse %c, use nl_langinfo insteadache2001-03-211-13/+16
* MAXPATHLEN already accounts for the trailing NUL, so no need to add one in.imp2001-03-011-1/+1
* mdoc(7) police: restore correct order of references in the SEE ALSO.ru2001-02-241-1/+1
* Implement the following options and primaries:knu2001-02-237-7/+219
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+1
* Add the -empty flag, from OpenBSD. It returns true if the directorypeter2001-01-235-2/+49
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Prepare for mdoc(7)NG.ru2000-12-191-4/+11
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-20/+20
* "minute(s) period(s)" --> "minute(s)"mph2000-11-171-6/+6
* Make passing unknown fstypes to -fstype result in a warning instead ofeivind2000-07-281-2/+16
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-172-5/+2
* Make find -Wall -Wredundant-decls clean.roberto2000-06-141-4/+0
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-1211-6/+115
* The find -perm option currently supports an exact match,roberto2000-06-123-1/+9
* Fix errors in .Xr usage.nik2000-03-011-3/+3
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-052-1/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-5/+1
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-2/+2
* Second part of bin/3648: add -flags to search for specific flags.roberto1999-12-196-4/+87
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* The -perm option takes argument [-]mode, not [-mode]kris1999-06-061-3/+6
* Clarify wording to indicate that the arguments to find(1) are path namesjkoshy1999-04-191-6/+6
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."billf1998-12-311-2/+2
* Return memory from setmode.imp1998-12-161-0/+1
* Fixed style bugs in previous commit.bde1998-11-291-1/+1
* Fixed English in previous commit. Clarify "lexicographical order".bde1998-11-291-8/+14
* Fixed my English fixes.bde1998-11-292-2/+3
* Fixed style bugs and English in previous commit.bde1998-11-291-15/+16
* Fixed disorder and and usage message. Improved English.bde1998-11-291-2/+2
* Fixed disordering in previous commit.bde1998-11-291-1/+1
* Added a sort option to find(1).wosch1998-11-294-5/+37
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-2/+2
* PR: 7522thepish1998-08-101-1/+1
* Fixed printf format errors.bde1998-07-061-1/+1
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-091-1/+1
* Add cross references for find(1), locate(1), whereis(1) and which(1).jkoshy1998-05-151-1/+3
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
* A partial frontal lobotomy for find if using the NetBSD libc whichjb1998-01-103-1/+12
* Sort option list so that -amin works.steve1997-11-281-1/+5
* Better wording explaining that all single character optionssteve1997-10-271-1/+10
* Offending statement removed from STANDARDS section. From what Isteve1997-10-271-14/+1
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.wosch1997-10-135-3/+128
OpenPOWER on IntegriCloud