created | 2021-12-13T19:54:41Z |
---|---|
begin | 2021-12-07T17:28:46Z |
end | 2021-12-07T17:51:04Z |
path | src/sys |
commits | 2 |
date | 2021-12-07T17:50:44Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/macppc/macppc/machdep.c | log | diff | annotate |
message |
Delete an #if block that dates from rev 1.1 and hasn't been enabled in those 20 years. We're unlikely to take the macppc pmap in the direction where it would apply. ok kettenis@ |
date | 2021-12-07T17:51:04Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/kern/exec_elf.c | log | diff | annotate |
src/sys/kern/init_main.c | log | diff | annotate | |
src/sys/kern/kern_exec.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
message |
Continue to delete emulation support: we only have one sigcode and sigobject. Just use the existing globals for the former and use a global for the latter. ok jsg@ kettenis@ |