Module Name: src
Committed By: msaitoh
Date: Mon Jul 29 08:57:41 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 917.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.0.3
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-6.0.3
diff -u src/doc/CHANGES-6.0.3:1.1.2.12 src/doc/CHANGES-6.0.3:1.1.2.13
--- src/doc/CHANGES-6.0.3:1.1.2.12 Mon Jul 29 07:10:33 2013
+++ src/doc/CHANGES-6.0.3 Mon Jul 29 08:57:41 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.12 2013/07/29 07:10:33 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.13 2013/07/29 08:57:41 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -138,3 +138,9 @@ usr.bin/netstat/netstat.h 1.47
pcb first!
Not all pointers are 64bit - use uintptr_t instead of uint64_t.
[christos, ticket #912]
+
+sys/miscfs/procfs/procfs_map.c 1.43
+
+ Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOMEM
+ error case in procfs_domap()d. Fixes PR#48048.
+ [ryo, ticket #917]