created | 2023-09-29T17:43:41Z |
---|---|
begin | 2023-09-23T00:00:00Z |
end | 2023-09-24T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2023-09-23T09:17:21Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/kern/uipc_syscalls.c | log | diff | annotate |
message |
Fix unreliable sys_setsockopt() with consistent use of M_WAIT Also remove useless NULL check. ok bluhm@ |
date | 2023-09-23T13:01:12Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/dev/pv/hypervic.c | log | diff | annotate |
message |
Use shared netlock to protect if_list and ifa_list walkthrough and ifnet data access within kvp_get_ip_info(). ok bluhm |
date | 2023-09-23T18:29:55Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/conf/GENERIC | log | diff | annotate |
src/sys/arch/riscv64/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/riscv64/conf/files.riscv64 | log | diff | annotate | |
src/sys/arch/riscv64/dev/stfclock.c | log | diff | annotate | |
src/sys/arch/riscv64/dev/stfrng.c | log | diff | annotate | |
message |
Add stfrng(4), a driver for the random number generator on the JH7110 SoC. ok joel@, jca@ |