created | 2022-08-27T20:20:27Z |
---|---|
begin | 2022-08-24T00:00:00Z |
end | 2022-08-25T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2022-08-24T11:21:12Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/azalia.c | log | diff | annotate |
message |
match on Intel 400 Series LP HD Audio (0x02c8) on a Dell Latitude 3410 the audio device is subclass audio not hd audio so azalia does not match reported by Kirill Filatov |
date | 2022-08-24T17:35:15Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/landisk/stand/boot/getsecs.c | log | diff | annotate |
src/sys/arch/landisk/stand/boot/libsa.h | log | diff | annotate | |
src/sys/arch/landisk/stand/xxboot/boot1.c | log | diff | annotate | |
src/sys/arch/landisk/stand/xxboot/pbr.S | log | diff | annotate | |
message | Add prototype declarations for a bunch of functions. |
date | 2022-08-24T17:36:19Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/landisk/stand/boot/Makefile | log | diff | annotate |
src/sys/arch/landisk/stand/xxboot/Makefile | log | diff | annotate | |
message | Force compilation to fail in case of implicit function declaration. |
date | 2022-08-24T19:36:05Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/landisk/stand/boot/Makefile | log | diff | annotate |
src/sys/arch/landisk/stand/xxboot/Makefile | log | diff | annotate | |
message | Build libsa with NO_NET as we don't need any of the network-related code in it. |
date | 2022-08-24T19:36:55Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/landisk/stand/boot/getsecs.c | log | diff | annotate |
message | Add missing licence, from [email protected] |
date | 2022-08-24T22:01:16Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
src/sys/arch/arm64/include/armreg.h | log | diff | annotate | |
message |
Add DIT CPU feature. ok beck@ |