created | 2021-02-11T18:15:48Z |
---|---|
begin | 2021-02-08T09:18:30Z |
end | 2021-02-08T10:51:02Z |
path | src/sys |
commits | 2 |
date | 2021-02-08T10:51:01Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
src/sys/kern/init_main.c | log | diff | annotate | |
src/sys/kern/kern_exit.c | log | diff | annotate | |
src/sys/kern/kern_fork.c | log | diff | annotate | |
src/sys/kern/kern_proc.c | log | diff | annotate | |
src/sys/kern/kern_resource.c | log | diff | annotate | |
src/sys/kern/kern_sig.c | log | diff | annotate | |
message |
Revert the convertion of per-process thread into a SMR_TAILQ. We did not reach a consensus about using SMR to unlock single_thread_set() so there's no point in keeping this change. |
date | 2021-02-08T10:51:02Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/kern_synch.c | log | diff | annotate |
src/sys/kern/kern_sysctl.c | log | diff | annotate | |
src/sys/kern/subr_witness.c | log | diff | annotate | |
src/sys/kern/sys_process.c | log | diff | annotate | |
src/sys/kern/tty.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
src/sys/uvm/uvm_glue.c | log | diff | annotate | |
message |
Revert the convertion of per-process thread into a SMR_TAILQ. We did not reach a consensus about using SMR to unlock single_thread_set() so there's no point in keeping this change. |