created | 2022-10-10T08:00:53Z |
---|---|
begin | 2022-10-07T00:00:00Z |
end | 2022-10-08T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2022-10-07T02:52:46Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gem/i915_gem_shmem.c | log | diff | annotate |
message | unstub i915_gem_object_create_shmem_from_data() |
date | 2022-10-07T02:58:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/bsearch.h | log | diff | annotate |
message | add bsearch() from libc |
date | 2022-10-07T02:59:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c | log | diff | annotate |
message | unstub guc_mmio_reg_add() |
date | 2022-10-07T03:00:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/circ_buf.h | log | diff | annotate |
message | add CIRC_SPACE() |
date | 2022-10-07T03:05:28Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c | log | diff | annotate |
message | unstub guc_ct_buffer_reset() h2g_has_room() |
date | 2022-10-07T03:09:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/delay.h | log | diff | annotate |
message | add msleep_interruptible() |
date | 2022-10-07T03:12:22Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/uc/intel_guc.h | log | diff | annotate |
src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c | log | diff | annotate | |
message | unstub intel_guc_send_busy_loop() ct_send() |
date | 2022-10-07T03:20:58Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/sys/exec_elf.h | log | diff | annotate |
message |
Add identifiers for the new "mutable bss" section, ".openbsd.mutable" is 0x65a3dbe5. Also add PF_MUTABLE as a segment flag for later use. |
date | 2022-10-07T05:01:44Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/uvm/uvm.h | log | diff | annotate |
message | new UVM_ET_IMMUTABLE flag marks a uvm entry as immutable. |
date | 2022-10-07T14:59:39Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/mips64/mips64/trap.c | log | diff | annotate |
src/sys/kern/exec_subr.c | log | diff | annotate | |
src/sys/kern/kern_exec.c | log | diff | annotate | |
src/sys/kern/kern_pledge.c | log | diff | annotate | |
src/sys/kern/kern_resource.c | log | diff | annotate | |
src/sys/kern/syscalls.master | log | diff | annotate | |
src/sys/sys/mman.h | log | diff | annotate | |
src/sys/uvm/uvm_extern.h | log | diff | annotate | |
src/sys/uvm/uvm_io.c | log | diff | annotate | |
src/sys/uvm/uvm_map.c | log | diff | annotate | |
src/sys/uvm/uvm_map.h | log | diff | annotate | |
src/sys/uvm/uvm_mmap.c | log | diff | annotate | |
message |
Add mimmutable(2) system call which locks the permissions (PROT_*) of memory mappings so they cannot be changed by a later mmap(), mprotect(), or munmap(), which will error with EPERM instead. ok kettenis |
date | 2022-10-07T15:00:12Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/init_sysent.c | log | diff | annotate |
src/sys/kern/syscalls.c | log | diff | annotate | |
src/sys/sys/syscall.h | log | diff | annotate | |
src/sys/sys/syscallargs.h | log | diff | annotate | |
message | sync |
date | 2022-10-07T19:34:40Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/sys/disklabel.h | log | diff | annotate |
message |
Nuke GPTDOSACTIVE which specified the wrong bit. It was superseded by GPTPARTATTR_BOOTABLE which specifies the correct one. Reminded by drahn@ |