From c730fcfeeea736dfdd80848a4547c082b745fb08 Mon Sep 17 00:00:00 2001 From: cheloha Date: Tue, 4 May 2021 18:14:58 +0000 Subject: [PATCH] syscalls.c, init_sysent.c, syscall.h, syscallargs.h: regen Regen after unlocking getitimer(2) and setitimer(2). ok anton@, mpi@ --- sys/kern/init_sysent.c | 8 ++++---- sys/kern/syscalls.c | 4 ++-- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 6a3e6aae675..7f55d16610c 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -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 @@ -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 */ diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index bca583f10fc..1442b3c2518 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -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[] = { diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 2794e05e094..5335de84bcd 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -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" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 5e634dd5a55..19bb1d2891f 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -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 -- 2.20.1