DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: add fchownat(2) system call
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]