created | 2024-05-13T13:50:58Z |
---|---|
begin | 2024-05-07T00:00:00Z |
end | 2024-05-07T10:46:35Z |
path | src/sys |
commits | 1 |
date | 2024-05-07T10:46:35Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_sig.c | log | diff | annotate |
message |
In Rev 1.296 the update of the siglist was moved to the end of ptsignal(). One atomic_clearbits_int() hiding in SSTOP was missed when converting all the exceptions that cleared the siglist again. Instead of clearing the bits the mask needs to be set to 0 so that it is properly ignored. OK mpi@ |