Module Name:    src
Committed By:   njoly
Date:           Sat Jan 25 10:30:22 UTC 2014

Modified Files:
        src/sys/rump/kern/lib/libsys_linux: syscalls.master

Log Message:
Add pipe2 and lchown syscalls.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/kern/lib/libsys_linux/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsys_linux/syscalls.master
diff -u src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.12 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.13
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.12	Fri Jan 10 20:10:23 2014
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Sat Jan 25 10:30:22 2014
@@ -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

Reply via email to