DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Add some more *at() system calls.
commit 6d98f93c8028cdfa7f9f616ebbc7ff2b6bd2d0f0
Author: Sascha Wildner <saw@online.de>
Date: Fri Aug 6 16:44:50 2010 +0200
Add some more *at() system calls.
mkdirat(2), mkfifoat(2), mknodat(2), readlinkat(2), symlinkat(2)
Missing still (at least): linkat(2)
Documentation-changes-from: FreeBSD
Summary of changes:
include/unistd.h | 14 +----
lib/libc/sys/Makefile.inc | 5 ++
lib/libc/sys/mkdir.2 | 89 +++++++++++++++++++++++++----
lib/libc/sys/mkfifo.2 | 92 +++++++++++++++++++++++++-----
lib/libc/sys/mknod.2 | 85 +++++++++++++++++++++++-----
lib/libc/sys/readlink.2 | 87 ++++++++++++++++++++++++-----
lib/libc/sys/symlink.2 | 103 ++++++++++++++++++++++++++++------
sys/kern/init_sysent.c | 5 ++
sys/kern/syscalls.c | 5 ++
sys/kern/syscalls.master | 7 ++
sys/kern/vfs_syscalls.c | 135 +++++++++++++++++++++++++++++++++++++++++++++
sys/sys/stat.h | 11 +++-
sys/sys/syscall-hide.h | 5 ++
sys/sys/syscall.h | 7 ++-
sys/sys/syscall.mk | 7 ++-
sys/sys/sysproto.h | 47 ++++++++++++++++
sys/sys/sysunion.h | 5 ++
17 files changed, 618 insertions(+), 91 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6d98f93c8028cdfa7f9f616ebbc7ff2b6bd2d0f0
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]