created | 2024-08-25T10:29:57Z |
---|---|
begin | 2024-08-23T00:00:00Z |
end | 2024-08-24T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2024-08-23T01:31:04Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/kern_sysctl.c | log | diff | annotate |
message | Fix KERN_AUDIO broken in rev 1.440. |
date | 2024-08-23T15:14:45Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/alpha/alpha/pmap.c | log | diff | annotate |
message |
Make sure pmap_kernel's mutex field gets correctly initialized rather than bss initialized. |
date | 2024-08-23T18:45:28Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/alpha/alpha/Attic/lock_machdep.c | log | diff | annotate |
src/sys/arch/alpha/conf/files.alpha | log | diff | annotate | |
src/sys/arch/alpha/include/mplock.h | log | diff | annotate | |
message | Switch alpha to MI mplock code. |
date | 2024-08-23T19:47:13Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/mips64/include/cpu.h | log | diff | annotate |
message | Enable per-cpu page cache; tested on Octeon. |