OpenBSD cvs log

created 2019-09-28T19:07:25Z
begin 2019-09-27T00:00:00Z
end 2019-09-28T00:00:00Z
path src/sys
commits 5

date 2019-09-27T01:26:46Z
author brynet
files src/sys/dev/pci/ksmn.c log diff annotate
message Use a better scale value in ksmn(4), this produces a slightly more
stable result when idle and under some load.

Tested by abieber@ on a R7 PRO 2700U, also by me on a R5 2500U MateBook D,
and a R7 2700X desktop.

Discussed with @[email protected].

OK abieber@

date 2019-09-27T14:58:07Z
author claudio
files src/sys/dev/usb/if_umb.c log diff annotate
message Make umb(4) add a default route when configuring the interface. This route
has a lower priority than wifi or wired LAN and so should only be used when
no other interface is available. With this using umb(4) becomes less painful
Now ifconfig umb0 up will be enough especially if unwind(8) is used to handle
DNS requests.
OK deraadt@ job@ benno@

date 2019-09-27T16:03:45Z
author krw
files src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/scsi_debug.h log diff annotate
src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/scsiconf.h log diff annotate
message Shuffle and consolidate SCSIDEBUG declarations into fewer sections in
more intuitive locations.

date 2019-09-27T17:22:31Z
author krw
files src/sys/scsi/cd.c log diff annotate
src/sys/scsi/cd.h log diff annotate
src/sys/scsi/ch.c log diff annotate
src/sys/scsi/mpath.c log diff annotate
src/sys/scsi/safte.c log diff annotate
src/sys/scsi/safte.h log diff annotate
src/sys/scsi/scsi_base.c log diff annotate
src/sys/scsi/scsi_debug.h log diff annotate
src/sys/scsi/scsi_disk.h log diff annotate
src/sys/scsi/scsi_ioctl.c log diff annotate
src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/sd.c log diff annotate
src/sys/scsi/ses.c log diff annotate
src/sys/scsi/st.c log diff annotate
message Add/tweak #endif comments to make spelunking via grep more rewarding.

date 2019-09-27T23:07:42Z
author krw
files src/sys/scsi/cd.h log diff annotate
src/sys/scsi/iscsi.h log diff annotate
src/sys/scsi/mpathvar.h log diff annotate
src/sys/scsi/safte.h log diff annotate
src/sys/scsi/scsi_all.h log diff annotate
src/sys/scsi/scsi_changer.h log diff annotate
src/sys/scsi/scsi_debug.h log diff annotate
src/sys/scsi/scsi_disk.h log diff annotate
src/sys/scsi/scsi_message.h log diff annotate
src/sys/scsi/scsi_scanner.h log diff annotate
src/sys/scsi/scsi_tape.h log diff annotate
src/sys/scsi/scsiconf.h log diff annotate
src/sys/scsi/sdvar.h log diff annotate
message Use consistent idiom/naming convention for the the #include
guards. Spelunkers using grep are easily confused.