看板 DFBSD_commit 關於我們 聯絡資訊
commit 83a117749843d33523df606c97a6b43b20aa6427 Author: Nicolas Thery <nthery@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