OpenBSD cvs log

created 2021-07-18T00:14:26Z
begin 2021-07-13T00:00:00Z
end 2021-07-14T00:00:00Z
path src/sys
commits 4

date 2021-07-13T07:37:50Z
author visa
files src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
message Add f_modify and f_process callbacks to FIFO filterops.

OK millert@ mpi@

date 2021-07-13T08:16:17Z
author mvs
files src/sys/netinet/ip_ipsp.h log diff annotate
message Remove unused `PolicyHead' from 'sockaddr_encap' structure.

ok tobhe@

date 2021-07-13T17:50:19Z
author mvs
files src/sys/sys/timeout.h log diff annotate
message Fix TIMEOUT_INITIALIZER_{FLAGS,KCLOCK}() macro.

ok cheloha@

date 2021-07-13T22:08:50Z
author patrick
files src/sys/dev/ic/dwiic.c log diff annotate
message Ensure that we don't overrun the TX FIFO for longer transfers. Check
the limit after every character, and wait for the FIFO to empty before
sending out more bytes. With this I can now use ipmitool(1) to change
IPMI passwords on the Ampere eMAG.

ok kettenis@