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.30 retrieving revision 1.30.6.2 diff -u -p -r1.30 -r1.30.6.2 --- src/sys/compat/linux/arch/mips/linux_sysent.c 2007/12/24 14:21:43 1.30 +++ src/sys/compat/linux/arch/mips/linux_sysent.c 2009/01/17 13:28:44 1.30.6.2 @@ -1,19 +1,15 @@ -/* $NetBSD: linux_sysent.c,v 1.30 2007/12/24 14:21:43 njoly Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.30.6.2 2009/01/17 13:28:44 mjf Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.27 2007/12/24 14:17:18 njoly Exp + * created from NetBSD: syscalls.master,v 1.33 2009/01/15 23:48:50 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.30 2007/12/24 14:21:43 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.30.6.2 2009/01/17 13:28:44 mjf Exp $"); -#if defined(_KERNEL_OPT) -#include "opt_compat_netbsd.h" -#include "opt_compat_43.h" -#endif #include #include #include @@ -74,7 +70,7 @@ struct sysent linux_sysent[] = { linux_sys_nosys }, /* 18 = obsolete ostat */ { ns(struct compat_43_sys_lseek_args), 0, (sy_call_t *)compat_43_sys_lseek }, /* 19 = lseek */ - { 0, 0, SYCALL_MPSAFE | 0, + { 0, 0, 0, (sy_call_t *)sys_getpid }, /* 20 = getpid */ { 0, 0, 0, linux_sys_nosys }, /* 21 = unimplemented mount */ @@ -188,8 +184,8 @@ struct sysent linux_sysent[] = { (sy_call_t *)linux_sys_setrlimit }, /* 75 = setrlimit */ { ns(struct linux_sys_getrlimit_args), 0, (sy_call_t *)linux_sys_getrlimit }, /* 76 = getrlimit */ - { ns(struct sys_getrusage_args), 0, - (sy_call_t *)sys_getrusage }, /* 77 = getrusage */ + { ns(struct compat_50_sys_getrusage_args), 0, + (sy_call_t *)compat_50_sys_getrusage },/* 77 = getrusage */ { ns(struct linux_sys_gettimeofday_args), 0, (sy_call_t *)linux_sys_gettimeofday },/* 78 = gettimeofday */ { ns(struct linux_sys_settimeofday_args), 0, @@ -242,10 +238,10 @@ struct sysent linux_sysent[] = { (sy_call_t *)linux_sys_socketcall },/* 102 = socketcall */ { 0, 0, 0, linux_sys_nosys }, /* 103 = unimplemented syslog */ - { ns(struct sys_setitimer_args), 0, - (sy_call_t *)sys_setitimer }, /* 104 = setitimer */ - { ns(struct sys_getitimer_args), 0, - (sy_call_t *)sys_getitimer }, /* 105 = getitimer */ + { ns(struct compat_50_sys_setitimer_args), 0, + (sy_call_t *)compat_50_sys_setitimer },/* 104 = setitimer */ + { ns(struct compat_50_sys_getitimer_args), 0, + (sy_call_t *)compat_50_sys_getitimer },/* 105 = getitimer */ { ns(struct linux_sys_stat_args), 0, (sy_call_t *)linux_sys_stat }, /* 106 = stat */ { ns(struct linux_sys_lstat_args), 0, @@ -322,8 +318,8 @@ struct sysent linux_sysent[] = { (sy_call_t *)linux_sys_select }, /* 142 = select */ { ns(struct sys_flock_args), 0, (sy_call_t *)sys_flock }, /* 143 = flock */ - { ns(struct linux_sys_msync_args), 0, - (sy_call_t *)linux_sys_msync }, /* 144 = msync */ + { ns(struct sys___msync13_args), 0, + (sy_call_t *)sys___msync13 }, /* 144 = __msync13 */ { ns(struct sys_readv_args), 0, (sy_call_t *)sys_readv }, /* 145 = readv */ { ns(struct sys_writev_args), 0, @@ -366,8 +362,8 @@ struct sysent linux_sysent[] = { (sy_call_t *)linux_sys_sched_get_priority_min },/* 164 = sched_get_priority_min */ { 0, 0, 0, linux_sys_nosys }, /* 165 = unimplemented sched_rr_get_interval */ - { ns(struct sys_nanosleep_args), 0, - (sy_call_t *)sys_nanosleep }, /* 166 = nanosleep */ + { ns(struct linux_sys_nanosleep_args), 0, + (sy_call_t *)linux_sys_nanosleep }, /* 166 = nanosleep */ { ns(struct linux_sys_mremap_args), 0, (sy_call_t *)linux_sys_mremap }, /* 167 = mremap */ { ns(struct linux_sys_accept_args), 0,