Module Name: src
Committed By: nia
Date: Mon May 13 08:58:59 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
doc: we've been busy
To generate a diff of this commit:
cvs rdiff -u -r1.3055 -r1.3056 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.3055 src/doc/CHANGES:1.3056
--- src/doc/CHANGES:1.3055 Fri May 10 09:15:27 2024
+++ src/doc/CHANGES Mon May 13 08:58:59 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3055 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3056 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -385,3 +385,19 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
lint(1): Support new keywords in C23 mode, including nullptr.
[rillig 20240509]
install(1): Support -v (verbose). [wiz 20240510]
+ acpivga(4): Add quirk for machines where the getting the screen
+ brightness always returns the same result. [maya 20240510]
+ compat_netbsd32(8): Support SIOCGIFDATA and SIOCZIFDATA ioctls on
+ network interfaces. [martin 20240511]
+ libm: Expand tests for hypotl(3). [riastradh 20240511]
+ sparc: Add support for 16-bit (RGB565) colour mode in
+ the cgfourteen(4) framebuffer driver.
+ [macallan 20240512]
+ ure(4): Support TP-Link UE300 USB LAN adapter (from RVP).
+ [christos 20240512]
+ procfs: Add support for proc/self/limits as used by Linux.
+ (from Ricardo Branco). [christos 20240512]
+ procfs: Add support for proc/sysvipc in Linux emulator
+ (from Ricardo Branco). [christos 20240512]
+ cgdconfig(8): Add zfs verification method (from Malte Dehling)
+ [christos 20240512]