#
7fffcb0d |
| 20-Apr-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r281668 through r281783
Sponsored by: The FreeBSD Foundation
|
#
6f9b3873 |
| 20-Apr-2015 |
Eitan Adler <eadler@FreeBSD.org> |
find.1: Add missing whitespace:
Obtained from: Dragonfly (dee38d02d51cc8316f82b0263158d2546f2398bc)
|
Revision tags: release/10.1.0, release/9.3.0 |
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
84e51a1b |
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
#
b547523e |
| 13-Apr-2014 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: Return normal exit status from -quit.
If there was an error, make the exit status reflect this even if -quit caused the exit. Formerly, -quit always caused exit(0).
GNU find does the same.
|
#
7a79617c |
| 13-Apr-2014 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: Correctly propagate -exec/-execdir ... {} + exit status.
As per POSIX, the -exec ... {} + primary always returns true, but a non-zero exit status causes find to return a non-zero exit status i
find: Correctly propagate -exec/-execdir ... {} + exit status.
As per POSIX, the -exec ... {} + primary always returns true, but a non-zero exit status causes find to return a non-zero exit status itself. GNU does the same, and also for -execdir ... {} +.
It does not make much sense to return false from the primary only when the child process happens to be run.
The behaviour for -exec/-execdir ... ; remains unchanged: the primary returns true or false depending on the exit status, and find's exit status is unaffected.
show more ...
|
#
5748b897 |
| 19-Feb-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r262222 (last merge was incomplete).
|
Revision tags: release/10.0.0 |
|
#
e01ff621 |
| 09-Jan-2014 |
Glen Barber <gjb@FreeBSD.org> |
MFH: tracking commit (head@r260486)
Sponsored by: The FreeBSD Foundation
|
#
e810bef7 |
| 06-Jan-2014 |
Jilles Tjoelker <jilles@FreeBSD.org> |
find: Fix two more problems with -lname and -ilname:
* Do not match symlinks that are followed because of -H or -L. This is explicitly documented in GNU find's info file and is like -type l.
* Fi
find: Fix two more problems with -lname and -ilname:
* Do not match symlinks that are followed because of -H or -L. This is explicitly documented in GNU find's info file and is like -type l.
* Fix matching symlinks in subdirectories when fts changes directories.
Also, avoid some readlink() calls on files that are obviously not symlinks (because of fts(3) restrictions, not all of them).
MFC after: 1 week
show more ...
|
Revision tags: release/9.2.0 |
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
23c07ad6 |
| 04-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @247774
|
#
9ed0c92c |
| 03-Mar-2013 |
David Malone <dwmalone@FreeBSD.org> |
Add an option for finding sparse files.
Reviewed by: iedowse MFC after: 3 weeks
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
32531ccb |
| 04-Dec-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @r243836
|
Revision tags: release/9.1.0 |
|
#
300675f6 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
e477abf7 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC @ r241285
|
#
81b295a1 |
| 19-Nov-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Use .Nm instead of a self xref
Approved by: bcr (mentor) MFC after: 1 week
|
#
115b335e |
| 18-Nov-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Make it clear that amin and friends take + and - options.
PR: docs/173265 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Approved by: bcr (mentor) MFC after: 3 days
|
#
a10c6f55 |
| 11-Nov-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r242684
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
baf02306 |
| 10-Sep-2012 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Note that -quit terminates successfully.
Requested by: jmg@
|
#
9168a75a |
| 09-Sep-2012 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document -quit, four and a half years after it was implemented.
MFC after: 3 days Pointy hat to: imp@
|