sync
authorderaadt <deraadt@openbsd.org>
Thu, 28 Mar 2024 02:27:14 +0000 (02:27 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 28 Mar 2024 02:27:14 +0000 (02:27 +0000)
sys/sys/syscall.h
sys/sys/syscallargs.h

index cafb755..8aae55d 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.272 2024/03/25 17:43:10 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.273 2024/03/28 02:27:14 deraadt Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp 
  */
 
 /* syscall: "exit" ret: "void" args: "int" */
 
                                /* 144 is obsolete ogetrlimit */
                                /* 145 is obsolete osetrlimit */
-/* syscall: "pinsyscall" ret: "int" args: "int" "void *" "size_t" */
-#define        SYS_pinsyscall  146
-
+                               /* 146 is obsolete pinsyscall */
 /* syscall: "setsid" ret: "int" args: */
 #define        SYS_setsid      147
 
index cdef1a7..a2c1d0d 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.275 2024/03/25 17:43:10 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.276 2024/03/28 02:27:14 deraadt Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.258 2024/03/25 17:42:34 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp 
  */
 
 #ifdef syscallarg
@@ -728,12 +728,6 @@ struct sys_setthrname_args {
        syscallarg(const char *) name;
 };
 
-struct sys_pinsyscall_args {
-       syscallarg(int) syscall;
-       syscallarg(void *) addr;
-       syscallarg(size_t) len;
-};
-
 struct sys_quotactl_args {
        syscallarg(const char *) path;
        syscallarg(int) cmd;
@@ -1309,7 +1303,6 @@ int       sys_adjtime(struct proc *, void *, register_t *);
 int    sys_getlogin_r(struct proc *, void *, register_t *);
 int    sys_getthrname(struct proc *, void *, register_t *);
 int    sys_setthrname(struct proc *, void *, register_t *);
-int    sys_pinsyscall(struct proc *, void *, register_t *);
 int    sys_setsid(struct proc *, void *, register_t *);
 int    sys_quotactl(struct proc *, void *, register_t *);
 int    sys_ypconnect(struct proc *, void *, register_t *);