OpenBSD cvs log

created 2019-01-12T16:17:29Z
begin 2019-01-08T00:00:00Z
end 2019-01-09T00:00:00Z
path src/sys
commits 5

date 2019-01-08T01:47:55Z
author claudio
files src/sys/netinet/raw_ip.c log diff annotate
message Botched up an if conditional in the last commit. The IP length needs to
bigger than the IP header len to be valid. With this I can traceroute again.

date 2019-01-08T13:01:50Z
author bluhm
files src/sys/kern/uipc_mbuf.c log diff annotate
message If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZE
flag to the other references. Then the final m_free() will clear
the memory.
OK claudio@

date 2019-01-08T13:49:47Z
author uaa
files src/sys/dev/usb/ehci.c log diff annotate
message RL (NAK count reload) field in QH should be zero when using periodic
(interrupt) transfer.

When RL is not zero, interrupt transfer cannot work correctly.
It causes USB2.0 hub cannot detect device attach/detach.

ok by mpi@

date 2019-01-08T16:23:01Z
author sf
files src/sys/dev/pv/if_vio.c log diff annotate
src/sys/dev/pv/vioblk.c log diff annotate
src/sys/dev/pv/viocon.c log diff annotate
src/sys/dev/pv/viomb.c log diff annotate
message virtio: Don't include feature strings without VIRTIO_DEBUG

They are only used if VIRTIO_DEBUG is enabled.
This should make the kernel slightly smaller.

date 2019-01-08T16:24:09Z
author sf
files src/sys/dev/pv/viocon.c log diff annotate
message viocon: Remove obsolete handling of sc_intrhand