OpenBSD cvs log

created 2024-04-10T19:10:59Z
begin 2024-03-28T00:00:00Z
end 2024-03-29T00:00:00Z
path src/sys
commits 7

date 2024-03-28T02:19:57Z
author deraadt
files src/sys/kern/kern_pledge.c log diff annotate
src/sys/kern/syscalls.master log diff annotate
src/sys/uvm/uvm_mmap.c log diff annotate
message Delete pinsyscall(2) [which was specific only to SYS_execve] now
that it has been replaced with pinsyscalls(2) [which tells the kernel
the location of all system calls in libc.so]
floated to various people before release, but it was prudent to wait.

date 2024-03-28T02:23:31Z
author deraadt
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
message sys

date 2024-03-28T02:27:14Z
author deraadt
files src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message sync

date 2024-03-28T02:36:38Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_huc.c log diff annotate
src/sys/dev/pci/drm/include/linux/ktime.h log diff annotate
message reduce diff to linux

date 2024-03-28T05:38:36Z
author jsg
files src/sys/dev/pci/drm/include/linux/iosys-map.h log diff annotate
message add more iosys_map interfaces used by inteldrm guc code
based in part on FreeBSD changes

date 2024-03-28T05:41:40Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c log diff annotate
message unstub guc functions

date 2024-03-28T23:38:54Z
author jsg
files src/sys/dev/pci/sdhc_pci.c log diff annotate
message Alder Lake-N eMMC needs the 0V quirk

fixes accessing eMMC on MeLE Quieter 4C
from and tested by Colin Didier