created | 2022-05-07T22:10:35Z |
---|---|
begin | 2022-05-06T00:00:00Z |
end | 2022-05-07T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2022-05-06T13:09:41Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/sys_pipe.c | log | diff | annotate |
src/sys/kern/uipc_socket.c | log | diff | annotate | |
src/sys/kern/uipc_socket2.c | log | diff | annotate | |
message |
Replace selwakeup() with KNOTE() in pipe and socket event activation. OK mpi@ |
date | 2022-05-06T13:12:16Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_event.c | log | diff | annotate |
message |
Replace selwakeup() with KNOTE() in kqueue event activation. The deferred activation can now run in an MP-safe task queue. |