created | 2024-09-29T00:56:20Z |
---|---|
begin | 2024-09-24T00:00:00Z |
end | 2024-09-25T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2024-09-24T02:22:42Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message |
for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0 ok sthen |
date | 2024-09-24T02:25:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gt/uc/intel_guc_ads.c | log | diff | annotate |
message | ___linux__ -> __linux__ |
date | 2024-09-24T12:37:11Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/kern_sysctl.c | log | diff | annotate |
message |
Fix sleeping race during malloc in sysctl hw.disknames. When mallocarray(9) sleeps, disk_count can change, and diskstatslen gets inconsistent. This caused free(9) to panic. Reported-by: [email protected] OK deraadt@ mpi@ |