aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'Tim J. Robbins2004-07-291-1/+1
* Remove partial support for building this on NetBSD.Tim J. Robbins2004-07-293-10/+0
* Now that fnmatch() supports multibyte characters, find does too; removeTim J. Robbins2004-07-291-5/+1
* Start new sentence on new line.Colin Percival2004-07-271-1/+2
* Add a BUGS entry pointing out that -mindepth and -maxdepth are globalColin Percival2004-07-271-0/+7
* Merge the "multibyte not supported" BUG into the pre-existing BUGSColin Percival2004-07-271-6/+6
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+2
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Re-add half of UCB copyright notice that went missing in 1.20.Tim J. Robbins2004-07-031-0/+1
* - introduce a new primary `-depth n', which tests whetherOliver Eikemeier2004-05-286-28/+91
* Bumped document date.Ruslan Ermilov2004-05-191-16/+16
* snafu, exchanged the descriptions of -maxdepth and -mindepth.Oliver Eikemeier2004-05-161-5/+5
* -maxdepth and -mindepth are global variablesOliver Eikemeier2004-05-141-3/+16
* Clarify and correct some compatibility notes.Dag-Erling Smørgrav2004-04-211-9/+22
* Add -acl and a small blurb about it to the options list.Tom Rhodes2004-04-071-1/+8
* Give find(1) the option -acl to locate files with extendedBosko Milekic2004-04-033-0/+54
* Update the find manual page:Tom Rhodes2004-02-271-1/+14
* Typo.Dag-Erling Smørgrav2004-02-231-1/+1
* Use a larger field for the size in blocks; the current width (4 digits)Dag-Erling Smørgrav2004-01-201-1/+1
* State that in -exec ... ; the semicolon should be quoted if invoked fromJens Schweikhardt2003-07-251-0/+4
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.Mark Murray2003-06-1410-1184/+133
* Correctly alphabetize options[] so we don't stop at -nouser when searchingDag-Erling Smørgrav2003-02-181-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-5/+5
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-17/+5
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Do not repeat the name of the flag in its descriptionPhilippe Charnier2002-08-271-24/+8
* Add a unary -not operator ala -false and !, for sake of completeness.Juli Mallett2002-08-192-0/+2
* Oops, add -false to the operators list in the manual page for find(1), as addedJuli Mallett2002-08-151-0/+1
* Add support for -false instead of '!' cause it can be hard to use that inJuli Mallett2002-08-151-0/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-1/+1
* - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.Robert Drehmel2002-07-221-3/+2
* Account for space used by environment variables in a similar way toTim J. Robbins2002-07-131-8/+12
* Indicate that the semicolon that terminates argument lists should be inTim J. Robbins2002-06-261-2/+8
* Make it more obvious that the semicolon that terminates -exec and -execdirTim J. Robbins2002-06-261-2/+8
* Support the SysV-style -exec utility args.. {} + function, required byTim J. Robbins2002-06-024-8/+95
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-1/+1
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-9/+9
* More consistancy. file system > filesystemTom Rhodes2002-05-162-4/+4
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Fix to WARNS=2 level.David E. O'Brien2002-04-153-25/+8
* Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT).David E. O'Brien2002-04-142-4/+1010
* Replace err() with errx(), errno is garbage in this context.Philippe Charnier2002-04-121-1/+1
* find.1 does not encourage users to DTRT when piping to xargs(1)Tom Rhodes2002-04-101-0/+7
* There is breakage in parsedate, so revert to get_date until this can beMark Murray2002-04-023-3/+8
* Fix find -exec with no command specified (i.e.: find . -exec ';')Juli Mallett2002-04-021-0/+3
* Fix SCM IDs.David E. O'Brien2002-04-017-18/+14
* Allow to compile a YACC produced file with GCC 3.1 (which has differentDavid E. O'Brien2002-04-011-0/+1
* Run find.1 through ispell.Giorgos Keramidas2002-04-011-1/+1
* Change a "/*" within a comment to a "**".David Malone2002-03-301-1/+2
* spellingPhilippe Charnier2002-03-262-4/+4