aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/extern.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* find(1): remove unused variableEitan Adler2017-12-131-1/+1
* 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: Fix segfault with very long path in -exec/-ok ... {} \;.Jilles Tjoelker2015-08-051-1/+1
* find: Correctly propagate -exec/-execdir ... {} + exit status.Jilles Tjoelker2014-04-121-0/+1
* Add an option for finding sparse files.David Malone2013-03-031-0/+2
* find: Implement real -ignore_readdir_race.Jilles Tjoelker2012-07-251-1/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Don't let find(1) depend on struct timeb.Ed Schouten2010-02-091-2/+1
* Implement a number of primaries present in GNU find, but not presentWarner Losh2008-02-231-0/+3
* The last execution of -exec {} + is not done if the -exec primary isKirill Ponomarev2006-05-141-0/+1
* Remove partial support for building this on NetBSD.Tim J. Robbins2004-07-291-2/+0
* - introduce a new primary `-depth n', which tests whetherOliver Eikemeier2004-05-281-0/+1
* Give find(1) the option -acl to locate files with extendedBosko Milekic2004-04-031-0/+2
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.Mark Murray2003-06-141-0/+3
* There is breakage in parsedate, so revert to get_date until this can beMark Murray2002-04-021-1/+1
* Restructure for own parsedate (replacement for get_date from CVS).Mark Murray2002-03-211-0/+2
* Remove __P().Mark Murray2002-03-201-10/+10
* 1) Remove -Wall from Makefile.David Malone2002-02-271-1/+1
* Remove emalloc and expand to the malloc + error checking it was, where used.David E. O'Brien2001-07-241-1/+0
* They add the following commands:Poul-Henning Kamp2001-05-031-41/+59
* Implement the following options and primaries:Akinori MUSHA2001-02-231-0/+5
* Add the -empty flag, from OpenBSD. It returns true if the directoryPeter Wemm2001-01-231-0/+1
* This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-121-0/+3
* Second part of bin/3648: add -flags to search for specific flags.Ollivier Robert1999-12-191-0/+2
* Fixed disordering in previous commit.Bruce Evans1998-11-291-1/+1
* Added a sort option to find(1).Wolfram Schneider1998-11-291-1/+1
* A partial frontal lobotomy for find if using the NetBSD libc whichJohn Birrell1998-01-101-0/+2
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-131-0/+3
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-291-0/+1
* Implement a -delete option to find. The code is extremely paranoid andPeter Wemm1996-10-041-0/+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/+78