sync
authorderaadt <deraadt@openbsd.org>
Tue, 12 Dec 2023 15:32:58 +0000 (15:32 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 12 Dec 2023 15:32:58 +0000 (15:32 +0000)
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index e06170a..4d6e0ff 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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>
@@ -18,7 +18,7 @@
 
 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,
index b009ec9..8fbbaf1 100644 (file)
@@ -1,14 +1,14 @@
-/*     $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 */
index dfa110f..d0db847 100644 (file)
@@ -1,15 +1,12 @@
-/*     $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
 
index 3ba9edc..ab9aadb 100644 (file)
@@ -1,10 +1,10 @@
-/*     $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