add openat(2) system call
authorNicolas Thery <nthery@gmail.com>
Sat, 25 Jul 2009 07:12:09 +0000 (09:12 +0200)
committerNicolas Thery <nthery@gmail.com>
Sat, 25 Jul 2009 07:25:19 +0000 (09:25 +0200)
commit83a117749843d33523df606c97a6b43b20aa6427
tree456176948b0ef918ecb66fa8ec1525576edea3a6
parentabd1fc19cdd4bd6f6802b42b4f0290baf5228db0
add openat(2) system call

Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1435>
Reviewed-by: dillon@
12 files changed:
lib/libc_r/uthread/uthread_open.c
lib/libthread_xu/thread/thr_syscalls.c
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/vfs_syscalls.c
sys/sys/fcntl.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h