git: kernel: Add lpathconf(2) syscall.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Apr 13 00:14:36 PDT 2013


commit 62d9e55235124577024abd103ba86c0de5987e51
Author: Sascha Wildner <saw at 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



More information about the Commits mailing list