OpenBSD cvs log

created 2019-05-04T03:10:16Z
begin 2017-11-05T00:00:00Z
end 2017-11-06T00:00:00Z
path src/sys
commits 7

date 2017-11-05T04:57:28Z
author visa
files src/sys/arch/octeon/dev/cn30xxasx.c log diff annotate
src/sys/arch/octeon/dev/cn30xxfpa.c log diff annotate
src/sys/arch/octeon/dev/cn30xxfpavar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxgmx.c log diff annotate
src/sys/arch/octeon/dev/cn30xxipd.c log diff annotate
src/sys/arch/octeon/dev/cn30xxipdvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpip.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpipvar.h log diff annotate
src/sys/arch/octeon/dev/cn30xxpko.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpow.c log diff annotate
message Remove unmaintained debug code.

date 2017-11-05T04:59:09Z
author visa
files src/sys/arch/octeon/include/octeonvar.h log diff annotate
message Add a function for getting the current core's hardware identifier.

For now, the kernel does enforce one-to-one mapping between logical
cpuids and hardware coreids, but the reliance on that should be
removed eventually.

date 2017-11-05T05:08:07Z
author visa
files src/sys/arch/octeon/dev/cn30xxpow.c log diff annotate
message slight cleanup

date 2017-11-05T05:09:50Z
author visa
files src/sys/arch/octeon/dev/cn30xxpow.c log diff annotate
message Handle failure.

date 2017-11-05T05:17:55Z
author visa
files src/sys/arch/octeon/dev/cn30xxpow.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpowreg.h log diff annotate
message Set the core's own group mask when scheduling work, to receive work
from the intended group.

date 2017-11-05T13:19:59Z
author florian
files src/sys/netinet/in_proto.c log diff annotate
src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet/ip_var.h log diff annotate
src/sys/netinet6/frag6.c log diff annotate
src/sys/netinet6/in6_proto.c log diff annotate
src/sys/netinet6/ip6_var.h log diff annotate
src/sys/sys/protosw.h log diff annotate
message Finish off pr_drain functions, they haven't been used since 2006.
OK mpi

date 2017-11-05T17:49:11Z
author phessler
files src/sys/net80211/ieee80211_ioctl.c log diff annotate
message Changing nwid on a wifi network means it is a new network, so clear the
WPA and WEP configuration.

OK pirofti@ stsp@ sthen@