DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: add faccessat(2) syscall


From: Nicolas Thery <nth@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 23 Aug 2009 00:01:43 -0700 (PDT)

commit 18cf460b3e33a8f09d16bcfee5a4aae0e082504f
Author: Nicolas Thery <nthery@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]