summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* Uniformly refer to a file system as "file system".ru2002-12-121-5/+5
* mdoc(7) police: markup polishing.ru2002-11-261-17/+5
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Do not repeat the name of the flag in its descriptioncharnier2002-08-271-24/+8
* Add a unary -not operator ala -false and !, for sake of completeness.jmallett2002-08-192-0/+2
* Oops, add -false to the operators list in the manual page for find(1), as addedjmallett2002-08-151-0/+1
* Add support for -false instead of '!' cause it can be hard to use that injmallett2002-08-151-0/+1
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-1/+1
* - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
* Account for space used by environment variables in a similar way totjr2002-07-131-8/+12
* Indicate that the semicolon that terminates argument lists should be intjr2002-06-261-2/+8
* Make it more obvious that the semicolon that terminates -exec and -execdirtjr2002-06-261-2/+8
* Support the SysV-style -exec utility args.. {} + function, required bytjr2002-06-024-8/+95
* mdoc(7) police: markup nits.ru2002-05-291-1/+1
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-9/+9
* More consistancy. file system > filesystemtrhodes2002-05-162-4/+4
* Use `The .Nm utility'charnier2002-04-201-2/+3
* Fix to WARNS=2 level.obrien2002-04-153-25/+8
* Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT).obrien2002-04-142-4/+1010
* Replace err() with errx(), errno is garbage in this context.charnier2002-04-121-1/+1
* find.1 does not encourage users to DTRT when piping to xargs(1)trhodes2002-04-101-0/+7
* There is breakage in parsedate, so revert to get_date until this can bemarkm2002-04-023-3/+8
* Fix find -exec with no command specified (i.e.: find . -exec ';')jmallett2002-04-021-0/+3
* Fix SCM IDs.obrien2002-04-017-18/+14
* Allow to compile a YACC produced file with GCC 3.1 (which has differentobrien2002-04-011-0/+1
* Run find.1 through ispell.keramida2002-04-011-1/+1
* Change a "/*" within a comment to a "**".dwmalone2002-03-301-1/+2
* spellingcharnier2002-03-262-4/+4
* Restructure for own parsedate (replacement for get_date from CVS).markm2002-03-214-48/+54
* Add a replacement for get_date which is currently being dug out ofmarkm2002-03-211-0/+880
* For the sake of consistency, remove an include that is included inmarkm2002-03-201-1/+0
* Remove __P().markm2002-03-208-23/+23
* 1) Remove -Wall from Makefile.dwmalone2002-02-279-71/+80
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-1/+7
* Add a missing comma.ru2001-11-201-1/+1
* Document -depthobrien2001-10-061-0/+13
* Simplify f_Xtime().ru2001-09-141-24/+11
* Bloat find(1) even more, and introduce the conceptru2001-09-143-18/+166
* The implementation of -flags was broken and did not match the (poorly)ru2001-09-043-31/+79
* Sort predicates.ru2001-08-311-70/+70
* Restore the `-perm +mode' feature.ru2001-08-301-2/+2
* 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
OpenPOWER on IntegriCloud