aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/find.h
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-061-0/+27
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* find: Include nanoseconds when comparing timestamps of files.Jilles Tjoelker2013-03-171-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Implement a number of primaries present in GNU find, but not presentWarner Losh2008-02-231-0/+1
* The last execution of -exec {} + is not done if the -exec primary isKirill Ponomarev2006-05-141-0/+2
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toCeri Davies2006-04-031-0/+2
* - introduce a new primary `-depth n', which tests whetherOliver Eikemeier2004-05-281-0/+3
* Support the SysV-style -exec utility args.. {} + function, required byTim J. Robbins2002-06-021-0/+13
* Remove __P().Mark Murray2002-03-201-1/+1
* 1) Remove -Wall from Makefile.David Malone2002-02-271-1/+1
* Bloat find(1) even more, and introduce the conceptRuslan Ermilov2001-09-141-0/+1
* The implementation of -flags was broken and did not match the (poorly)Ruslan Ermilov2001-09-041-2/+2
* They add the following commands:Poul-Henning Kamp2001-05-031-33/+38
* Implement the following options and primaries:Akinori MUSHA2001-02-231-2/+6
* Add the -empty flag, from OpenBSD. It returns true if the directoryPeter Wemm2001-01-231-2/+2
* This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-121-1/+1
* The find -perm option currently supports an exact match,Ollivier Robert2000-06-121-0/+1
* Second part of bin/3648: add -flags to search for specific flags.Ollivier Robert1999-12-191-2/+9
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-131-2/+4
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-291-4/+4
* Implement a -delete option to find. The code is extremely paranoid andPeter Wemm1996-10-041-1/+1
* Add GNU-style `-print0' primary. This exists so that one can safelyGarrett Wollman1995-05-091-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+107