aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
Commit message (Expand)AuthorAgeFilesLines
* find: Add -readable, -writable & -executable optionsRicardo Branco2024-01-221-0/+39
* find: Allow '/' to be used with -perm for GNU compatibilityRicardo Branco2024-01-151-1/+1
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* find(1): deLINTifyEitan Adler2018-07-011-2/+0
* Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-061-1/+17
* find(1): Fix -newer and -samefile to conform to POSIX[0]Conrad Meyer2017-12-291-2/+12
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* find(1): Don't treat statfs() error as fatal in f_fstype, which can happenXin LI2017-11-111-2/+7
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* Correct scale factor for T terabyte suffixEd Maste2014-10-081-1/+1
* Avoid double free in f_acl().Christian Brueffer2014-04-131-1/+0
* find: Return normal exit status from -quit.Jilles Tjoelker2014-04-131-1/+1
* find: Correctly propagate -exec/-execdir ... {} + exit status.Jilles Tjoelker2014-04-121-1/+7
* find: When performing -quit, finish pending -exec ... + command lines.Jilles Tjoelker2014-03-161-0/+1
* find: Allow -type d without statting everything.Jilles Tjoelker2014-01-111-2/+8
* find: Fix two more problems with -lname and -ilname:Jilles Tjoelker2014-01-051-1/+11
* find: Fix -lname and -ilname.Jilles Tjoelker2014-01-051-2/+5
* find: Allow -delete to delete files given as arguments.Jilles Tjoelker2013-08-021-1/+2
* find: Include nanoseconds when comparing timestamps of files.Jilles Tjoelker2013-03-171-19/+28
* Add an option for finding sparse files.David Malone2013-03-031-0/+23
* find: Run when cwd cannot be opened, except with -execdir or -delete.Jilles Tjoelker2013-02-101-1/+15
* find: In -execdir ... {} +, only pass one file per invocation.Jilles Tjoelker2013-02-101-1/+7
* find: Implement real -ignore_readdir_race.Jilles Tjoelker2012-07-251-0/+19
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeTai-hwa Liang2011-06-131-20/+6
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Don't error out while searching for empty directories.Kevin Lo2010-12-021-1/+1
* Revert r207677 which is considered a violation of style(9).Xin LI2010-05-061-2/+6
* Move SCCS tags to comments as they were already #if 0'ed.Xin LI2010-05-051-6/+2
* The -newerXB option was being interpreted the same as the -newerXm optionGavin Atkinson2010-02-141-0/+2
* Don't let find(1) depend on struct timeb.Ed Schouten2010-02-091-2/+1
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Add NFSv4 ACL support to find(1).Edward Tomasz Napierala2009-09-041-25/+35
* rm, find -delete: fix removing symlinks with uchg/uappnd set.Jilles Tjoelker2009-05-301-1/+1
* find: do not silently disable -L when -delete is usedAndriy Gapon2009-05-191-5/+5
* The matching in -lname and -ilname are on the contents of the linkWarner Losh2008-02-241-5/+10
* Implement a number of primaries present in GNU find, but not presentWarner Losh2008-02-231-3/+57
* Add the capability for a trailing scale indicator to cause theKirill Ponomarev2006-05-271-3/+35
* Enable numeric arguments and +/- prefixes with -user (-group)Kirill Ponomarev2006-05-251-4/+12
* The last execution of -exec {} + is not done if the -exec primary isKirill Ponomarev2006-05-141-0/+17
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toCeri Davies2006-04-031-4/+13
* Fixes for gcc4.x.Ollivier Robert2005-08-251-1/+1
* - Make find(1) WARNS?= 6 cleanSuleiman Souhlal2005-01-251-2/+2
* 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-291-2/+0
* - introduce a new primary `-depth n', which tests whetherOliver Eikemeier2004-05-281-7/+47
* Give find(1) the option -acl to locate files with extendedBosko Milekic2004-04-031-0/+51
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.Mark Murray2003-06-141-190/+62