syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regen
authorcheloha <cheloha@openbsd.org>
Tue, 4 May 2021 18:14:58 +0000 (18:14 +0000)
committercheloha <cheloha@openbsd.org>
Tue, 4 May 2021 18:14:58 +0000 (18:14 +0000)
Regen after unlocking getitimer(2) and setitimer(2).

ok anton@, mpi@

sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h
sys/sys/syscallargs.h

index 6a3e6aa..7f55d16 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: init_sysent.c,v 1.220 2021/03/18 08:44:59 mvs Exp $   */
+/*     $OpenBSD: init_sysent.c,v 1.221 2021/05/04 18:14:59 cheloha Exp $       */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
  */
 
 #include <sys/param.h>
@@ -170,9 +170,9 @@ struct sysent sysent[] = {
            sys_gettimeofday },                 /* 67 = gettimeofday */
        { 2, s(struct sys_settimeofday_args), SY_NOLOCK | 0,
            sys_settimeofday },                 /* 68 = settimeofday */
-       { 3, s(struct sys_setitimer_args), 0,
+       { 3, s(struct sys_setitimer_args), SY_NOLOCK | 0,
            sys_setitimer },                    /* 69 = setitimer */
-       { 2, s(struct sys_getitimer_args), 0,
+       { 2, s(struct sys_getitimer_args), SY_NOLOCK | 0,
            sys_getitimer },                    /* 70 = getitimer */
        { 5, s(struct sys_select_args), 0,
            sys_select },                       /* 71 = select */
index bca583f..1442b3c 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscalls.c,v 1.219 2021/03/18 08:44:59 mvs Exp $      */
+/*     $OpenBSD: syscalls.c,v 1.220 2021/05/04 18:14:58 cheloha Exp $  */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
  */
 
 char *syscallnames[] = {
index 2794e05..5335de8 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscall.h,v 1.219 2021/03/18 08:44:59 mvs Exp $       */
+/*     $OpenBSD: syscall.h,v 1.220 2021/05/04 18:14:58 cheloha Exp $   */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
index 5e634dd..19bb1d2 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: syscallargs.h,v 1.222 2021/03/18 08:44:59 mvs Exp $   */
+/*     $OpenBSD: syscallargs.h,v 1.223 2021/05/04 18:14:58 cheloha Exp $       */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from;       OpenBSD: syscalls.master,v 1.209 2021/03/18 08:43:38 mvs Exp 
+ * created from;       OpenBSD: syscalls.master,v 1.210 2021/05/04 18:10:24 cheloha Exp 
  */
 
 #ifdef syscallarg