DragonFly-2.3.2.305.g8cde3 master lib/libc/sys Makefile.inc chmo

看板DFBSD_commit作者時間16年前 (2009/08/06 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 8cde3c7982703686f0a5996f9f9b98f1a0d934b3 Author: Nicolas Thery <nthery@gmail.com> Date: Wed Aug 5 22:05:00 2009 +0200 add fchmodat(2) system call Add also its libc_r wrapper and man page. Summary of changes: lib/libc/sys/Makefile.inc | 2 +- lib/libc/sys/chmod.2 | 44 +++++++++++++++++++- lib/libc_r/uthread/Makefile.inc | 1 + .../{uthread_fstatat.c => uthread_fchmodat.c} | 13 +---- sys/kern/init_sysent.c | 1 + sys/kern/syscalls.c | 1 + sys/kern/syscalls.master | 2 + sys/kern/vfs_syscalls.c | 25 +++++++++++ sys/sys/stat.h | 1 + sys/sys/syscall-hide.h | 3 +- sys/sys/syscall.h | 3 +- sys/sys/syscall.mk | 3 +- sys/sys/sysproto.h | 10 ++++ sys/sys/sysunion.h | 1 + 14 files changed, 94 insertions(+), 16 deletions(-) copy lib/libc_r/uthread/{uthread_fstatat.c => uthread_fchmodat.c} (85%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8cde3c7982703686f0a5996f9f9b98f1a0d934b3 -- DragonFly BSD source repository
文章代碼(AID): #1AUd6aBi (DFBSD_commit)