Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch add pipe2 and dup3
details: https://anonhg.NetBSD.org/src/rev/4c3aa922d7cf
branches: trunk
changeset: 764022:4c3aa922d7cf
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 10 15:48:46 2011 +0000
description:
add pipe2 and dup3
diffstat:
sys/compat/linux/arch/amd64/syscalls.master | 6 +++---
sys/compat/linux/arch/i386/syscalls.master | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 3b2c9c6a4d14 -r 4c3aa922d7cf sys/compat/linux/arch/amd64/syscalls.master
--- a/sys/compat/linux/arch/amd64/syscalls.master Sun Apr 10 15:48:23 2011 +0000
+++ b/sys/compat/linux/arch/amd64/syscalls.master Sun Apr 10 15:48:46 2011 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.35 2010/07/07 01:30:33 chs Exp $
+ $NetBSD: syscalls.master,v 1.36 2011/04/10 15:48:46 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -496,8 +496,8 @@
289 UNIMPL signalfd4
290 UNIMPL eventfd2
291 UNIMPL epoll_create1
-292 UNIMPL dup3
-293 UNIMPL pipe2
+292 STD { int|linux_sys||dup3(int from, int to, int flags); }
+293 STD { int|linux_sys||pipe2(int *pfds, int flags); }
294 UNIMPL inotify_init1
295 UNIMPL preadv
296 UNIMPL pwritev
diff -r 3b2c9c6a4d14 -r 4c3aa922d7cf sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master Sun Apr 10 15:48:23 2011 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master Sun Apr 10 15:48:46 2011 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.103 2010/07/07 01:30:34 chs Exp $
+ $NetBSD: syscalls.master,v 1.104 2011/04/10 15:48:46 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -509,8 +509,9 @@
327 UNIMPL signalfd4
328 UNIMPL eventfd2
329 UNIMPL epoll_create1
-330 UNIMPL dup3
-331 UNIMPL pipe2
+330 STD { int|linux_sys||dup3(u_int from, u_int to, \
+ int flags); }
+331 STD { int|linux_sys||pipe2( int *pfds, int flags); }
332 UNIMPL inotify_init1
333 UNIMPL preadv
334 UNIMPL pwritev
Home |
Main Index |
Thread Index |
Old Index