OpenBSD cvs log

created 2020-11-19T18:30:54Z
begin 2020-06-15T00:00:00Z
end 2020-06-16T00:00:00Z
path src/sys
commits 7

date 2020-06-15T04:19:00Z
author jsg
files src/sys/arch/powerpc64/conf/Makefile.powerpc64 log diff annotate
message update powerpc64 include paths for 5.7 drm

ok kettenis@

date 2020-06-15T13:18:33Z
author visa
files src/sys/kern/kern_event.c log diff annotate
src/sys/kern/kern_sig.c log diff annotate
message Raise SPL when modifying ps_klist to prevent a race with interrupts.
The list can be accessed from interrupt context if a signal is sent
from an interrupt handler.

OK anton@ cheloha@ mpi@

date 2020-06-15T14:43:57Z
author naddy
files src/sys/stand/boot/boot.c log diff annotate
message align the random buffer so mdrandom() can fill it with register-width
writes without incurring unaligned accesses; ok deraadt@

date 2020-06-15T14:52:19Z
author deraadt
files src/sys/dev/rnd.c log diff annotate
message slight copyright update regarding recent work

date 2020-06-15T15:29:40Z
author mpi
files src/sys/kern/sys_pipe.c log diff annotate
src/sys/kern/tty.c log diff annotate
src/sys/kern/tty_pty.c log diff annotate
src/sys/kern/uipc_socket.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
src/sys/sys/event.h log diff annotate
message Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.

This is only done in poll-compatibility mode, when __EV_POLL is set.

ok visa@, millert@

date 2020-06-15T15:42:11Z
author mpi
files src/sys/kern/kern_event.c log diff annotate
src/sys/miscfs/deadfs/dead_vnops.c log diff annotate
src/sys/sys/event.h log diff annotate
message Implement a simple kqfilter for deadfs matching its poll handler.

ok visa@, millert@

date 2020-06-15T19:25:16Z
author naddy
files src/sys/arch/amd64/stand/libsa/mdrandom.c log diff annotate
src/sys/arch/i386/stand/libsa/mdrandom.c log diff annotate
message Check rdrand for success and try up to ten times, as recommended by Intel.
Do the same for rdseed.
ok deraadt@