index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
find
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use .Nm instead of a self xref
eadler
2012-11-19
1
-4
/
+4
*
Make it clear that amin and friends take + and - options.
eadler
2012-11-18
1
-7
/
+27
*
Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.
mdf
2012-09-27
1
-1
/
+1
*
find: Do not pass fd to save current directory to child processes.
jilles
2012-09-26
1
-1
/
+1
*
Note that -quit terminates successfully.
des
2012-09-10
1
-1
/
+1
*
Document -quit, four and a half years after it was implemented.
des
2012-09-09
1
-1
/
+5
*
find: Remove unnecessary and inconsistent initialization.
jilles
2012-07-31
1
-1
/
+1
*
find: Implement real -ignore_readdir_race.
jilles
2012-07-25
6
-8
/
+38
*
find(1): Move description of -d option to -depth primary.
jilles
2012-06-13
1
-30
/
+30
*
Add more description and clarification about the -depth and -d options in
issyl0
2012-06-10
1
-4
/
+5
*
Fix style nit: don't use leading zero for dates in .Dd
eadler
2012-06-05
1
-1
/
+1
*
Document the limitations of the -delete primary
eadler
2012-06-02
1
-1
/
+4
*
Fix world after byacc import:
bapt
2012-05-22
1
-2
/
+0
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-12
/
+12
*
Remove superfluous paragraph macro.
joel
2012-03-25
1
-1
/
+0
*
Replace char copyright[] by static const char copyright[].
ed
2011-12-10
1
-1
/
+1
*
Get rid of major/minor number distinction.
ed
2011-09-28
2
-4
/
+3
*
Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype
avatar
2011-06-13
1
-20
/
+6
*
find: Exit if there is an unknown option.
jilles
2011-06-04
1
-1
/
+1
*
find: If a part of an expression is unknown, do not call it an option.
jilles
2011-05-27
1
-1
/
+1
*
Move the explanation of using arguments for the PRIMARIES above
gjb
2011-03-10
1
-12
/
+12
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
10
-40
/
+0
*
Don't error out while searching for empty directories.
kevlo
2010-12-02
1
-1
/
+1
*
Revert r207677 which is considered a violation of style(9).
delphij
2010-05-06
7
-16
/
+46
*
Move SCCS tags to comments as they were already #if 0'ed.
delphij
2010-05-05
7
-44
/
+14
*
Better way to find out available file system types is to use lsvfs(1).
pjd
2010-03-16
1
-6
/
+4
*
The -newerXB option was being interpreted the same as the -newerXm option
gavin
2010-02-14
1
-0
/
+2
*
Remove unneeded CFLAGS.
ed
2010-02-10
1
-1
/
+0
*
Don't let find(1) depend on struct timeb.
ed
2010-02-09
3
-42
/
+31
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
ANSIfy almost all applications that use WARNS=6.
ed
2009-12-29
1
-1
/
+1
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
6
-0
/
+6
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
6
-6
/
+0
*
Update find(1) man page for -L/-delete interaction.
jilles
2009-09-20
1
-1
/
+2
*
Add NFSv4 ACL support to find(1).
trasz
2009-09-04
1
-25
/
+35
*
rm, find -delete: fix removing symlinks with uchg/uappnd set.
jilles
2009-05-30
1
-1
/
+1
*
find: do not silently disable -L when -delete is used
avg
2009-05-19
1
-5
/
+5
*
Fix SYNOPSIS and usage().
ru
2008-03-03
2
-9
/
+10
*
Bump .Dd for revisions 1.83 and 1.84.
ceri
2008-02-24
1
-1
/
+1
*
Tag -ilname and -lname as GNU extensions.
imp
2008-02-24
1
-1
/
+4
*
The matching in -lname and -ilname are on the contents of the link
imp
2008-02-24
1
-5
/
+10
*
Implement a number of primaries present in GNU find, but not present
imp
2008-02-23
5
-5
/
+159
*
Check in some insignificant fixes obtained as a result of
ru
2007-02-28
1
-18
/
+19
*
Fix the description of the -Btime primary.
ru
2006-12-13
1
-3
/
+3
*
Update the list of POSIX extensions.
ceri
2006-10-08
1
-3
/
+5
*
Markup fixes.
ru
2006-09-29
1
-1
/
+2
*
Document that the pathname(s) following the options need not be given if
stefanf
2006-07-18
1
-1
/
+7
*
Add the capability for a trailing scale indicator to cause the
krion
2006-05-27
2
-5
/
+56
*
Enable numeric arguments and +/- prefixes with -user (-group)
krion
2006-05-25
1
-4
/
+12
*
The last execution of -exec {} + is not done if the -exec primary is
krion
2006-05-14
4
-4
/
+21
[next]