OpenBSD cvs log

created 2020-01-22T04:03:47Z
begin 2019-12-11T07:21:40Z
end 2019-12-11T07:30:09Z
path src/sys
commits 1

date 2019-12-11T07:30:09Z
author guenther
files src/sys/dev/pci/drm/scheduler/gpu_scheduler.c log diff annotate
src/sys/kern/kern_event.c log diff annotate
src/sys/kern/kern_exec.c log diff annotate
src/sys/kern/kern_exit.c log diff annotate
src/sys/kern/kern_kthread.c log diff annotate
src/sys/kern/kern_sig.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/sched_bsd.c log diff annotate
src/sys/kern/sys_process.c log diff annotate
src/sys/sys/proc.h log diff annotate
src/sys/sys/sysctl.h log diff annotate
message Replace p_xstat with ps_xexit and ps_xsig
Convert those to a consolidated status when needed in wait4(), kevent(),
and sysctl()
Pass exit code and signal separately to exit1()
(This also serves as prep for adding waitid(2))

ok mpi@