-/* $OpenBSD: init_sysent.c,v 1.271 2023/12/10 16:59:51 deraadt Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.272 2023/12/12 15:32:59 deraadt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp
*/
#include <sys/param.h>
const struct sysent sysent[] = {
{ 0, 0, 0,
- sys_nosys }, /* 0 = syscall (indir) */
+ sys_nosys }, /* 0 = unimplemented syscall */
{ 1, s(struct sys_exit_args), 0,
sys_exit }, /* 1 = exit */
{ 0, 0, 0,
-/* $OpenBSD: syscalls.c,v 1.269 2023/12/10 16:59:51 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.270 2023/12/12 15:32:59 deraadt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp
*/
const char *const syscallnames[] = {
- "syscall", /* 0 = syscall */
+ "#0 (unimplemented syscall)", /* 0 = unimplemented syscall */
"exit", /* 1 = exit */
"fork", /* 2 = fork */
"read", /* 3 = read */
-/* $OpenBSD: syscall.h,v 1.268 2023/12/10 16:59:51 deraadt Exp $ */
+/* $OpenBSD: syscall.h,v 1.269 2023/12/12 15:32:58 deraadt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp
*/
-/* syscall: "syscall" ret: "int" args: "int" "..." */
-#define SYS_syscall 0
-
/* syscall: "exit" ret: "void" args: "int" */
#define SYS_exit 1
-/* $OpenBSD: syscallargs.h,v 1.271 2023/12/10 16:59:51 deraadt Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.272 2023/12/12 15:32:58 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.253 2023/12/10 16:59:09 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp
*/
#ifdef syscallarg