OpenBSD cvs log

created 2019-07-27T12:33:47Z
begin 2019-07-24T00:00:00Z
end 2019-07-25T00:00:00Z
path src/sys
commits 3

date 2019-07-24T04:04:44Z
author jsg
files src/sys/arch/amd64/amd64/bios.c log diff annotate
src/sys/arch/i386/i386/bios.c log diff annotate
message Avoid strlcpy() and printing of bios date if fixstring() returns NULL.
jan@ has a machine where the smbios date is ten space characters which
results in fixstring() returning NULL causing a NULL derefence.

Reported, tested by and ok jan@

date 2019-07-24T07:53:05Z
author stsp
files src/sys/dev/ic/ar5008.c log diff annotate
message Make athn(4) provide full Tx time of each frame in a Tx series to hardware.
Linux ath9k does the same.

tested by myself, jmc@, and Tracey Emery

date 2019-07-24T07:53:57Z
author stsp
files src/sys/dev/ic/ar5008.c log diff annotate
src/sys/dev/ic/ar5008reg.h log diff annotate
message Set athn(4) Tx descriptor fields which specify Tx power used for retries.

tested by myself, jmc@, and Tracey Emery