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 more unimplemented syscalls to list
details: https://anonhg.NetBSD.org/src/rev/6da647c96c4a
branches: trunk
changeset: 500286:6da647c96c4a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Dec 09 12:23:35 2000 +0000
description:
add more unimplemented syscalls to list
diffstat:
sys/compat/linux/arch/alpha/syscalls.master | 6 ++++-
sys/compat/linux/arch/i386/syscalls.master | 29 +++++++++++++++++++++++++++-
sys/compat/linux/arch/m68k/syscalls.master | 30 ++++++++++++++++++++++++++++-
3 files changed, 62 insertions(+), 3 deletions(-)
diffs (98 lines):
diff -r 2f7ea5a562b6 -r 6da647c96c4a sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master Sat Dec 09 12:19:28 2000 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master Sat Dec 09 12:23:35 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.25 2000/12/09 05:27:29 mycroft Exp $
+ $NetBSD: syscalls.master,v 1.26 2000/12/09 12:23:35 jdolecek Exp $
;
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -592,3 +592,7 @@
368 UNIMPL capget
369 UNIMPL capset
370 UNIMPL sendfile
+371 UNIMPL setresgid
+372 UNIMPL getresgid
+373 UNIMPL sys_dipc
+374 UNIMPL shmget
diff -r 2f7ea5a562b6 -r 6da647c96c4a sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master Sat Dec 09 12:19:28 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master Sat Dec 09 12:23:35 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.46 2000/12/09 05:27:29 mycroft Exp $
+ $NetBSD: syscalls.master,v 1.47 2000/12/09 12:23:36 jdolecek Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -317,3 +317,30 @@
188 UNIMPL getpmsg
189 UNIMPL putpmsg
190 NOARGS { int sys___vfork14(void); }
+191 UNIMPL getrlimit
+192 UNIMPL mmap2
+193 UNIMPL truncate64
+194 UNIMPL ftruncate64
+195 UNIMPL stat64
+196 UNIMPL lstat64
+197 UNIMPL fstat64
+198 UNIMPL lchown
+199 UNIMPL getuid
+200 UNIMPL getgid
+201 UNIMPL geteuid
+202 UNIMPL getegid
+203 UNIMPL getreuid
+204 UNIMPL getregid
+205 UNIMPL getgroups
+206 UNIMPL setgroups
+207 UNIMPL fchown
+208 UNIMPL setresuid
+209 UNIMPL getresuid
+210 UNIMPL setresgid
+211 UNIMPL getresgid
+212 UNIMPL chown
+213 UNIMPL setuid
+214 UNIMPL setgid
+215 UNIMPL setfsuid
+216 UNIMPL setfsgid
+217 UNIMPL pivot_root
diff -r 2f7ea5a562b6 -r 6da647c96c4a sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master Sat Dec 09 12:19:28 2000 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master Sat Dec 09 12:23:35 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.20 2000/12/09 05:31:10 mycroft Exp $
+ $NetBSD: syscalls.master,v 1.21 2000/12/09 12:23:36 jdolecek Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -335,3 +335,31 @@
188 UNIMPL getpmsg
189 UNIMPL putpmsg
190 NOARGS { int sys___vfork14(void); }
+191 UNIMPL getrlimit
+192 UNIMPL mmap2
+193 UNIMPL truncate64
+194 UNIMPL ftruncate64
+195 UNIMPL stat64
+196 UNIMPL lstat64
+197 UNIMPL fstat64
+198 UNIMPL lchown
+199 UNIMPL getuid
+200 UNIMPL getgid
+201 UNIMPL geteuid
+202 UNIMPL getegid
+203 UNIMPL getreuid
+204 UNIMPL getregid
+205 UNIMPL getgroups
+206 UNIMPL setgroups
+207 UNIMPL fchown
+208 UNIMPL setresuid
+209 UNIMPL getresuid
+210 UNIMPL setresgid
+211 UNIMPL getresgid
+;212 chown on i386; lchown on m68k
+212 UNIMPL lchown
+213 UNIMPL setuid
+214 UNIMPL setgid
+215 UNIMPL setfsuid
+216 UNIMPL setfsgid
+217 UNIMPL pivot_root
Home |
Main Index |
Thread Index |
Old Index