git: add faccessat(2) syscall

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