DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.2.169.g83a1 master lib/libc_r/uthread uthread_open.c lib/libthread_xu/thread thr_syscalls.c sys/kern init_sysent.c syscalls.c syscalls.master vfs_syscalls.c sys/sys fcntl.h syscall-hide.h syscall.h syscall.mk sysproto.h sysunion.h


From: Nicolas Thery <nth@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 25 Jul 2009 00:49:59 -0700 (PDT)

commit 83a117749843d33523df606c97a6b43b20aa6427
Author: Nicolas Thery <nthery@gmail.com>
Date:   Sat Jul 25 09:12:09 2009 +0200

    add openat(2) system call
    
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1435>
    Reviewed-by:     dillon@

Summary of changes:
 lib/libc_r/uthread/uthread_open.c      |   53 ++++++++++++++++++++++++++++++++
 lib/libthread_xu/thread/thr_syscalls.c |   29 +++++++++++++++++
 sys/kern/init_sysent.c                 |    1 +
 sys/kern/syscalls.c                    |    1 +
 sys/kern/syscalls.master               |    4 ++
 sys/kern/vfs_syscalls.c                |   42 +++++++++++++++++++++++++
 sys/sys/fcntl.h                        |    7 ++++
 sys/sys/syscall-hide.h                 |    1 +
 sys/sys/syscall.h                      |    3 +-
 sys/sys/syscall.mk                     |    3 +-
 sys/sys/sysproto.h                     |   10 ++++++
 sys/sys/sysunion.h                     |    1 +
 12 files changed, 153 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83a117749843d33523df606c97a6b43b20aa6427


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]