Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Add pipe2 and lchown syscalls.



details:   https://anonhg.NetBSD.org/src/rev/4d17641178b5
branches:  trunk
changeset: 326307:4d17641178b5
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Jan 25 10:30:22 2014 +0000

description:
Add pipe2 and lchown syscalls.

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.master |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 24431303131a -r 4d17641178b5 sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Jan 25 10:14:29 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Jan 25 10:30:22 2014 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.12 2014/01/10 20:10:23 njoly Exp $
+       $NetBSD: syscalls.master,v 1.13 2014/01/25 10:30:22 njoly Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -374,7 +374,8 @@
 272    UNIMPL          getdents
 273    UNIMPL          minherit
 274    UNIMPL          lchmod
-275    UNIMPL          lchown
+275    NOARGS          { int|sys||__posix_lchown(const char *path, uid_t uid, \
+                           gid_t gid); }
 276    UNIMPL          lutimes
 277    UNIMPL          msync
 278    UNIMPL          stat
@@ -588,7 +589,7 @@
 
 ; 452 only ever appeared in 5.99.x and can be reused after netbsd-7
 452    UNIMPL          5.99 quotactl
-453    UNIMPL          pipe2
+453    NOARGS          { int|linux_sys||pipe2(int *pfds, int flags); }
 454    NOARGS          { int|linux_sys||dup3(int from, int to, int flags); }
 455    UNIMPL          kqueue1
 456    UNIMPL          paccept



Home | Main Index | Thread Index | Old Index