DragonFly commits List (threaded) for 2013-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel: Add lpathconf(2) syscall.
commit 62d9e55235124577024abd103ba86c0de5987e51
Author: Sascha Wildner <saw@online.de>
Date: Sat Apr 13 08:58:19 2013 +0200
kernel: Add lpathconf(2) syscall.
It's like pathconf(2) but doesn't follow symlinks.
Manual page changes taken from FreeBSD.
Summary of changes:
include/unistd.h | 2 +-
lib/libc/sys/Makefile.inc | 2 +-
lib/libc/sys/pathconf.2 | 29 +++++++++++++++++++++++++----
sys/kern/init_sysent.c | 1 +
sys/kern/syscalls.c | 1 +
sys/kern/syscalls.master | 1 +
sys/kern/vfs_syscalls.c | 36 +++++++++++++++++++++++++++---------
sys/sys/syscall-hide.h | 1 +
sys/sys/syscall.h | 3 ++-
sys/sys/syscall.mk | 3 ++-
sys/sys/sysproto.h | 8 ++++++++
sys/sys/sysunion.h | 1 +
12 files changed, 71 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/62d9e55235124577024abd103ba86c0de5987e51
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]