OpenBSD cvs log

created 2019-09-28T18:58:30Z
begin 2019-09-23T00:00:00Z
end 2019-09-24T00:00:00Z
path src/sys
commits 3

date 2019-09-23T11:00:42Z
author bluhm
files src/sys/net/rtsock.c log diff annotate
message Do more sanity checks when accepting socket addresses in routing
messages from user land. Inspect length field early in rtm_xaddrs().
Strings must be NUL terminated. The socket address type and length
depend on the routing message type. Currently checks are not super
strict to avoid too much user land fallout.
OK mpi@
Reported-by: [email protected]

date 2019-09-23T15:21:17Z
author krw
files src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/scsiconf.h log diff annotate
message When printing the scsi_link info under SCSIDEBUG show state, luns,
openings, flags and quirks.

date 2019-09-23T18:10:43Z
author kettenis
files src/sys/arch/arm/arm/cpu.c log diff annotate
src/sys/arch/arm/include/cpu.h log diff annotate
message Implement DVFS support.

ok patrick@