OpenBSD cvs log

created 2019-05-04T02:31:53Z
begin 2017-10-20T00:00:00Z
end 2017-10-21T00:00:00Z
path src/sys
commits 3

date 2017-10-20T09:35:09Z
author mpi
files src/sys/dev/usb/if_umb.c log diff annotate
src/sys/net/if_gre.c log diff annotate
src/sys/net/if_spppsubr.c log diff annotate
message Kill dead ioctl handlers.

SIOCGIF{HARD,}MTU are handled by ifioctl() and not passed down to
drivers.

ok visa@

date 2017-10-20T09:38:17Z
author mpi
files src/sys/netinet/in.c log diff annotate
src/sys/netinet6/in6.c log diff annotate
message Do not test if if_ioctl is NULL, it isn't.

ok florian@, claudio@, visa@, bluhm@

date 2017-10-20T12:05:01Z
author mpi
files src/sys/arch/alpha/pci/cia.c log diff annotate
message Make sure the logic deciding whether to use BWX operations in cia(4)
operation uses the CPU capabilities, rather than a not-yet-initialized
variable which will eventually be set to the CPU capabilities.

from miod@