OpenBSD cvs log

created 2019-05-08T05:52:38Z
begin 2018-02-03T00:00:00Z
end 2018-02-04T00:00:00Z
path src/sys
commits 3

date 2018-02-03T13:37:37Z
author mpi
files src/sys/dev/usb/usb.c log diff annotate
src/sys/dev/usb/usbdi.c log diff annotate
src/sys/dev/usb/usbdivar.h log diff annotate
src/sys/dev/usb/usbpcap.h log diff annotate
src/sys/net/bpf.h log diff annotate
message Add support for dumping USB transfers via bpf(4) using USBPcap headers.

ok deraadt@, dlg@

date 2018-02-03T16:14:26Z
author bluhm
files src/sys/netinet/tcp_usrreq.c log diff annotate
message Since tcp_attach() has moved to a separate protocol function, the
inp cannot be NULL. Remove the useless if in tcp_usrreq().
OK mpi@

date 2018-02-03T17:17:31Z
author stsp
files src/sys/dev/ic/ar5212.c log diff annotate
message Remove a pointless assignment introduced in previous commit.
CID 1464695; pointed out to me by mikeb@