Module Name: src
Committed By: riz
Date: Sat Aug 18 22:15:05 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 508, 510, 512 - and move the netbsd-6-0-RC1 tag to include
these changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-6.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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.193 src/doc/CHANGES-6.0:1.1.2.194
--- src/doc/CHANGES-6.0:1.1.2.193 Fri Aug 17 23:58:23 2012
+++ src/doc/CHANGES-6.0 Sat Aug 18 22:15:05 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.193 2012/08/17 23:58:23 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.194 2012/08/18 22:15:05 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -8328,6 +8328,24 @@ distrib/notes/mmeye/contents 1.2
Bring release notes more up-to-date.
[riz, ticket #507]
+sys/uvm/uvm_map.c 1.319
+
+ Avoid leaking a uvm_object reference when merging a new map entry
+ with the entries on both sides. PR#46807.
+ [chs, ticket #508]
+
+sys/compat/netbsd32/netbsd32_socket.c 1.41
+
+ Fix a local user (non privileged) DoS on all 64bit arches but amd64
+ (no separate VA) and alpha (for lack of compat32).
+ [martin, ticket #510]
+
+distrib/sparc/miniroot/Makefile.inc 1.19
+etc/etc.vax/MAKEDEV.conf 1.17
+
+ Update vax and sparc to MAKEDEV ipty rather than pty0. PR#46812.
+ [martin, ticket #512]
+
sys/sys/param.h patched by hand
Welcome to NetBSD 6.0_RC1!