Module Name: src
Committed By: christos
Date: Mon Feb 24 13:52:29 UTC 2025
Modified Files:
src/doc: CHANGES
Log Message:
new efi program
To generate a diff of this commit:
cvs rdiff -u -r1.3136 -r1.3137 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.3136 src/doc/CHANGES:1.3137
--- src/doc/CHANGES:1.3136 Sat Feb 22 18:04:21 2025
+++ src/doc/CHANGES Mon Feb 24 08:52:29 2025
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3136 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3137 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -689,3 +689,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
libm: Expose fma(3) and variants on hppa. [tsutsui 20250215]
i386: Add support for non-Xen (QEMU, Firecracker) PVH boot.
[imil 20250218]
+ efi: Add new program to read and write efi variables [christos 20250224]