Module Name: src
Committed By: martin
Date: Sat Feb 6 15:31:03 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1199
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-9.2
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-9.2
diff -u src/doc/CHANGES-9.2:1.1.2.39 src/doc/CHANGES-9.2:1.1.2.40
--- src/doc/CHANGES-9.2:1.1.2.39 Thu Feb 4 19:31:25 2021
+++ src/doc/CHANGES-9.2 Sat Feb 6 15:31:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.39 2021/02/04 19:31:25 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.40 2021/02/06 15:31:03 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -1483,3 +1483,9 @@ sys/dev/usb/usbdevs_data.h (regen)
To avoid confusion use TP-Link's names for these variants.
[nia, ticket #1197]
+lib/libc/arch/mips/sys/cerror.S 1.20
+
+ MIPS n32/n64: fix __errno() calls from other libraries
+ (eg __posix_cerror() in libposix).
+ [simonb, ticket #1199]
+