Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/mips/linux_sysent.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/mips/linux_sysent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/sys/compat/linux/arch/mips/linux_sysent.c 2001/09/30 20:52:41 1.2 +++ src/sys/compat/linux/arch/mips/linux_sysent.c 2001/10/06 13:32:59 1.3 @@ -1,10 +1,10 @@ -/* $NetBSD: linux_sysent.c,v 1.2 2001/09/30 20:52:41 manu Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.3 2001/10/06 13:32:59 manu Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.1 2001/09/22 21:14:37 manu Exp + * created from NetBSD: syscalls.master,v 1.2 2001/09/30 20:52:41 manu Exp */ #if defined(_KERNEL_OPT) @@ -22,6 +22,7 @@ #include #include #include +#include #include #define s(type) sizeof(type) @@ -363,40 +364,40 @@ struct sysent linux_sysent[] = { sys_nanosleep }, /* 166 = nanosleep */ { 4, s(struct linux_sys_mremap_args), 0, linux_sys_mremap }, /* 167 = mremap */ - { 0, 0, 0, - sys_nosys }, /* 168 = unimplemented accept */ - { 0, 0, 0, - sys_nosys }, /* 169 = unimplemented bind */ - { 0, 0, 0, - sys_nosys }, /* 170 = unimplemented connect */ - { 0, 0, 0, - sys_nosys }, /* 171 = unimplemented getpeername */ - { 0, 0, 0, - sys_nosys }, /* 172 = unimplemented getsockname */ - { 0, 0, 0, - sys_nosys }, /* 173 = unimplemented getsockopt */ - { 0, 0, 0, - sys_nosys }, /* 174 = unimplemented listen */ - { 0, 0, 0, - sys_nosys }, /* 175 = unimplemented recv */ - { 0, 0, 0, - sys_nosys }, /* 176 = unimplemented recvfrom */ - { 0, 0, 0, - sys_nosys }, /* 177 = unimplemented recvmsg */ - { 0, 0, 0, - sys_nosys }, /* 178 = unimplemented send */ - { 0, 0, 0, - sys_nosys }, /* 179 = unimplemented sendmsg */ - { 0, 0, 0, - sys_nosys }, /* 180 = unimplemented sendto */ - { 0, 0, 0, - sys_nosys }, /* 181 = unimplemented setsockopt */ - { 0, 0, 0, - sys_nosys }, /* 182 = unimplemented shudown */ - { 0, 0, 0, - sys_nosys }, /* 183 = unimplemented socket */ - { 0, 0, 0, - sys_nosys }, /* 184 = unimplemented socketpair */ + { 3, s(struct linux_sys_accept_args), 0, + linux_sys_accept }, /* 168 = accept */ + { 3, s(struct linux_sys_bind_args), 0, + linux_sys_bind }, /* 169 = bind */ + { 3, s(struct linux_sys_connect_args), 0, + linux_sys_connect }, /* 170 = connect */ + { 3, s(struct linux_sys_getpeername_args), 0, + linux_sys_getpeername }, /* 171 = getpeername */ + { 3, s(struct linux_sys_getsockname_args), 0, + linux_sys_getsockname }, /* 172 = getsockname */ + { 5, s(struct linux_sys_getsockopt_args), 0, + linux_sys_getsockopt }, /* 173 = getsockopt */ + { 2, s(struct sys_listen_args), 0, + sys_listen }, /* 174 = listen */ + { 4, s(struct linux_sys_recv_args), 0, + linux_sys_recv }, /* 175 = recv */ + { 6, s(struct linux_sys_recvfrom_args), 0, + linux_sys_recvfrom }, /* 176 = recvfrom */ + { 3, s(struct linux_sys_recvmsg_args), 0, + linux_sys_recvmsg }, /* 177 = recvmsg */ + { 4, s(struct linux_sys_send_args), 0, + linux_sys_send }, /* 178 = send */ + { 3, s(struct linux_sys_sendmsg_args), 0, + linux_sys_sendmsg }, /* 179 = sendmsg */ + { 6, s(struct linux_sys_sendto_args), 0, + linux_sys_sendto }, /* 180 = sendto */ + { 5, s(struct linux_sys_setsockopt_args), 0, + linux_sys_setsockopt }, /* 181 = setsockopt */ + { 0, 0, 0, + sys_nosys }, /* 182 = unimplemented shutdown */ + { 3, s(struct linux_sys_socket_args), 0, + linux_sys_socket }, /* 183 = socket */ + { 4, s(struct linux_sys_socketpair_args), 0, + linux_sys_socketpair }, /* 184 = socketpair */ { 3, s(struct linux_sys_setresuid_args), 0, linux_sys_setresuid }, /* 185 = setresuid */ { 3, s(struct linux_sys_getresuid_args), 0,