Mon Feb 28 16:39:22 2022 UTC ()
Ticket #1430


(martin)
diff -r1.1.2.78 -r1.1.2.79 src/doc/CHANGES-9.3

cvs diff -r1.1.2.78 -r1.1.2.79 src/doc/Attic/CHANGES-9.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.3 2022/02/21 17:59:04 1.1.2.78
+++ src/doc/Attic/CHANGES-9.3 2022/02/28 16:39:22 1.1.2.79
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
129~# $NetBSD: CHANGES-9.3,v 1.1.2.78 2022/02/21 17:59:04 martin Exp $ 129~# $NetBSD: CHANGES-9.3,v 1.1.2.79 2022/02/28 16:39:22 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 3A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.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
8doc/CHANGES-9.3 added 8doc/CHANGES-9.3 added
9 9
10 Welcome to 9.2_STABLE. 10 Welcome to 9.2_STABLE.
11 [martin] 11 [martin]
12 12
13sys/fs/ntfs/ntfs_subr.c 1.64 13sys/fs/ntfs/ntfs_subr.c 1.64
14 14
@@ -1487,14 +1487,18 @@ usr.sbin/sysinst/target.c 1.18 @@ -1487,14 +1487,18 @@ usr.sbin/sysinst/target.c 1.18
1487 broken by the fixes in ticket #1422. 1487 broken by the fixes in ticket #1422.
1488 [martin, ticket #1427] 1488 [martin, ticket #1427]
1489 1489
1490sys/dev/usb/uhidev.c 1.82 1490sys/dev/usb/uhidev.c 1.82
1491 1491
1492 PR 55019: do not explicitly set the HID Report Protocol upon attach. 1492 PR 55019: do not explicitly set the HID Report Protocol upon attach.
1493 [jakllsch, ticket #1428] 1493 [jakllsch, ticket #1428]
1494 1494
1495bin/sh/histedit.c 1.60 1495bin/sh/histedit.c 1.60
1496 1496
1497 sh(1): fix "fc -e". 1497 sh(1): fix "fc -e".
1498 [kre, ticket #1429] 1498 [kre, ticket #1429]
1499 1499
 1500include/math.h 1.66
 1501
 1502 Correct C99 / C++11 feature testing.
 1503 [gdt, ticket #1430]
1500 1504