add fchownat(2) system call
authorNicolas Thery <nthery@gmail.com>
Sun, 9 Aug 2009 17:33:23 +0000 (19:33 +0200)
committerNicolas Thery <nthery@gmail.com>
Sun, 9 Aug 2009 17:33:26 +0000 (19:33 +0200)
commit32013176c8992dafb4587c2a186d4aca1227756a
tree748cccf32428e9bc5d57237166dcd61d308d5aa3
parent81c400c57d969c226a9057320903e669d8ec9073
add fchownat(2) system call

Add also libc_r wrapper and man page.
14 files changed:
include/unistd.h
lib/libc/sys/Makefile.inc
lib/libc/sys/chown.2
lib/libc_r/uthread/Makefile.inc
lib/libc_r/uthread/uthread_fchownat.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/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h