created | 2024-05-12T05:58:20Z |
---|---|
begin | 2024-05-10T00:00:00Z |
end | 2024-05-11T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2024-05-10T03:50:12Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/net/pf.c | log | diff | annotate |
message | make pf_match_rule() prototype match the function |
date | 2024-05-10T06:14:10Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message | Fix broken debugging. |
date | 2024-05-10T09:21:01Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/syscalls.master | log | diff | annotate |
message |
The ptsignal() race against p_sigmask changes by dosigsuspend() are fixed. Unlock sigsuspend() and __thrsigdivert() again. |
date | 2024-05-10T09:21:41Z | |||
---|---|---|---|---|
author | claudio | |||
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 | Regen |
date | 2024-05-10T10:49:10Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/hid/hid.c | log | diff | annotate |
src/sys/dev/hid/hidms.c | log | diff | annotate | |
message |
Make the kernel compile also when turning on debugging. ok mpi@ |
date | 2024-05-10T21:23:32Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/ic/nvme.c | log | diff | annotate |
message |
Revert r1.108. An Intel 11th Gen i5 Framework laptop with a SanDisk SN850 disk found a way to prevent the kernel from enabling the nvme controller while resuming. Fixes resuming on the Framework13. Problem reported and reversion tested by ian@ |