From: deraadt Date: Tue, 19 Dec 2023 06:59:17 +0000 (+0000) Subject: sync X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1c442c45c197c4e98b65365dcb74a76ef5b8eed8;p=openbsd sync --- diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 4d6e0ff7297..fc7a9c3f900 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.272 2023/12/12 15:32:59 deraadt Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.273 2023/12/19 06:59:17 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp */ #include diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 8fbbaf11d67..b2feff637df 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.270 2023/12/12 15:32:59 deraadt Exp $ */ +/* $OpenBSD: syscalls.c,v 1.271 2023/12/19 06:59:17 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp */ const char *const syscallnames[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index d0db8474a54..63f5015b746 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.269 2023/12/12 15:32:58 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.270 2023/12/19 06:59:17 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp */ /* syscall: "exit" ret: "void" args: "int" */ @@ -443,7 +443,7 @@ /* 156 is obsolete ogetdirentries */ /* 157 is obsolete statfs25 */ -/* syscall: "pinsyscalls" ret: "int" args: "void *" "size_t" "uint *" "size_t" */ +/* syscall: "pinsyscalls" ret: "int" args: "void *" "size_t" "u_int *" "int" */ #define SYS_pinsyscalls 158 /* syscall: "mimmutable" ret: "int" args: "void *" "size_t" */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index ab9aadba0b7..3e1a0aa3c4f 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.272 2023/12/12 15:32:58 deraadt Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.273 2023/12/19 06:59:17 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.254 2023/12/12 15:30:55 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.255 2023/12/19 06:58:36 deraadt Exp */ #ifdef syscallarg @@ -753,8 +753,8 @@ struct sys_nfssvc_args { struct sys_pinsyscalls_args { syscallarg(void *) base; syscallarg(size_t) len; - syscallarg(uint *) pins; - syscallarg(size_t) pinslen; + syscallarg(u_int *) pins; + syscallarg(int) npins; }; struct sys_mimmutable_args {