DragonFly-2.3.2.305.g8cde3 master lib/libc/sys Makefile.inc chmod.2 lib/libc_r/uthread Makefile.inc uthread_fchmodat.c sys/kern init_sysent.c syscalls.c syscalls.master vfs_syscalls.c sys/sys stat.h syscall-hide.h syscall.h syscall.mk sysproto.h sysunion.h
Nicolas Thery
nth at crater.dragonflybsd.org
Wed Aug 5 22:38:23 PDT 2009
commit 8cde3c7982703686f0a5996f9f9b98f1a0d934b3
Author: Nicolas Thery <nthery at 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
More information about the Commits
mailing list