Module Name: src Committed By: nia Date: Fri Mar 21 11:36:26 UTC 2025
Modified Files: src/doc: CHANGES Log Message: doc: Some changes from the past month. To generate a diff of this commit: cvs rdiff -u -r1.3145 -r1.3146 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.3145 src/doc/CHANGES:1.3146 --- src/doc/CHANGES:1.3145 Wed Mar 19 14:27:05 2025 +++ src/doc/CHANGES Fri Mar 21 11:36:25 2025 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3145 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3146 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -693,11 +693,23 @@ Changes from NetBSD 10.0 to NetBSD 11.0: acpi(4): Updated ACPICA to 20241212. [christos 20250224] dhcpcd: Import version 10.2.2. [roy 20250225] postfix(1): Import version 3.10.1. [christos 20250225] + amdgpio(4): New device driver for AMD GPIO found on some + HP laptops. [ryoon 20250226] + libc: New _r variants of heapsort, mergesort, qsort. + qsort_r is new in POSIX.1-2024. [riastradh 20250302] cut(1): Implement -n option. [gutteridge 20250304] + lint(1): In C99 mode and later, warn about non-prototype functions. + [rillig 20250310] emcfan(4) and emcfanctl(8): Kernel driver and userland utility for the Microchip Technology / SMSC EMC210X and EMC230X fan controllers. [brad 20250311] + arc4random(3): Eliminate potential failure states (memory + allocation, pthread_atfork, etc). [riastradh 20250311] expat: Import 2.7.0 (security fixes). [wiz 20250314] + viaide(4): Add support (and improve data rates) for VT6241 and + VT8237S controllers. [andvar 20250316] clock_getres(2): Support CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. The syscall previously returned EINVAL for these two clocks. [pho 20250319] + npfctl(8): Allow comments inside lists in npf.conf (from Attaulah). + [christos 20250320]