Module Name: src Committed By: martin Date: Mon Nov 18 18:21:21 UTC 2024
Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1924 and #1925 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-9.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.5 diff -u src/doc/CHANGES-9.5:1.1.2.39 src/doc/CHANGES-9.5:1.1.2.40 --- src/doc/CHANGES-9.5:1.1.2.39 Mon Nov 18 18:05:51 2024 +++ src/doc/CHANGES-9.5 Mon Nov 18 18:21:21 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.39 2024/11/18 18:05:51 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.40 2024/11/18 18:21:21 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -613,3 +613,16 @@ tests/kernel/t_cloexec.c 1.1 (patch) Add tests and comments for close-on-exec fixes from ticket #1919 [riastradh, ticket #1922] +sys/arch/x86/x86/pmap.c 1.427 + + x86/pmap: PR 58666: fix null pointer dereference under memory + pressure by passing _all_ the flags necessary for uvm_km_alloc + to wait rather than fail, not just some of them; this way + pmap_pdp_alloc never returns a null pointer, as callers expect. + [riastradh, ticket #1924] + +external/bsd/nvi/dist/regex/engine.c 1.4 + + vi(1): PR 57630: fix crash on certain substitutions. + [riastradh, ticket #1925] +