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/m68k/linux_syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/linux_syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.37.2.2 retrieving revision 1.37.2.3 diff -u -p -r1.37.2.2 -r1.37.2.3 --- src/sys/compat/linux/arch/m68k/linux_syscalls.c 2002/03/16 16:00:34 1.37.2.2 +++ src/sys/compat/linux/arch/m68k/linux_syscalls.c 2002/06/23 17:44:12 1.37.2.3 @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.37.2.2 2002/03/16 16:00:34 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.37.2.3 2002/06/23 17:44:12 jdolecek Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.36 2002/02/17 19:35:30 christos Exp + * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.37.2.2 2002/03/16 16:00:34 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.37.2.3 2002/06/23 17:44:12 jdolecek Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -237,7 +237,7 @@ const char *const linux_syscallnames[] = "#189 (unimplemented putpmsg)", /* 189 = unimplemented putpmsg */ "__vfork14", /* 190 = __vfork14 */ "ugetrlimit", /* 191 = ugetrlimit */ - "mmap2", /* 192 = mmap2 */ + "#192 (unimplemented mmap2)", /* 192 = unimplemented mmap2 */ "truncate64", /* 193 = truncate64 */ "ftruncate64", /* 194 = ftruncate64 */ "stat64", /* 195 = stat64 */ @@ -262,8 +262,10 @@ const char *const linux_syscallnames[] = "setgid", /* 214 = setgid */ "setfsuid", /* 215 = setfsuid */ "getfsuid", /* 216 = getfsuid */ - "#217 (unimplemented pivot_root)", /* 217 = unimplemented pivot_root */ - "#218 (unimplemented / * unused ? * /)", /* 218 = unimplemented / * unused ? * / */ - "#219 (unimplemented / * unused ? * /)", /* 219 = unimplemented / * unused ? * / */ - "#220 (unimplemented getdents64)", /* 220 = unimplemented getdents64 */ + "#217 (unimplemented / * unused * /)", /* 217 = unimplemented / * unused * / */ + "#218 (unimplemented / * unused * /)", /* 218 = unimplemented / * unused * / */ + "#219 (unimplemented / * unused * /)", /* 219 = unimplemented / * unused * / */ + "getdents64", /* 220 = getdents64 */ + "#221 (unimplemented gettid)", /* 221 = unimplemented gettid */ + "#222 (unimplemented tkill)", /* 222 = unimplemented tkill */ };