sync code with last improvements from OpenBSD
This commit is contained in:
parent
cb9f36df51
commit
6b5b190599
48 changed files with 1492 additions and 422 deletions
|
@ -1,10 +1,10 @@
|
|||
/* $OpenBSD: init_sysent.c,v 1.267 2023/07/24 19:33:29 miod Exp $ */
|
||||
/* $OpenBSD: init_sysent.c,v 1.268 2023/08/20 15:14:20 visa Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from; OpenBSD: syscalls.master,v 1.249 2023/07/24 19:32:23 miod Exp
|
||||
* created from; OpenBSD: syscalls.master,v 1.250 2023/08/20 15:13:43 visa Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -604,8 +604,8 @@ const struct sysent sysent[] = {
|
|||
sys_nosys }, /* 268 = obsolete pad_pwritev */
|
||||
{ 0, 0, SY_NOLOCK | 0,
|
||||
sys_kqueue }, /* 269 = kqueue */
|
||||
{ 0, 0, 0,
|
||||
sys_nosys }, /* 270 = obsolete t32_kevent */
|
||||
{ 1, s(struct sys_kqueue1_args), SY_NOLOCK | 0,
|
||||
sys_kqueue1 }, /* 270 = kqueue1 */
|
||||
{ 1, s(struct sys_mlockall_args), 0,
|
||||
sys_mlockall }, /* 271 = mlockall */
|
||||
{ 0, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue