add fchmodat(2) system call
authorNicolas Thery <nthery@gmail.com>
Wed, 5 Aug 2009 20:05:00 +0000 (22:05 +0200)
committerNicolas Thery <nthery@gmail.com>
Thu, 6 Aug 2009 05:36:44 +0000 (07:36 +0200)
commit8cde3c7982703686f0a5996f9f9b98f1a0d934b3
tree0da1b043ecebc6f0bcf0880e782391e84fee5465
parent45f946cbab7115c40b450e7c1808dbf73864f822
add fchmodat(2) system call

Add also its libc_r wrapper and man page.
14 files changed:
lib/libc/sys/Makefile.inc
lib/libc/sys/chmod.2
lib/libc_r/uthread/Makefile.inc
lib/libc_r/uthread/uthread_fchmodat.c [new file with mode: 0644]
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/vfs_syscalls.c
sys/sys/stat.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h