created | 2024-07-21T05:21:56Z |
---|---|
begin | 2024-07-17T00:00:00Z |
end | 2024-07-18T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-07-17T09:54:14Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/sys/proc.h | log | diff | annotate |
message |
Sync struct proc P_BITS with reality. Remove "\027XX" (old systrace flag) and "\035SOFTDEP". OK jsg@ |
date | 2024-07-17T15:21:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/autoconf.c | log | diff | annotate |
src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
src/sys/arch/arm64/include/cpu.h | log | diff | annotate | |
message |
Clean up the cpi_id_aa64xxx variables at the end of autoconf such that sysclt(2) and ID register access emulation can share the variables. ok jca@ |