Module Name: src Committed By: nia Date: Sat Sep 14 11:57:34 UTC 2024
Modified Files: src/doc: CHANGES Log Message: doc: two weeks of changes To generate a diff of this commit: cvs rdiff -u -r1.3091 -r1.3092 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.3091 src/doc/CHANGES:1.3092 --- src/doc/CHANGES:1.3091 Fri Sep 13 23:15:19 2024 +++ src/doc/CHANGES Sat Sep 14 11:57:34 2024 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3091 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3092 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -501,6 +501,19 @@ Changes from NetBSD 10.0 to NetBSD 11.0: Code from k-goda at IIJ. [ozaki-r 20240902] libpcap: Import 1.10.5. [christos 20240902] tcpdump(8): Import 4.99.5. [christos 20240902] + bridge(4): Implement interface protection, a feature similar to + "protected-port" or "isolation" in some router products. + When a frame arrives on a protected interface and is being + forwarded to another protected interface, the frame will be + discarded. From the SEIL team at IIJ. [ozaki-r 20240903] + brconfig(8): Add protect/-protect commands. [ozaki-r 20240903] + libc: Hide le32enc(3), be32enc(3) in strict standards mode. + [riastradh 20240909] + libc: Define PTHREAD_STACK_MIN. [riastradh 20240909] OpenSSL: Imported 3.0.15. [christos 20240908] + libm: Define FP_FAST_FMA, FP_FAST_FMAF, FP_FAST_FMAL, + MATH_ERRNO, MATH_ERREXCEPT. [riastradh 20240909] + i386: Remove XMS-specific code from dosboot. [andvar 20240911] tzcode: Updated to 2024a. [christos 20240911] acpi(4): Updated ACPICA to 20240827. [christos 20240913] + dkctl(8): Add new getgeometry command. [mlelstv 20240914]