git: find(1): Sync with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jun 16 14:21:06 PDT 2012


commit 23d403910fa55c6101a0cb998b4cf66af7887493
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jun 16 23:20:13 2012 +0200

    find(1): Sync with FreeBSD.
    
    The only things left out were inode creation time related, ACL related
    and locale specific affirmation for -ok.
    
    New primaries: -d, -gid, -ignore_readdir_race, -ilname -iwholename, lname,
    -mount, -noignore_readdir_race, -noleaf, -quit, -samefile, -true, -uid and
    -wholename.
    
    Some of the new primaries are aliases of existing ones, and some others
    exist just for GNU find compatibility and have no function.
    
    For further information refer to the manual page.

Summary of changes:
 usr.bin/find/Makefile   |    4 +-
 usr.bin/find/extern.h   |   14 +--
 usr.bin/find/find.1     |  279 +++++++++++++++++++++++++++++++++--------------
 usr.bin/find/find.c     |   13 +--
 usr.bin/find/find.h     |   10 +-
 usr.bin/find/function.c |  193 ++++++++++++++++++++++++--------
 usr.bin/find/getdate.y  |   72 +++++-------
 usr.bin/find/ls.c       |   15 +--
 usr.bin/find/main.c     |   14 +--
 usr.bin/find/operator.c |    7 +-
 usr.bin/find/option.c   |   37 +++++--
 11 files changed, 420 insertions(+), 238 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/23d403910fa55c6101a0cb998b4cf66af7887493


-- 
DragonFly BSD source repository





More information about the Commits mailing list