Home
last modified time | relevance | path

Searched hist:e810bef7417cf0b8fb400cb02d2821dc0b8a2cd2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/find/
H A Dfind.1diff e810bef7417cf0b8fb400cb02d2821dc0b8a2cd2 Mon Jan 06 00:01:28 CET 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.

* 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
H A Dfunction.cdiff e810bef7417cf0b8fb400cb02d2821dc0b8a2cd2 Mon Jan 06 00:01:28 CET 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.

* 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