git: kernel - Add futimens()
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 26 11:04:09 PDT 2015
commit 8edf56c91599d51c97b48ff5ac035f46f32f0283
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue May 26 10:56:19 2015 -0700
kernel - Add futimens()
* Add futimens()
* Consolidate the support function to kern_futimens().
Summary of changes:
lib/libc/sys/Symbol.map | 3 +++
lib/libc/sys/utimensat.2 | 27 +++++++++++++++++++++++----
sys/kern/init_sysent.c | 1 +
sys/kern/syscalls.c | 1 +
sys/kern/syscalls.master | 1 +
sys/kern/vfs_syscalls.c | 45 +++++++++++++++++++++++++++++++++++++++------
sys/sys/kern_syscall.h | 1 +
sys/sys/syscall.h | 3 ++-
sys/sys/syscall.mk | 3 ++-
sys/sys/sysproto.h | 8 ++++++++
sys/sys/sysunion.h | 1 +
11 files changed, 82 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8edf56c91599d51c97b48ff5ac035f46f32f0283
--
DragonFly BSD source repository
More information about the Commits
mailing list