sync with OpenBSD -current
This commit is contained in:
parent
f7289b5181
commit
880da5e235
21 changed files with 651 additions and 157 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.269 2023/11/29 20:46:23 bluhm Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.270 2023/12/07 14:00:16 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -353,8 +353,8 @@ const struct sysent sysent[] = {
|
|||
sys_nosys }, /* 156 = obsolete ogetdirentries */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 157 = obsolete statfs25 */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 158 = obsolete fstatfs25 */
|
||||
{ 4, s(struct sys_pinsyscalls_args), 0,
|
||||
sys_pinsyscalls }, /* 158 = pinsyscalls */
|
||||
{ 2, s(struct sys_mimmutable_args), 0,
|
||||
sys_mimmutable }, /* 159 = mimmutable */
|
||||
{ 4, s(struct sys_waitid_args), 0,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: syscalls.c,v 1.267 2023/11/29 20:46:23 bluhm Exp $ */
|
||||
/* $OpenBSD: syscalls.c,v 1.268 2023/12/07 14:00:16 deraadt Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp
|
||||
*/
|
||||
|
||||
const char *const syscallnames[] = {
|
||||
|
@ -182,7 +182,7 @@ const char *const syscallnames[] = {
|
|||
#endif
|
||||
"#156 (obsolete ogetdirentries)", /* 156 = obsolete ogetdirentries */
|
||||
"#157 (obsolete statfs25)", /* 157 = obsolete statfs25 */
|
||||
"#158 (obsolete fstatfs25)", /* 158 = obsolete fstatfs25 */
|
||||
"pinsyscalls", /* 158 = pinsyscalls */
|
||||
"mimmutable", /* 159 = mimmutable */
|
||||
"waitid", /* 160 = waitid */
|
||||
"getfh", /* 161 = getfh */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp $
|
||||
; $OpenBSD: syscalls.master,v 1.252 2023/12/07 13:59:04 deraadt Exp $
|
||||
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
@ -306,7 +306,8 @@
|
|||
#endif
|
||||
156 OBSOL ogetdirentries
|
||||
157 OBSOL statfs25
|
||||
158 OBSOL fstatfs25
|
||||
158 STD { int sys_pinsyscalls(void *base, size_t len, \
|
||||
void *pins, size_t pinslen); }
|
||||
159 STD { int sys_mimmutable(void *addr, size_t len); }
|
||||
160 STD { int sys_waitid(int idtype, id_t id, \
|
||||
siginfo_t *info, int options); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue