Thu Sep 23 10:08:35 2021 UTC ()
Ticket #1697


(martin)
diff -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-8.3

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

--- src/doc/Attic/CHANGES-8.3 2021/09/15 16:39:19 1.1.2.102
+++ src/doc/Attic/CHANGES-8.3 2021/09/23 10:08:35 1.1.2.103
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.102 2021/09/15 16:39:19 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.103 2021/09/23 10:08:35 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
@@ -2099,13 +2099,20 @@ share/man/man4/ixv.4 1.8 @@ -2099,13 +2099,20 @@ share/man/man4/ixv.4 1.8
2099 - Remove extra unlock/lock processing around if_percpuq_enqueue(). 2099 - Remove extra unlock/lock processing around if_percpuq_enqueue().
2100 - Refactor rxr->next_to_check updating. 2100 - Refactor rxr->next_to_check updating.
2101 - Add new sysctl "rx_copy_len". 2101 - Add new sysctl "rx_copy_len".
2102 - Add a new sysctl to read rxr->next_to_refresh. 2102 - Add a new sysctl to read rxr->next_to_refresh.
2103 - Print error number when error occurred. 2103 - Print error number when error occurred.
2104 - Rename ix{gbe,v}_stop() with ix{gbe,v}_stop_locked(). No functional 2104 - Rename ix{gbe,v}_stop() with ix{gbe,v}_stop_locked(). No functional
2105 change. 2105 change.
2106 - Don't use fixed value. 2106 - Don't use fixed value.
2107 - Comment out flow director processing in fast path. 2107 - Comment out flow director processing in fast path.
2108 - Add missing NetBSD RCS IDs and __KERNEL_RCSID()s. 2108 - Add missing NetBSD RCS IDs and __KERNEL_RCSID()s.
2109 - KNF. 2109 - KNF.
2110 - Fix typos. 2110 - Fix typos.
2111 [msaitoh, ticket #1696] 2111 [msaitoh, ticket #1696]
 2112
 2113bin/mkdir/mkdir.c 1.39
 2114
 2115 mkdir(1): PR 56398: fix mode of final component of paths when -m
 2116 is used.
 2117 [kre, ticket #1697]
 2118