DragonFly-2.3.2.169.g83a1 master lib/libc_r/uthread uthread_open.c lib/libthread_xu/thread thr_syscalls.c sys/kern init_sysent.c syscalls.c syscalls.master vfs_syscalls.c sys/sys fcntl.h syscall-hide.h syscall.h syscall.mk sysproto.h sysunion.h
Nicolas Thery
nth at crater.dragonflybsd.org
Sat Jul 25 00:50:24 PDT 2009
commit 83a117749843d33523df606c97a6b43b20aa6427
Author: Nicolas Thery <nthery at gmail.com>
Date: Sat Jul 25 09:12:09 2009 +0200
add openat(2) system call
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1435>
Reviewed-by: dillon@
Summary of changes:
lib/libc_r/uthread/uthread_open.c | 53 ++++++++++++++++++++++++++++++++
lib/libthread_xu/thread/thr_syscalls.c | 29 +++++++++++++++++
sys/kern/init_sysent.c | 1 +
sys/kern/syscalls.c | 1 +
sys/kern/syscalls.master | 4 ++
sys/kern/vfs_syscalls.c | 42 +++++++++++++++++++++++++
sys/sys/fcntl.h | 7 ++++
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 +
12 files changed, 153 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83a117749843d33523df606c97a6b43b20aa6427
--
DragonFly BSD source repository
More information about the Commits
mailing list