Thu Sep 23 10:13:29 2021 UTC ()
Tickets #1347 and #1348


(martin)
diff -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-9.3

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

--- src/doc/Attic/CHANGES-9.3 2021/09/15 16:32:30 1.1.2.30
+++ src/doc/Attic/CHANGES-9.3 2021/09/23 10:13:28 1.1.2.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.3,v 1.1.2.30 2021/09/15 16:32:30 martin Exp $ 1# $NetBSD: CHANGES-9.3,v 1.1.2.31 2021/09/23 10:13:28 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
@@ -720,13 +720,24 @@ share/man/man4/ixv.4 1.8 @@ -720,13 +720,24 @@ share/man/man4/ixv.4 1.8
720 - ixv: Modify error message to sync with ixgbe.c 720 - ixv: Modify error message to sync with ixgbe.c
721 - Print the error value of ixgbe_reset_hw() for debugging. 721 - Print the error value of ixgbe_reset_hw() for debugging.
722 - Remove extra unlock/lock processing around if_percpuq_enqueue(). 722 - Remove extra unlock/lock processing around if_percpuq_enqueue().
723 - Refactor rxr->next_to_check updating. 723 - Refactor rxr->next_to_check updating.
724 - Add new sysctl "rx_copy_len". 724 - Add new sysctl "rx_copy_len".
725 - Add a new sysctl to read rxr->next_to_refresh. 725 - Add a new sysctl to read rxr->next_to_refresh.
726 - Print error number when error occurred. 726 - Print error number when error occurred.
727 - Comment out flow director processing in fast path. 727 - Comment out flow director processing in fast path.
728 - Add missing NetBSD RCS IDs and __KERNEL_RCSID()s. 728 - Add missing NetBSD RCS IDs and __KERNEL_RCSID()s.
729 - KNF. 729 - KNF.
730 - Fix typos. 730 - Fix typos.
731 [msaitoh, ticket #1346] 731 [msaitoh, ticket #1346]
732 732
 733bin/mkdir/mkdir.c 1.39
 734
 735 mkdir(1): PR 56398: fix mode of final component of paths when -m
 736 is used.
 737 [kre, ticket #1347]
 738
 739bin/cp/utils.c 1.47
 740
 741 cp(1): PR 54564: cp of a fifo yields an empty file.
 742 [skrll, ticket #1348]
 743