DragonFly-2.3.2.206.ge101a master lib/libc_r/uthread Makefile.inc uthread_fstatat.c sys/kern init_sysent.c syscalls.c syscalls.master vfs_syscalls.c sys/sys fcntl.h stat.h syscall-hide.h syscall.h syscall.mk sysproto.h sysunion.h

Nicolas Thery nth at crater.dragonflybsd.org
Tue Jul 28 10:06:51 PDT 2009


commit e101a3f427be0008bdb02ef35c6e820dc25056d7
Author: Nicolas Thery <nthery at gmail.com>
Date:   Sun Jul 26 22:21:23 2009 +0200

    add fstatat(2) syscall

Summary of changes:
 lib/libc_r/uthread/Makefile.inc                    |    1 +
 .../libc_r/uthread/uthread_fstatat.c               |   42 +++++++++++--------
 sys/kern/init_sysent.c                             |    1 +
 sys/kern/syscalls.c                                |    1 +
 sys/kern/syscalls.master                           |    2 +
 sys/kern/vfs_syscalls.c                            |   30 ++++++++++++++
 sys/sys/fcntl.h                                    |    6 ++-
 sys/sys/stat.h                                     |    1 +
 sys/sys/syscall-hide.h                             |    3 +-
 sys/sys/syscall.h                                  |    3 +-
 sys/sys/syscall.mk                                 |    3 +-
 sys/sys/sysproto.h                                 |   10 +++++
 sys/sys/sysunion.h                                 |    1 +
 13 files changed, 81 insertions(+), 23 deletions(-)
 copy sbin/newfs_hammer/newfs_hammer.h => lib/libc_r/uthread/uthread_fstatat.c (73%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e101a3f427be0008bdb02ef35c6e820dc25056d7


-- 
DragonFly BSD source repository





More information about the Commits mailing list