created | 2023-07-29T21:25:33Z |
---|---|
begin | 2023-07-22T00:00:00Z |
end | 2023-07-23T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-07-22T10:11:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/stand/boot/conf.c | log | diff | annotate |
src/sys/arch/amd64/stand/cdboot/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/efiboot/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/efiboot/exec_i386.c | log | diff | annotate | |
src/sys/arch/amd64/stand/libsa/exec_i386.c | log | diff | annotate | |
message |
BOOTARG_UCODE for AMD ok deraadt@ |
date | 2023-07-22T10:11:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/stand/pxeboot/conf.c | log | diff | annotate |
src/sys/arch/i386/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/cdboot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/libsa/exec_i386.c | log | diff | annotate | |
src/sys/arch/i386/stand/pxeboot/conf.c | log | diff | annotate | |
message |
BOOTARG_UCODE for AMD ok deraadt@ |
date | 2023-07-22T14:30:39Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/kern/uipc_socket.c | log | diff | annotate |
message |
Add `sb_state' output to sobuf_print(). It contains SS_CANTSENDMORE, SS_ISSENDING, SS_CANTRCVMORE and SS_RCVATMARK bits. Also do `sb_flags' output as hex, it contains flags too. ok kn bluhm |
date | 2023-07-22T22:43:53Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/qcsdam.c | log | diff | annotate | |
message |
Add qcsdam(4), a driver for the PMIC Shared Direct Access Memory found on Qualcomm SoCs. ok kettenis@ |
date | 2023-07-22T22:48:35Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/qcrtc.c | log | diff | annotate |
src/sys/dev/fdt/qcscm.c | log | diff | annotate | |
message |
Use the PMIC SDAM scratch-register blocks to manage the RTC offset instead of accessing UEFI variables through the qcscm(4) TEE interface. ok kettenis@ |