OpenBSD cvs log

created 2023-08-27T07:23:24Z
begin 2023-08-20T00:00:00Z
end 2023-08-21T00:00:00Z
path src/sys
commits 3

date 2023-08-20T15:13:43Z
author visa
files src/sys/kern/kern_event.c log diff annotate
src/sys/kern/kern_pledge.c log diff annotate
src/sys/kern/syscalls.master log diff annotate
src/sys/sys/event.h log diff annotate
message Add kqueue1() system call

kqueue1() takes the flags argument. This lets the kqueue file descriptor
be opened with O_CLOEXEC. Adapted from NetBSD.

OK guenther@

date 2023-08-20T15:14:20Z
author visa
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message regen

date 2023-08-20T16:25:48Z
author tb
files src/sys/lib/libz/deflate.c log diff annotate
src/sys/lib/libz/inftrees.c log diff annotate
src/sys/lib/libz/zlib.h log diff annotate
message Sync zlib 1.3 with userland