OpenBSD cvs log

created 2020-03-28T21:23:36Z
begin 2020-03-24T00:00:00Z
end 2020-03-25T00:00:00Z
path src/sys
commits 9

date 2020-03-24T02:48:45Z
author deraadt
files src/sys/arch/i386/conf/RAMDISK log diff annotate
message cope with growth, sigh

date 2020-03-24T07:53:24Z
author anton
files src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmux.c log diff annotate
message Ensure that me_evp is still NULL before assignment during open of wscons
devices. This condition is checked early on during open but since the
same routine could end up sleeping before assigning me_evp, a race
against adding the same wscons device to a wsmux could be lost. This in
turn can cause a NULL deference during close.

ok mpi@

Reported-by: [email protected]

date 2020-03-24T08:05:52Z
author anton
files src/sys/dev/wscons/wsmouse.c log diff annotate
message Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same
convention for the open routine. This increases the consistency between
wskbd, wsmouse and wsmux.

date 2020-03-24T08:11:59Z
author anton
files src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
message Remove a chatty debug printf (not enabled by default) in wskbdopen() and
wsmouseopen(); bringing them closer to wsmuxopen(). No functional
change.

date 2020-03-24T09:30:06Z
author mpi
files src/sys/dev/pci/if_em.c log diff annotate
message Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.

date 2020-03-24T12:34:14Z
author anton
files src/sys/dev/wscons/wsmouse.c log diff annotate
message Backout the rename, it was more confusing then helpful.

date 2020-03-24T13:50:18Z
author tobhe
files src/sys/net/rtsock.c log diff annotate
message Remove redundant 'NULL' check for 'rtm'.

CID 1453252

ok claudio@ mpi@

date 2020-03-24T14:03:30Z
author krw
files src/sys/msdosfs/msdosfs_vnops.c log diff annotate
message Kill some dead code that tests bits immediately after setting them.

CID 1452873

date 2020-03-24T15:03:59Z
author mpi
files src/sys/uvm/uvm_meter.c log diff annotate
message Use FALLTHROUGH in uvm_total() like it is done in uvm_loadav().

CID 1453262.