OpenBSD cvs log

created 2022-11-25T15:10:35Z
begin 2022-11-09T10:19:20Z
end 2022-11-09T10:27:01Z
path src/sys
commits 3

date 2022-11-09T10:26:28Z
author mpi
files src/sys/kern/syscalls.master log diff annotate
message Mark sched_yield(2) as NOLOCK.

All the fields accessed in this syscall are protected by the SCHED_LOCK()
so it isn't necessary to wait for another CPU to release the KERNEL_LOCK()
before that.

ok claudio@

date 2022-11-09T10:26:37Z
author krw
files src/sys/kern/subr_disk.c log diff annotate
message gpt_get_fstype() doesn't modify its parameter so make said
parameter const.

date 2022-11-09T10:27:01Z
author mpi
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