aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-2/+1
* Correct a gratuitous whitespace difference with HEADKris Kennaway2001-03-041-1/+1
* MFC:Akinori MUSHA2001-02-257-7/+219
* MFC: -empty switch for searching for empty directories. (From OpenBSD)Peter Wemm2001-01-305-2/+49
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+11
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-26/+26
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-282-5/+2
* MFC: forgot to commit the -Wall addition from a previous MFC.Ollivier Robert2000-06-231-0/+1
* MFC: makes the code -Wall -Wmissing-prototype clean.Ollivier Robert2000-06-231-4/+0
* MFC: This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-239-6/+109
* MFC:Ollivier Robert2000-06-233-1/+9
* Fix errors in .Xr usage.Nik Clayton2000-03-011-3/+3
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-052-1/+4
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-272-5/+1
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-2/+2
* Second part of bin/3648: add -flags to search for specific flags.Ollivier Robert1999-12-196-4/+87
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.Bill Fumerola1999-09-061-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* The -perm option takes argument [-]mode, not [-mode]Kris Kennaway1999-06-061-3/+6
* Clarify wording to indicate that the arguments to find(1) are path namesJoseph Koshy1999-04-191-6/+6
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."Bill Fumerola1998-12-311-2/+2
* Return memory from setmode.Warner Losh1998-12-161-0/+1
* Fixed style bugs in previous commit.Bruce Evans1998-11-291-1/+1
* Fixed English in previous commit. Clarify "lexicographical order".Bruce Evans1998-11-291-8/+14
* Fixed my English fixes.Bruce Evans1998-11-292-2/+3
* Fixed style bugs and English in previous commit.Bruce Evans1998-11-291-15/+16
* Fixed disorder and and usage message. Improved English.Bruce Evans1998-11-291-2/+2
* Fixed disordering in previous commit.Bruce Evans1998-11-291-1/+1
* Added a sort option to find(1).Wolfram Schneider1998-11-294-5/+37
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* PR: 7522Peter Hawkins1998-08-101-1/+1
* Fixed printf format errors.Bruce Evans1998-07-061-1/+1
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-091-1/+1
* Add cross references for find(1), locate(1), whereis(1) and which(1).Joseph Koshy1998-05-151-1/+3
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-201-1/+0
* A partial frontal lobotomy for find if using the NetBSD libc whichJohn Birrell1998-01-103-1/+12
* Sort option list so that -amin works.Steve Price1997-11-281-1/+5
* Better wording explaining that all single character optionsSteve Price1997-10-271-1/+10
* Offending statement removed from STANDARDS section. From what ISteve Price1997-10-271-14/+1
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-135-3/+128
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-295-5/+117
* Eliminate a variable that is set but never used.John Polstra1997-05-191-5/+4
* Mention that "-P" is the default.John Polstra1997-05-191-1/+2
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-191-2/+2
* Minor typo.Masafumi Max NAKANE1997-05-021-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.Peter Wemm1997-03-271-5/+5
* Merge from Lite2 - use new getvfsbyname() and related changes.Peter Wemm1997-03-115-58/+59