OpenBSD cvs log

created 2024-02-11T07:45:50Z
begin 2024-02-07T00:00:00Z
end 2024-02-08T00:00:00Z
path src/sys
commits 8

date 2024-02-07T20:32:54Z
author miod
files src/sys/arch/hppa/hppa/mainbus.c log diff annotate
message Fix signedness to make sure we don't left shift into the sign bit.

date 2024-02-07T20:52:55Z
author tb
files src/sys/lib/libz/zlib.h log diff annotate
message sync with base (comment-only change)

date 2024-02-07T20:54:53Z
author miod
files src/sys/arch/m88k/m88k/pmap.c log diff annotate
message Use tlb_flush() rather than complete invalidation in pmap_set_modify().
This has been missed in 1.68.

date 2024-02-07T22:00:38Z
author uaa
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
src/sys/dev/fdt/sxisyscon.c log diff annotate
message add allwinner H616 support

ok kettenis@

date 2024-02-07T22:34:39Z
author kettenis
files src/sys/dev/fdt/sxipio.c log diff annotate
src/sys/dev/fdt/sxipio_pins.h log diff annotate
message Add Allwinner H616 support.

ok uaa@

date 2024-02-07T22:35:08Z
author kettenis
files src/sys/dev/fdt/sximmc.c log diff annotate
message Add Allwinner H616 support.

ok uaa@

date 2024-02-07T23:40:40Z
author bluhm
files src/sys/net/route.c log diff annotate
src/sys/netinet/in_pcb.c log diff annotate
src/sys/netinet6/in6.h log diff annotate
src/sys/netinet6/in6_pcb.c log diff annotate
src/sys/netinet6/in6_src.c log diff annotate
src/sys/netinet6/ip6_forward.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
src/sys/netinet6/ip6_var.h log diff annotate
message Use the route generation number also for IPv6.

Implement route6_cache() to check whether the cached route is still
valid and otherwise fill caching parameter of struct route_in6.
Also count cache hits and misses in netstat. in_pcbrtentry() uses
route cache now.

OK claudio@

date 2024-02-07T23:52:20Z
author bluhm
files src/sys/net/route.c log diff annotate
message Add missing #ifdef INET6 to fix ramdisk build.