created | 2022-02-12T20:16:52Z |
---|---|
begin | 2022-02-06T00:00:00Z |
end | 2022-02-07T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-02-06T09:57:59Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_sig.c | log | diff | annotate |
message |
Simplify cursig() a bit and make sure that signals are always sent to the parent of ptraced processes. Especially ignore the signal mask set by sigprocmask(2) in that case. In userret() alter the testcase for when to call cursig() which is only there to avoid taking the KERNEL_LOCK when returning from a MP safe syscall. This can be revisited once cursig() is MP safe. Problem with debugging signal handlers found by kurt@ Tested and OK kurt@, OK mpi@ |
date | 2022-02-06T17:24:58Z | |||
---|---|---|---|---|
author | rob | |||
files | src/sys/dev/rnd.c | log | diff | annotate |
message | s/poll/pool |
date | 2022-02-06T19:10:07Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/apldart.c | log | diff | annotate |
message |
Avoid touching "locked" DARTs. While there, print something when we place a DART in bypass mode. ok patrick@ |