OpenBSD cvs log

created 2018-11-30T03:21:47Z
begin 2018-08-31T00:00:00Z
end 2018-09-01T00:00:00Z
path src/sys
commits 6

date 2018-08-31T00:09:13Z
author jmatthew
files src/sys/arch/amd64/conf/GENERIC log diff annotate
src/sys/arch/amd64/conf/RAMDISK_CD log diff annotate
message enable bnxt(4)

date 2018-08-31T04:20:37Z
author visa
files src/sys/arch/amd64/amd64/conf.c log diff annotate
src/sys/arch/i386/i386/conf.c log diff annotate
src/sys/sys/conf.h log diff annotate
message Move kcov device definitions into .

OK anton@ deraadt@ kettenis@ mpi@

date 2018-08-31T07:18:18Z
author miko
files src/sys/dev/usb/uaudio.c log diff annotate
message ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()
has no side effect, so setting value for ich can be moved under
UAUDIO_DEBUG.

ok ratchov

date 2018-08-31T11:57:04Z
author bluhm
files src/sys/ddb/db_ctf.c log diff annotate
message Pass the correct size to free(9) in the error path of db_ctf_decompress().
OK jasper@

date 2018-08-31T12:55:46Z
author mpi
files src/sys/net/pfkeyv2.c log diff annotate
message Cadd a TDB `tdb' instead of `sa'.

No functionnal change.

ok deraadt@, bluhm@, visa@

date 2018-08-31T16:32:31Z
author miko
files src/sys/dev/usb/usb.c log diff annotate
message remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@