git: add chflagsat system call
Joris Giovannangeli
joris at crater.dragonflybsd.org
Fri Feb 13 11:28:09 PST 2015
commit faac4b7911487daf1a95322569ee188d24960102
Author: Joris Giovannangeli <joris at giovannangeli.fr>
Date: Fri Feb 13 20:27:28 2015 +0100
add chflagsat system call
Summary of changes:
lib/libc/sys/Makefile.inc | 2 +-
lib/libc/sys/chflags.2 | 46 ++++++++++++++++++++++++++++++++++++++++++++--
sys/kern/init_sysent.c | 1 +
sys/kern/syscalls.c | 1 +
sys/kern/syscalls.master | 1 +
sys/kern/vfs_syscalls.c | 34 ++++++++++++++++++++++++++++++++++
sys/sys/stat.h | 1 +
sys/sys/syscall.h | 3 ++-
sys/sys/syscall.mk | 3 ++-
sys/sys/sysproto.h | 10 ++++++++++
sys/sys/sysunion.h | 1 +
11 files changed, 98 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/faac4b7911487daf1a95322569ee188d24960102
--
DragonFly BSD source repository
More information about the Commits
mailing list