OpenBSD cvs log

created 2023-02-18T20:26:14Z
begin 2023-02-12T00:00:00Z
end 2023-02-13T00:00:00Z
path src/sys
commits 4

date 2023-02-12T07:02:43Z
author aoyama
files src/sys/arch/m88k/include/pmap.h log diff annotate
message m88k also needs to define PMAP_CHECK_COPYIN as 1.

"this makes sense" miod@

date 2023-02-12T10:39:16Z
author mvs
files src/sys/dev/pci/pcidevs log diff annotate
message Add "Micron Technology" vendor and MTFDKBA512QFM NVMe storage

ok deraadt@

date 2023-02-12T10:40:05Z
author mvs
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2023-02-12T10:41:00Z
author mvs
files src/sys/kern/sys_pipe.c log diff annotate
message Rename pipeselwakeup() to pipe_wakeup(). It doesn't call selwakeup()
anymore, so do it to be consistent with similar *wakeup() functions.

No functional changes.

ok visa@