git: add faccessat(2) syscall

Nicolas Thery nth at crater.dragonflybsd.org
Sun Aug 23 00:03:21 PDT 2009


commit 18cf460b3e33a8f09d16bcfee5a4aae0e082504f
Author: Nicolas Thery <nthery at gmail.com>
Date:   Sun Aug 23 08:18:28 2009 +0200

    add faccessat(2) syscall
    
    Also add its libc_r wrapper and man page.

Summary of changes:
 include/unistd.h                                   |    1 +
 lib/libc/sys/Makefile.inc                          |    1 +
 lib/libc/sys/access.2                              |   76 ++++++++++++++++++-
 lib/libc_r/uthread/Makefile.inc                    |    1 +
 .../{uthread_unlinkat.c => uthread_faccessat.c}    |    6 +-
 sys/emulation/linux/linux_file.c                   |    2 +-
 sys/kern/init_sysent.c                             |    1 +
 sys/kern/syscalls.c                                |    1 +
 sys/kern/syscalls.master                           |    2 +
 sys/kern/vfs_syscalls.c                            |   54 +++++++++++----
 sys/sys/kern_syscall.h                             |    2 +-
 sys/sys/syscall-hide.h                             |    1 +
 sys/sys/syscall.h                                  |    3 +-
 sys/sys/syscall.mk                                 |    3 +-
 sys/sys/sysproto.h                                 |   10 +++
 sys/sys/sysunion.h                                 |    1 +
 16 files changed, 141 insertions(+), 24 deletions(-)
 copy lib/libc_r/uthread/{uthread_unlinkat.c => uthread_faccessat.c} (92%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18cf460b3e33a8f09d16bcfee5a4aae0e082504f


-- 
DragonFly BSD source repository





More information about the Commits mailing list