Fix the fields updated in the previous - tzdata2025c is coming,
but isn't there yet (not important, nothing that matters alters)
but the upstream version is 2025c, not still 2025b.
Pull up following revision(s) (requested by nia in ticket #132):
sys/arch/m68k/include/byte_swap.h: revision 1.12
sys/arch/sh3/include/byte_swap.h: revision 1.5
sys/arch/vax/include/byte_swap.h: revision 1.13
sys/arch/amd64/include/byte_swap.h: revision 1.9
sys/arch/arm/include/byte_swap.h: revision 1.17
sys/arch/riscv/include/byte_swap.h: revision 1.6
sys/arch/or1k/include/byte_swap.h: revision 1.3
sys/arch/aarch64/include/byte_swap.h: revision 1.5
sys/arch/i386/include/byte_swap.h: revision 1.18
sys/arch/hppa/include/byte_swap.h: revision 1.9
Eliminate recursive dependency on <sys/bswap.h> in MD <byte_swap.h>
On certain NetBSD archs, it isn't possible to include <sys/bswap.h>
directly without including <sys/endian.h> first. This has been
broken since at least before netbsd-10, but recent changes elsewhere
have made this problem more visible for some reason.
[15 lines not shown]
Pull up following revision(s) (requested by mrg in ticket #1210):
external/mit/xf86-video-intel/dist/src/sna/sna_video.h: revision 1.3
external/mit/xf86-video-intel-2014/dist/src/sna/sna_video.h: revision 1.2
external/mit/xf86-video-ati/dist/src/radeon_video.c: revision 1.4
external/mit/xf86-video-geode/dist/src/geode_fourcc.h: revision 1.2
external/mit/xf86-video-ati-kms/dist/src/radeon_textured_video.c: revision 1.2
make build with xorg-server 21.1.20, which now publishes some
new FOURCC_* defines that in some cases match but via different
methods, or conflict entirely (hi ati.)
Pull up the following, requested by mrg in ticket #1210:
external/mit/xorg-server/dist/test/scripts/xephyr-glamor-gles2-piglit.sh up to 1.1.1.1
external/mit/xorg-server/dist/test/bugs/bug1354.c up to 1.1.1.1
external/mit/xorg-server/dist/test/bugs/meson.build up to 1.1.1.1
external/mit/xorg-server/dist/COPYING up to 1.1.1.7
external/mit/xorg-server/dist/ChangeLog up to 1.1.1.31
external/mit/xorg-server/dist/Makefile.in up to 1.1.1.19
external/mit/xorg-server/dist/aclocal.m4 up to 1.1.1.24
external/mit/xorg-server/dist/compile up to 1.1.1.14
external/mit/xorg-server/dist/configure up to 1.24
external/mit/xorg-server/dist/configure.ac up to 1.26
external/mit/xorg-server/dist/depcomp up to 1.1.1.12
external/mit/xorg-server/dist/install-sh up to 1.1.1.13
external/mit/xorg-server/dist/meson.build up to 1.1.1.21
external/mit/xorg-server/dist/missing up to 1.1.1.12
external/mit/xorg-server/dist/test-driver up to 1.1.1.10
external/mit/xorg-server/dist/ylwrap up to 1.1.1.12
external/mit/xorg-server/dist/Xext/Makefile.in up to 1.1.1.19
[151 lines not shown]
Pull up following revision(s) (requested by mlelstv in ticket #131):
sys/dev/dm/device-mapper.c: revision 1.65
Use xdevice_name for DIOCGWEDGEINFO answer to align with the registered
disk name. getdisksize() relies on it to find the disk structure.
Fixes PR 59674.
Pull up following revision(s) (requested by mlelstv in ticket #130):
sys/arch/arm/sunxi/sunxi_mmc.c: revision 1.49
sys/dev/sdmmc/sdmmc_io.c: revision 1.23
sys/dev/sdmmc/sdhc.c: revision 1.124
sys/dev/ic/dwc_mmc.c: revision 1.32
Use the SCF_NO_STOP flag to disable AUTO_CMD12_ENABLE
instead of checking the SD_IO_RW_EXTENDED command op code.
Also add this logic to sunxi_mmc.
Pull up following revision(s) (requested by riastradh in ticket #129):
distrib/sets/lists/tests/mi: revision 1.1404
libexec/ld.elf_so/headers.c: revision 1.76
tests/libexec/ld.elf_so/t_dladdr.c: revision 1.1
tests/libexec/ld.elf_so/t_dladdr.c: revision 1.2
tests/libexec/ld.elf_so/Makefile: revision 1.31
distrib/sets/lists/debug/mi: revision 1.493
dl_addr(3): Add some automatic tests.
XXX Should also test the libc stubs, maybe move this into
tests/lib/libc/dlfcn and test both static and (for MKPIC=yes)
dynamic, but this'll do for now.
PR lib/59567: dladdr(3) doesn't work properly especially when main
executable is loaded at high memory address
[28 lines not shown]
Pull up following revision(s) (requested by riastradh in ticket #128):
distrib/sets/lists/tests/mi: revision 1.1403
tests/libexec/ld.elf_so/Makefile: revision 1.30
distrib/sets/lists/debug/mi: revision 1.492
tests/libexec/ld.elf_so/t_tls_alignment.c: revision 1.1
Add a testcase for PR/59652.
Pull up following revision(s) (requested by riastradh in ticket #127):
distrib/sets/lists/tests/mi: revision 1.1401
tests/libexec/ld.elf_so/t_dlclose_thread.c: revision 1.1
distrib/sets/lists/debug/mi: sort + revision 1.491
tests/libexec/ld.elf_so/Makefile: revision 1.29
ld.elf_so(1): Test concurrent dlopen/dlclose.
PR lib/59751: dlclose is not MT-safe depending on the libraries
unloaded