OpenBSD cvs log

created 2019-05-04T02:35:35Z
begin 2017-10-22T00:00:00Z
end 2017-10-23T00:00:00Z
path src/sys
commits 4

date 2017-10-22T09:51:57Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
message In iwm(4), allocate command response buffers dynamically in a ring
instead of stashing responses in one single buffer in the softc.
Allows getting rid of a tsleep() which protected the single buffer.

Tested by myself and Carlos Cardenas on 7260, 7265, and 8260.
hurray ok deraadt@

date 2017-10-22T09:51:58Z
author stsp
files src/sys/dev/pci/if_iwmvar.h log diff annotate
message In iwm(4), allocate command response buffers dynamically in a ring
instead of stashing responses in one single buffer in the softc.
Allows getting rid of a tsleep() which protected the single buffer.

Tested by myself and Carlos Cardenas on 7260, 7265, and 8260.
hurray ok deraadt@

date 2017-10-22T09:55:02Z
author stsp
files src/sys/dev/pci/if_iwm.c log diff annotate
message It's time I claimed proper copyright on this.

date 2017-10-22T14:11:34Z
author mikeb
files src/sys/conf/GENERIC log diff annotate
src/sys/netinet/tcp_input.c log diff annotate
src/sys/netinet/tcp_output.c log diff annotate
src/sys/netinet/tcp_subr.c log diff annotate
src/sys/netinet/tcp_timer.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/netinet/tcp_var.h log diff annotate
message Unconditionally enable TCP selective acknowledgements (SACK)

OK deraadt, mpi, visa, job