created | 2024-11-18T21:44:37Z |
---|---|
begin | 2024-11-12T00:00:00Z |
end | 2024-11-13T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2024-11-12T00:00:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/powerpc64/powerpc64/autoconf.c | log | diff | annotate |
message | add wd to nam2blk to match bdevsw |
date | 2024-11-12T04:14:51Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/pfvar.h | log | diff | annotate |
message |
bump the type used to specify traffic queue bandwidth to 64bit. this should let people specify interface and queue bandwidths greater than ~4Gbit. this changes the pf ioctls used to specify queues, so if you want to try this you'll need a new kernel, new headers, and a new pfctl (and systat). or upgrade using a snapshot. the effort and benefit of providing compat isn't worth it. putting it in now so people can kick it around. |
date | 2024-11-12T04:56:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/bus_space.c | log | diff | annotate |
src/sys/arch/arm64/conf/files.arm64 | log | diff | annotate | |
src/sys/arch/arm64/dev/Attic/arm64_bus_space.c | log | diff | annotate | |
src/sys/arch/octeon/conf/files.octeon | log | diff | annotate | |
src/sys/arch/octeon/dev/Attic/octeon_bus_space.c | log | diff | annotate | |
src/sys/arch/octeon/octeon/bus_space.c | log | diff | annotate | |
message |
rename bus space files to match other archs ok miod@ |
date | 2024-11-12T06:29:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/Attic/arm64_machdep.h | log | diff | annotate |
message | remove unused arm64_machdep.h |
date | 2024-11-12T20:49:42Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
message |
Adds support for BPP16 16-bit color EFI framebuffer format as offered by u-boot. From Paul Fertser ok patrick@ miod@ kettenis@ |
date | 2024-11-12T20:52:35Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/dev/fdt/simplefb.c | log | diff | annotate |
message |
Fix simplefb colours for BPP16 and BPP24 by specifiying colour offsets for RGB formats explicitly. From Paul Fertser ok patrick@ miod@ kettenis@ |