sync with OpenBSD -current
This commit is contained in:
parent
8b84d503c1
commit
ed26f93d8c
33 changed files with 305 additions and 301 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.268 2023/08/20 15:14:20 visa Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.269 2023/11/29 20:46:23 bluhm Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -240,7 +240,7 @@ const struct sysent sysent[] = {
|
|||
sys_dup3 }, /* 102 = dup3 */
|
||||
{ 1, s(struct sys_sigreturn_args), 0,
|
||||
sys_sigreturn }, /* 103 = sigreturn */
|
||||
{ 3, s(struct sys_bind_args), 0,
|
||||
{ 3, s(struct sys_bind_args), SY_NOLOCK | 0,
|
||||
sys_bind }, /* 104 = bind */
|
||||
{ 5, s(struct sys_setsockopt_args), SY_NOLOCK | 0,
|
||||
sys_setsockopt }, /* 105 = setsockopt */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: syscalls.c,v 1.266 2023/08/20 15:14:20 visa Exp $ */
|
||||
/* $OpenBSD: syscalls.c,v 1.267 2023/11/29 20:46:23 bluhm Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp
|
||||
*/
|
||||
|
||||
const char *const syscallnames[] = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp $
|
||||
; $OpenBSD: syscalls.master,v 1.251 2023/11/29 20:40:06 bluhm Exp $
|
||||
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
|
||||
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
@ -221,7 +221,7 @@
|
|||
101 STD NOLOCK { int sys_pipe2(int *fdp, int flags); }
|
||||
102 STD NOLOCK { int sys_dup3(int from, int to, int flags); }
|
||||
103 STD { int sys_sigreturn(struct sigcontext *sigcntxp); }
|
||||
104 STD { int sys_bind(int s, const struct sockaddr *name, \
|
||||
104 STD NOLOCK { int sys_bind(int s, const struct sockaddr *name, \
|
||||
socklen_t namelen); }
|
||||
105 STD NOLOCK { int sys_setsockopt(int s, int level, int name, \
|
||||
const void *val, socklen_t valsize); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue