summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-08-14 18:19:00 +0000
committermarcel <marcel@FreeBSD.org>1999-08-14 18:19:00 +0000
commitb3249a427e2ad828e9516e20fb574b5ce61c32de (patch)
tree6a702a28e82cfdfe503bdbe968e77f41662b954a /sys/i386/linux
parent195c2867a7981b012681e6b20ea15c73c451b503 (diff)
downloadFreeBSD-src-b3249a427e2ad828e9516e20fb574b5ce61c32de.zip
FreeBSD-src-b3249a427e2ad828e9516e20fb574b5ce61c32de.tar.gz
Extend the number of syscalls to include those present in Linux 2.2.10. These
are syscalls 183 to 190. Also implement syscall 183: linux_getcwd. This is needed to support a RH 6.0 environment.
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/syscalls.master10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 94aecb7..8077653 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.18 1999/08/12 19:51:03 marcel Exp $
+ $Id: syscalls.master,v 1.19 1999/08/14 17:14:13 marcel Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@@ -263,3 +263,11 @@
180 UNIMPL LINUX pread
181 UNIMPL LINUX pwrite
182 STD LINUX { int linux_chown(char *path, int uid, int gid); }
+183 STD LINUX { int linux_getcwd(char *buf, unsigned long bufsize); }
+184 UNIMPL LINUX capget
+185 UNIMPL LINUX capset
+186 UNIMPL LINUX sigaltstack
+187 UNIMPL LINUX sendfile
+188 UNIMPL LINUX getpmsg
+189 UNIMPL LINUX putpmsg
+190 UNIMPL LINUX vfork
OpenPOWER on IntegriCloud