DragonFly-2.3.2.169.g83a1 master lib/libc_r/uthread uthread_open

看板DFBSD_commit作者時間16年前 (2009/07/25 16:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AQhl2eo (DFBSD_commit)