created | 2022-10-10T08:03:32Z |
---|---|
begin | 2022-10-08T00:00:00Z |
end | 2022-10-09T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2022-10-08T06:53:06Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
src/sys/dev/usb/uwacom.c | log | diff | annotate | |
message | Add Wacom One M CTL-672 USB tablet. |
date | 2022-10-08T06:55:49Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2022-10-08T16:42:41Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/sys/exec_elf.h | log | diff | annotate |
message |
Since the PF_MUTABLE flag is an OpenBSD-specific flag, rename it to PF_OPENBSD_MUTABLE. While there, add the missing PF_MASKOS, which makes it obvious this bit is indeed in the space reserved for OS-specific bits. ok deraadt@ |
date | 2022-10-08T16:58:34Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_exec.c | log | diff | annotate |
message |
The signal trampoline and timekeep regions can be marked immutable at execve() time ok kettenis |
date | 2022-10-08T17:03:09Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_exec.c | log | diff | annotate |
message |
The stack can also be marked immutable, because we expect no sane program to try to change the permissions of it. We won't know who's trying that until we enable it and see what breaks. A tricky piece relating to setrlimit stack size changing was previously commited. ok kettenis |
date | 2022-10-08T19:46:52Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/sdhc_acpi.c | log | diff | annotate |
message |
Add PNP ID to make this attach on Qualcomm SoCs. ok mglocker@, patrick@ |