created | 2024-10-19T17:52:33Z |
---|---|
begin | 2024-10-14T00:00:00Z |
end | 2024-10-15T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2024-10-14T00:47:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/midivar.h | log | diff | annotate |
message | remove unneeded proc.h include |
date | 2024-10-14T02:20:01Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/ufs/ufs/dirhash.h | log | diff | annotate |
message |
change mutex.h include to rwlock.h missed when dh_mtx changed from mutex to rwlock in rev 1.6 |
date | 2024-10-14T08:42:39Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/m88k/m88k/sig_machdep.c | log | diff | annotate |
message | remove unused struct sigstate; ok miod@ |
date | 2024-10-14T10:08:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/include/intr.h | log | diff | annotate |
src/sys/arch/armv7/include/intr.h | log | diff | annotate | |
src/sys/arch/riscv64/include/intr.h | log | diff | annotate | |
message | remove unneeded device.h include |
date | 2024-10-14T11:49:34Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/arch/amd64/amd64/acpi_machdep.c | log | diff | annotate |
message |
Fix build w/o SUSPEND option with tweaks from miod@ ok miod@ |
date | 2024-10-14T12:02:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/process_machdep.c | log | diff | annotate |
src/sys/arch/arm64/include/pte.h | log | diff | annotate | |
src/sys/arch/riscv64/include/pte.h | log | diff | annotate | |
message |
remove unneeded vmparam.h include from pte.h include vmparam.h in process_machdep for USER_SPACE_BITS |