From dc2f7cafe4329685881b1f009dd5cfb52943dd8d Mon Sep 17 00:00:00 2001 From: visa Date: Wed, 27 Oct 2021 03:24:44 +0000 Subject: [PATCH] Unlock the kevent(2) system call. Tested by mpi@ and tb@ OK mpi@ --- sys/kern/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 3580d86435d..b1548df66db 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.218 2021/06/04 09:05:19 mvs Exp $ +; $OpenBSD: syscalls.master,v 1.219 2021/10/27 03:24:44 visa Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -166,7 +166,7 @@ struct itimerval *itv); } 71 STD { int sys_select(int nd, fd_set *in, fd_set *ou, \ fd_set *ex, struct timeval *tv); } -72 STD { int sys_kevent(int fd, \ +72 STD NOLOCK { int sys_kevent(int fd, \ const struct kevent *changelist, int nchanges, \ struct kevent *eventlist, int nevents, \ const struct timespec *timeout); } -- 2.20.1