Thu Jun 8 11:20:02 2023 UTC ()
Ticket #1824


(martin)
diff -r1.1.2.175 -r1.1.2.176 src/doc/CHANGES-8.3

cvs diff -r1.1.2.175 -r1.1.2.176 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/06/03 15:10:56 1.1.2.175
+++ src/doc/Attic/CHANGES-8.3 2023/06/08 11:20:02 1.1.2.176
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.175 2023/06/03 15:10:56 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.176 2023/06/08 11:20:02 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -3313,13 +3313,19 @@ lib/libc/locale/newlocale.c 1.4 @@ -3313,13 +3313,19 @@ lib/libc/locale/newlocale.c 1.4
3313 newlocale(3): fix parsing a locale string with multiple components. 3313 newlocale(3): fix parsing a locale string with multiple components.
3314 [mlelstv, ticket #1822] 3314 [mlelstv, ticket #1822]
3315 3315
3316distrib/amiga/stand/loadbsd.uue 1.4 3316distrib/amiga/stand/loadbsd.uue 1.4
3317sys/arch/amiga/stand/loadbsd/Makefile 1.5 3317sys/arch/amiga/stand/loadbsd/Makefile 1.5
3318sys/arch/amiga/stand/loadbsd/README 1.6 3318sys/arch/amiga/stand/loadbsd/README 1.6
3319sys/arch/amiga/stand/loadbsd/loadbsd.c 1.38 3319sys/arch/amiga/stand/loadbsd/loadbsd.c 1.38
3320sys/arch/amiga/stand/loadbsd/startit.s 1.1 3320sys/arch/amiga/stand/loadbsd/startit.s 1.1
3321sys/arch/amiga/stand/loadbsd/vmakefile 1.1 3321sys/arch/amiga/stand/loadbsd/vmakefile 1.1
3322 3322
3323 Update loadbsd source and distribution binary to version 3.3. 3323 Update loadbsd source and distribution binary to version 3.3.
3324 [abs, ticket #1823] 3324 [abs, ticket #1823]
3325 3325
 3326sys/net/route.c 1.237
 3327
 3328 route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE
 3329 to avoid use-after-free of deleted routes.
 3330 [ozaki-r, ticket #1824]
 3331