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: syscalls.c,v 1.265 2023/07/24 19:33:29 miod Exp $ */
|
||||
/* $OpenBSD: syscalls.c,v 1.266 2023/08/20 15:14:20 visa Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
const char *const syscallnames[] = {
|
||||
|
@ -312,7 +312,7 @@ const char *const syscallnames[] = {
|
|||
"#267 (obsolete pad_preadv)", /* 267 = obsolete pad_preadv */
|
||||
"#268 (obsolete pad_pwritev)", /* 268 = obsolete pad_pwritev */
|
||||
"kqueue", /* 269 = kqueue */
|
||||
"#270 (obsolete t32_kevent)", /* 270 = obsolete t32_kevent */
|
||||
"kqueue1", /* 270 = kqueue1 */
|
||||
"mlockall", /* 271 = mlockall */
|
||||
"munlockall", /* 272 = munlockall */
|
||||
"#273 (unimplemented sys_getpeereid)", /* 273 = unimplemented sys_getpeereid */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue