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 sysinfo()



details:   https://anonhg.NetBSD.org/src/rev/642290770c56
branches:  trunk
changeset: 500634:642290770c56
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Dec 14 20:37:57 2000 +0000

description:
add sysinfo()

diffstat:

 sys/compat/linux/arch/alpha/syscalls.master |  4 ++--
 sys/compat/linux/arch/m68k/syscalls.master  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fb29d5f29be4 -r 642290770c56 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Thu Dec 14 20:30:14 2000 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Thu Dec 14 20:37:57 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.28 2000/12/11 04:55:50 mycroft Exp $
+       $NetBSD: syscalls.master,v 1.29 2000/12/14 20:38:03 jdolecek Exp $
 ;
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -507,7 +507,7 @@
 315    NOARGS          { int sys_munlock(const void *addr, size_t len); }
 316    NOARGS          { int sys_mlockall(int flags); }
 317    NOARGS          { int sys_munlockall(void); }
-318    UNIMPL          sysinfo
+318    STD             { int linux_sys_sysinfo(struct linux_sysinfo *arg); }
 319    STD             { int linux_sys___sysctl(struct linux___sysctl *lsp); }
 320    UNIMPL          idle
 321    UNIMPL          oldumount
diff -r fb29d5f29be4 -r 642290770c56 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Thu Dec 14 20:30:14 2000 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Thu Dec 14 20:37:57 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.23 2000/12/12 22:23:03 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.24 2000/12/14 20:37:57 jdolecek Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -222,7 +222,7 @@
 114    STD             { int linux_sys_wait4(int pid, int *status, \
                            int options, struct rusage *rusage); }
 115    STD             { int linux_sys_swapoff(const char *path); }
-116    UNIMPL          sysinfo
+116    STD             { int linux_sys_sysinfo(struct linux_sysinfo *arg); }
 117    STD             { int linux_sys_ipc(int what, int a1, int a2, int a3, \
                            caddr_t ptr); }
 118    NOARGS          { int sys_fsync(int fd); }



Home | Main Index | Thread Index | Old Index