git: add fchownat(2) system call

看板DFBSD_commit作者時間16年前 (2009/08/10 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 32013176c8992dafb4587c2a186d4aca1227756a Author: Nicolas Thery <nthery@gmail.com> Date: Sun Aug 9 19:33:23 2009 +0200 add fchownat(2) system call Add also libc_r wrapper and man page. Summary of changes: include/unistd.h | 1 + lib/libc/sys/Makefile.inc | 2 +- lib/libc/sys/chown.2 | 58 ++++++++++++++++++-- lib/libc_r/uthread/Makefile.inc | 1 + .../{uthread_fchmodat.c => uthread_fchownat.c} | 11 ++--- sys/kern/init_sysent.c | 1 + sys/kern/syscalls.c | 1 + sys/kern/syscalls.master | 2 + sys/kern/vfs_syscalls.c | 26 +++++++++ sys/sys/syscall-hide.h | 1 + sys/sys/syscall.h | 3 +- sys/sys/syscall.mk | 3 +- sys/sys/sysproto.h | 11 ++++ sys/sys/sysunion.h | 1 + 14 files changed, 107 insertions(+), 15 deletions(-) copy lib/libc_r/uthread/{uthread_fchmodat.c => uthread_fchownat.c} (89%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32013176c8992dafb4587c2a186d4aca1227756a -- DragonFly BSD source repository
文章代碼(AID): #1AVmxehS (DFBSD_commit)