OpenBSD cvs log

created 2019-11-17T13:36:16Z
begin 2019-11-03T00:00:00Z
end 2019-11-04T00:00:00Z
path src/sys
commits 6

date 2019-11-03T03:20:15Z
author beck
files src/sys/dev/vnd.c log diff annotate
message Correctly re-initialize the nameinfo struct that is re-used for
vn_open when vnconfig'ing from a read-only filesystem. This bug has
been with us for a long time and was spotted by Kawamata Yoshihiro
after recent changes making vn_open more
picky about the structure it is called with.

date 2019-11-03T09:44:23Z
author mpi
files src/sys/arch/amd64/amd64/pmap.c log diff annotate
message Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.

ok deraadt@, guenther@

date 2019-11-03T16:16:06Z
author anton
files src/sys/kern/subr_kubsan.c log diff annotate
message add missing handler for float cast overflow; caused by code in
sys/dev/pci/drm/amd/display/dc/calcs/dcn_calc_auto.c

date 2019-11-03T16:23:36Z
author anton
files src/sys/kern/subr_kubsan.c log diff annotate
message rework kubsan_state into simpler boolean named kubsan_cold

date 2019-11-03T17:01:46Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
message kern_timeout.c: style(9), misc. cleanup

- Move mutex to top of file, annotate locking for module
- Group module-local prototypes below globals but above function defs
- __inline -> inline
- No static without inline
- Drop extra parentheses around return values

Compiler input from visa@.

ok visa@

date 2019-11-03T20:16:01Z
author guenther
files src/sys/kern/sysv_shm.c log diff annotate
src/sys/sys/shm.h log diff annotate
message Merge sys_shmctl() and shmctl1() again, as we no longer have a need for
the copyin/copyout compat shims.

ok deraadt@ millert@ anton@