freebsd-skq/usr.bin/find
Conrad Meyer d8a0fe102c find(1): Fix -newer and -samefile to conform to POSIX[0]
By default, or with the -P flag, find(1) should evaluate paths "physically."
For symlinks, this means using the link itself instead of the target.

Historically (since the import of BSD 4.4-lite from CSRG), find(1) has
failed to refer to the link itself, at least for -newer and -samefile.

[0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html

PR:		222698
Reported by:	Harald Schmalzbauer <bugzilla.freebsd AT omnilan.de>
Sponsored by:	Dell EMC Isilon
2017-12-29 22:08:43 +00:00
..
tests find(1): Fix -newer and -samefile to conform to POSIX[0] 2017-12-29 22:08:43 +00:00
extern.h find(1): remove unused variable 2017-12-13 03:36:33 +00:00
find.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
find.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
find.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
function.c find(1): Fix -newer and -samefile to conform to POSIX[0] 2017-12-29 22:08:43 +00:00
getdate.y
ls.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
main.c find(1): remove unused variable 2017-12-13 03:36:33 +00:00
Makefile find(1): Fix -newer and -samefile to conform to POSIX[0] 2017-12-29 22:08:43 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
misc.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
operator.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
option.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00