OpenBSD cvs log

created 2019-03-03T02:49:46Z
begin 2019-02-24T00:00:00Z
end 2019-02-25T00:00:00Z
path src/sys
commits 9

date 2019-02-24T09:11:09Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message initialize struct lockf fields in a consistent order; ok millert@ mpi@ visa@

date 2019-02-24T09:24:52Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message always include the lock id address in debug output

date 2019-02-24T09:36:28Z
author stsp
files src/sys/net80211/ieee80211_amrr.c log diff annotate
message Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.

date 2019-02-24T09:37:18Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
src/sys/dev/pci/if_iwmvar.h log diff annotate
message Rework iwm(4) Tx rate selection.

Ask firmware to retry at a constant Tx rate instead of successively lower
rates. This provides better feedback to Tx rate scaling algorithms in our
kernel and thus increases Tx throughput, especially on clean channels.

Make the driver fall back to CCK rates on 2 GHz channels if 11n MCS
don't work. Previously, we were relying on firmware to do this for us.

Tested on 7260, 7265, 8260, 8265 by me, jcs@, tb@, solene@, Matthias Schmidt.

date 2019-02-24T12:57:14Z
author kn
files src/sys/arch/alpha/stand/netboot/Makefile log diff annotate
message Remove -S from install commands

As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and
install(1) will always create files safely, thus clean the option usage
from the tree.

Diff from Lauri Tirkkonen , thanks.

date 2019-02-24T17:35:29Z
author patrick
files src/sys/dev/usb/usbdevs log diff annotate
message Dynastream ANTUSB-2, from Jan Klemkow.

date 2019-02-24T17:35:44Z
author patrick
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2019-02-24T17:36:28Z
author patrick
files src/sys/dev/usb/uscom.c log diff annotate
message Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.

date 2019-02-24T22:49:31Z
author dlg
files src/sys/dev/pci/if_ixl.c log diff annotate
message get rid of an unused softc member