Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/compat/linux/arch/i386 Apply patch (requested by abs):



details:   https://anonhg.NetBSD.org/src/rev/33d1b1f1dd15
branches:  netbsd-1-4
changeset: 470214:33d1b1f1dd15
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 31 19:15:07 2000 +0000

description:
Apply patch (requested by abs):
  Enable emulation of vfork(2).

diffstat:

 sys/compat/linux/arch/i386/syscalls.master |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4bdcfaef67cf -r 33d1b1f1dd15 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master        Mon Jan 31 19:09:04 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master        Mon Jan 31 19:15:07 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.32 1999/03/30 02:22:49 abs Exp $
+       $NetBSD: syscalls.master,v 1.32.2.1 2000/01/31 19:15:07 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -298,3 +298,8 @@
 183    NOARGS          { int sys___getcwd(char *bufp, size_t length); }
 184    UNIMPL          capget
 185    UNIMPL          capset
+186    UNIMPL          sigaltstack
+187    UNIMPL          sendfile
+188    UNIMPL          getpmsg
+189    UNIMPL          putpmsg
+190    NOARGS          { int sys_vfork(void); }



Home | Main Index | Thread Index | Old Index