|
1 | | -# $NetBSD: CHANGES-11.0,v 1.1.2.21 2025/09/24 12:39:13 martin Exp $ |
| 1 | +# $NetBSD: CHANGES-11.0,v 1.1.2.22 2025/10/01 17:44:42 martin Exp $ |
2 | 2 |
|
3 | 3 | A complete list of changes from the initial NetBSD 11.0 branch on 2025-07-30 |
4 | 4 | until the 11.0 release: |
@@ -223,3 +223,75 @@ external/cddl/osnet/dist/tools/ctf/cvt/fixup_tdescs.c 1.8,1.9 |
223 | 223 | way as the native. |
224 | 224 | [ozaki-r, ticket #35] |
225 | 225 |
|
| 226 | +crypto/external/apache2/openssl/lib/libcrypto/Makefile 1.2 |
| 227 | +distrib/sets/lists/comp/mi 1.2498 |
| 228 | + |
| 229 | + openssl(3): install thread.h. |
| 230 | + [christos, ticket #36] |
| 231 | + |
| 232 | +bin/sh/option.list 1.12 |
| 233 | + |
| 234 | + sh(1): PR 59646: improve portability of option code generation |
| 235 | + [kre, ticket #37] |
| 236 | + |
| 237 | +sys/arch/riscv/riscv/bus_dma.c 1.11 |
| 238 | + |
| 239 | + risc-v: PR 59653: adjust barriers issued in bus_dmamap_sync |
| 240 | + for the coherent case. |
| 241 | + [skrll, ticket #38] |
| 242 | + |
| 243 | +external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c 1.20 |
| 244 | + |
| 245 | + mdnsd(8): PR 58778: mDNS spams console with recent build, |
| 246 | + default logging to off. |
| 247 | + [skrll, ticket #39] |
| 248 | + |
| 249 | +sys/arch/arm/arm32/bus_dma.c 1.150 |
| 250 | +sys/arch/arm/include/cpufunc.h 1.92 |
| 251 | + |
| 252 | + arm: PR 59654: adjust barriers issued in bus_dmamap_sync |
| 253 | + for the coherent case. |
| 254 | + [skrll, ticket #40] |
| 255 | + |
| 256 | +share/man/man3/intro.3 1.37,1.38 |
| 257 | + |
| 258 | + intro(3): PR 59676: remove reference to non-existent -lhesiod. |
| 259 | + [uwe, ticket #41] |
| 260 | + |
| 261 | +external/gpl2/texinfo/dist/info/display.c 1.2 |
| 262 | + |
| 263 | + info(1): fix ctype(3) usage to avoid coredump. |
| 264 | + [wiz, ticket #42] |
| 265 | + |
| 266 | +sys/arch/amd64/amd64/locore.S 1.231-1.233 |
| 267 | +sys/arch/i386/i386/locore.S 1.202-1.204 |
| 268 | +sys/arch/xen/xen/hypervisor.c 1.100 |
| 269 | + |
| 270 | + xen: fix PVH bootstrap code, don't assume the hvm_start_info structure |
| 271 | + is at the end of the symbol table. |
| 272 | + Fixes PVH dom0 boot under Xen 4.20. |
| 273 | + [bouyer, ticket #43] |
| 274 | + |
| 275 | +sys/dev/usb/ehci.c 1.333 |
| 276 | + |
| 277 | + ehci(4): fix device-probe for some machines. |
| 278 | + [rin, ticket #44] |
| 279 | + |
| 280 | +distrib/sets/lists/debug/mi 1.486 |
| 281 | +distrib/sets/lists/tests/mi 1.1394 |
| 282 | +lib/libc/gen/ctype.3 1.32,1.33 |
| 283 | +lib/libc/gen/ctype_.c 1.24 |
| 284 | +lib/libc/gen/ctype_guard.h 1.8 |
| 285 | +lib/libc/gen/isctype.c 1.29 |
| 286 | +lib/libc/gen/tolower_.c 1.18 |
| 287 | +lib/libc/gen/toupper_.c 1.18 |
| 288 | +lib/libc/locale/Makefile.inc 1.69 |
| 289 | +lib/libc/locale/rune.c 1.50 |
| 290 | +tests/lib/libc/gen/Makefile 1.61 |
| 291 | +tests/lib/libc/gen/h_ctype_abuse.c 1.1 |
| 292 | +tests/lib/libc/gen/h_ctype_abuse.c 1.2 |
| 293 | +tests/lib/libc/gen/t_ctype.c 1.12 |
| 294 | + |
| 295 | + ctype(3): PR : environment override for abuse traps. |
| 296 | + [riastradh, ticket #45] |
| 297 | + |
0 commit comments