OpenBSD cvs log

created 2024-10-04T23:59:02Z
begin 2024-09-30T00:00:00Z
end 2024-10-01T00:00:00Z
path src/sys
commits 7

date 2024-09-30T01:41:49Z
author jsg
files src/sys/dev/wscons/wsconsio.h log diff annotate
src/sys/dev/wscons/wsdisplay.c log diff annotate
message remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3
ok miod@

date 2024-09-30T03:55:46Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
message init xarray pool in drm_linux_init(), needed for static initialisation

date 2024-09-30T08:09:39Z
author mpi
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/uvm/uvm_pdaemon.c log diff annotate
message Return the number of freed pages and handle SHRINK_STOP in drmbackoff().

ok jsg@

date 2024-09-30T11:49:44Z
author claudio
files src/sys/kern/kern_exec.c log diff annotate
message Remove code after exit1() and NOTREACHED comment. Nothing will ever get there.
OK mpi@

date 2024-09-30T12:09:04Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
message store xarray flags for XA_FLAGS_ALLOC1 test in alloc

date 2024-09-30T12:21:17Z
author jsg
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/include/linux/xarray.h log diff annotate
message handle non xa_limit_32b ranges in xarray

date 2024-09-30T12:32:26Z
author claudio
files src/sys/kern/kern_exit.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/sys_process.c log diff annotate
src/sys/kern/tty_tty.c log diff annotate
src/sys/sys/sysctl.h log diff annotate
message Use ps_ppid instead of ps_pptr->ps_pid in all places.
OK mpi@