#
17ef6d3a |
| 10-Feb-2013 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: Run when cwd cannot be opened, except with -execdir or -delete.
fts(3) can run (albeit more slowly and imposing the {PATH_MAX} limit) when the current directory cannot be opened. Therefore, do
find: Run when cwd cannot be opened, except with -execdir or -delete.
fts(3) can run (albeit more slowly and imposing the {PATH_MAX} limit) when the current directory cannot be opened. Therefore, do not make a failure to open the current directory (for returning to it later in -exec) fatal.
If -execdir or -delete are used, the expectation is that fts(3) will use chdir to avoid race conditions (except for -execdir with -L). Do not break this expectation any more than it already is by still failing if the current directory cannot be opened.
show more ...
|
#
bc626176 |
| 10-Feb-2013 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: In -execdir ... {} +, only pass one file per invocation.
This is inefficient but ensures that -execdir ... {} + does not mix files from different directories in one invocation; the command cou
find: In -execdir ... {} +, only pass one file per invocation.
This is inefficient but ensures that -execdir ... {} + does not mix files from different directories in one invocation; the command could not access some files. Files from the same directory should really be handled in one invocation but this is somewhat more complicated.
show more ...
|
Revision tags: release/9.1.0 |
|
#
e477abf7 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC @ r241285
|
#
a10c6f55 |
| 11-Nov-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r242684
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
e11b6fa3 |
| 03-Aug-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r239010.
|
#
40072dc2 |
| 25-Jul-2012 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: Implement real -ignore_readdir_race.
If -ignore_readdir_race is present, [ENOENT] errors caused by deleting a file after find has read its name from a directory are ignored.
Formerly, -ignore
find: Implement real -ignore_readdir_race.
If -ignore_readdir_race is present, [ENOENT] errors caused by deleting a file after find has read its name from a directory are ignored.
Formerly, -ignore_readdir_race did nothing.
PR: bin/169723 Submitted by: Valery Khromov and Andrey Ignatov
show more ...
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
#
935205e2 |
| 17-Jul-2011 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Integrate from Head into ZFSD feature branch as of revision r224141.
|
#
a5615c90 |
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
#
017f4917 |
| 13-Jun-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
6ab780e5 |
| 13-Jun-2011 |
Tai-hwa Liang <avatar@FreeBSD.org> |
Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype comparsion as nullfs will copy f_type from underlayer FS.
PR: bin/156258 Submitted by: Marcin Wisnicki <mwisnicki+freebs
Using statfs.f_fstypename rather than statfs.f_type whilst performing fstype comparsion as nullfs will copy f_type from underlayer FS.
PR: bin/156258 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> MFC after: 1 month
show more ...
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
da52b4ca |
| 11-Dec-2010 |
Joel Dahl <joel@FreeBSD.org> |
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $F
Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
show more ...
|
#
2006fbc8 |
| 02-Dec-2010 |
Dimitry Andric <dim@FreeBSD.org> |
Sync: merge r215944 through r216132 from ^/head.
|
#
e66a677b |
| 02-Dec-2010 |
Kevin Lo <kevlo@FreeBSD.org> |
Don't error out while searching for empty directories.
Submitted by: Bakul Shah <bakul at bitblocks dot com>
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
945f418a |
| 06-May-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Final update to current version of head in preparation for reintegration.
|
#
3549ef2f |
| 06-May-2010 |
Xin LI <delphij@FreeBSD.org> |
Revert r207677 which is considered a violation of style(9).
Pointed out by: bde Pointy hat to: delphij
|
#
d18129ea |
| 05-May-2010 |
Xin LI <delphij@FreeBSD.org> |
Move SCCS tags to comments as they were already #if 0'ed.
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
27dfb536 |
| 17-Mar-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
Merge r203865 from head:
The -newerXB option was being interpreted the same as the -newerXm option as a check for F_TIME2_B was missing. Fix this.
PR: bin/138245 Submitted by: "David E. Cross
Merge r203865 from head:
The -newerXB option was being interpreted the same as the -newerXm option as a check for F_TIME2_B was missing. Fix this.
PR: bin/138245 Submitted by: "David E. Cross" <crossd cs.rpi.edu>
show more ...
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
8310a1a2 |
| 14-Feb-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
The -newerXB option was being interpreted the same as the -newerXm option as a check for F_TIME2_B was missing. Fix this.
PR: bin/138245 Submitted by: "David E. Cross" <crossd cs.rpi.edu> MFC aft
The -newerXB option was being interpreted the same as the -newerXm option as a check for F_TIME2_B was missing. Fix this.
PR: bin/138245 Submitted by: "David E. Cross" <crossd cs.rpi.edu> MFC after: 1 month
show more ...
|
#
65bcaaec |
| 09-Feb-2010 |
Ed Schouten <ed@FreeBSD.org> |
Don't let find(1) depend on struct timeb.
This structure is deprecated and only used by ftime(2), which is part of libcompat. The second argument of get_date() is unused, which means we can just rem
Don't let find(1) depend on struct timeb.
This structure is deprecated and only used by ftime(2), which is part of libcompat. The second argument of get_date() is unused, which means we can just remove it entirely.
show more ...
|
#
4e86d39d |
| 30-Jan-2010 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
MFC r196839:
Add NFSv4 ACL support to find(1).
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
10bc3a7f |
| 29-Dec-2009 |
Ed Schouten <ed@FreeBSD.org> |
ANSIfy almost all applications that use WARNS=6.
I was considering committing all these patches one by one, but as discussed with brooks@, there is no need to do this. If we ever need/want to merge
ANSIfy almost all applications that use WARNS=6.
I was considering committing all these patches one by one, but as discussed with brooks@, there is no need to do this. If we ever need/want to merge these changes back, it is still possible to do this per application.
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|