Module Name: src
Committed By: martin
Date: Tue Feb 24 10:53:54 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets #545 and #547
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.210 src/doc/CHANGES-7.0:1.1.2.211
--- src/doc/CHANGES-7.0:1.1.2.210 Mon Feb 23 05:49:09 2015
+++ src/doc/CHANGES-7.0 Tue Feb 24 10:53:54 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.210 2015/02/23 05:49:09 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.211 2015/02/24 10:53:54 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -16072,3 +16072,22 @@ external/bsd/bind/dist/version 1.12
Update bind to 9.10.1-P2. It includes fix of CVE-2015-1349.
[spz, ticket #544]
+
+sys/dev/pci/ixgbe/ixgbe.c 1.16-1.19
+sys/dev/pci/ixgbe/ixgbe.h 1.2
+sys/dev/pci/ixgbe/ixgbe_netbsd.c 1.2-1.3
+
+ Fix mutex(9) related problem reported by Uwe Toenjes in PR#49328.
+ [msaitoh, ticket #545]
+
+include/unistd.h 1.144
+sys/kern/init_sysent.c (regen)
+sys/kern/syscalls.c (regen)
+sys/kern/syscalls.master 1.272
+sys/rump/include/rump/rump_syscalls.h (regen)
+sys/sys/syscall.h (regen)
+sys/sys/syscallargs.h (regen)
+
+ Fix return type of the readlinkat(2) syscall.
+ [khorben, ticket #547]
+