summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/function.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272762: Correct scale factor for T terabyte suffixemaste2014-10-111-1/+1
* MFC: r264418brueffer2014-04-221-1/+0
* MFC r263244: find: When performing -quit, finish pending -exec ... + commandjilles2014-04-051-0/+1
* MFC r260336,r260355: find: Fix -lname and -ilname:jilles2014-01-121-2/+15
* find: Allow -delete to delete files given as arguments.jilles2013-08-021-1/+2
* find: Include nanoseconds when comparing timestamps of files.jilles2013-03-171-19/+28
* Add an option for finding sparse files.dwmalone2013-03-031-0/+23
* find: Run when cwd cannot be opened, except with -execdir or -delete.jilles2013-02-101-1/+15
* find: In -execdir ... {} +, only pass one file per invocation.jilles2013-02-101-1/+7
* find: Implement real -ignore_readdir_race.jilles2012-07-251-0/+19
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeavatar2011-06-131-20/+6
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Don't error out while searching for empty directories.kevlo2010-12-021-1/+1
* Revert r207677 which is considered a violation of style(9).delphij2010-05-061-2/+6
* Move SCCS tags to comments as they were already #if 0'ed.delphij2010-05-051-6/+2
* The -newerXB option was being interpreted the same as the -newerXm optiongavin2010-02-141-0/+2
* Don't let find(1) depend on struct timeb.ed2010-02-091-2/+1
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-1/+1
* Add NFSv4 ACL support to find(1).trasz2009-09-041-25/+35
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-1/+1
* find: do not silently disable -L when -delete is usedavg2009-05-191-5/+5
* The matching in -lname and -ilname are on the contents of the linkimp2008-02-241-5/+10
* Implement a number of primaries present in GNU find, but not presentimp2008-02-231-3/+57
* Add the capability for a trailing scale indicator to cause thekrion2006-05-271-3/+35
* Enable numeric arguments and +/- prefixes with -user (-group)krion2006-05-251-4/+12
* The last execution of -exec {} + is not done if the -exec primary iskrion2006-05-141-0/+17
* Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options toceri2006-04-031-4/+13
* Fixes for gcc4.x.roberto2005-08-251-1/+1
* - Make find(1) WARNS?= 6 cleanssouhlal2005-01-251-2/+2
* Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'tjr2004-07-291-1/+1
* Remove partial support for building this on NetBSD.tjr2004-07-291-2/+0
* - introduce a new primary `-depth n', which tests whethereik2004-05-281-7/+47
* Give find(1) the option -acl to locate files with extendedbmilekic2004-04-031-0/+51
* Fix all WARNS. Checked with "make WARNS=9". Remove unused file.markm2003-06-141-190/+62
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-1/+1
* Account for space used by environment variables in a similar way totjr2002-07-131-8/+12
* Support the SysV-style -exec utility args.. {} + function, required bytjr2002-06-021-8/+69
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-9/+9
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
* There is breakage in parsedate, so revert to get_date until this can bemarkm2002-04-021-1/+1
* Fix find -exec with no command specified (i.e.: find . -exec ';')jmallett2002-04-021-0/+3
* Fix SCM IDs.obrien2002-04-011-3/+2
* spellingcharnier2002-03-261-3/+3
* Restructure for own parsedate (replacement for get_date from CVS).markm2002-03-211-2/+1
* Remove __P().markm2002-03-201-5/+5
* 1) Remove -Wall from Makefile.dwmalone2002-02-271-40/+46
* Simplify f_Xtime().ru2001-09-141-24/+11
* Bloat find(1) even more, and introduce the conceptru2001-09-141-12/+104
* The implementation of -flags was broken and did not match the (poorly)ru2001-09-041-9/+12
* Restore the `-perm +mode' feature.ru2001-08-301-2/+2
OpenPOWER on IntegriCloud