OpenBSD cvs log

created 2019-12-16T18:12:40Z
begin 2019-12-07T00:00:00Z
end 2019-12-08T00:00:00Z
path src/sys
commits 7

date 2019-12-07T06:55:20Z
author visa
files src/sys/sys/varargs.h log diff annotate
message Unhook from to prepare for removal.

Input from miod@
OK millert@

date 2019-12-07T08:45:28Z
author kevlo
files src/sys/dev/usb/if_ure.c log diff annotate
src/sys/dev/usb/if_urereg.h log diff annotate
src/sys/dev/usb/usbdevs log diff annotate
message - Add support for RTL8156
- Add RX/TX checksum offload support

Tested by Shawn Chiou and myself.

date 2019-12-07T08:47:20Z
author kevlo
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2019-12-07T13:03:57Z
author krw
files src/sys/scsi/ses.c log diff annotate
message Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,
Comment fixes.

date 2019-12-07T13:11:04Z
author visa
files src/sys/kern/kern_event.c log diff annotate
message Combine macro KNOTE_ACTIVATE() with function knote_activate()
to make the code clearer.

OK claudio@ mpi@

date 2019-12-07T14:13:49Z
author krw
files src/sys/scsi/safte.c log diff annotate
message Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,
Comment fixes.

date 2019-12-07T15:16:24Z
author krw
files src/sys/scsi/scsi_ioctl.c log diff annotate
src/sys/scsi/uk.c log diff annotate
message Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,
Comment fixes.