Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc Tickets 710, 711, 715, 716.
details: https://anonhg.NetBSD.org/src/rev/13753be6f28e
branches: netbsd-6-0
changeset: 774701:13753be6f28e
user: jdc <jdc%NetBSD.org@localhost>
date: Sat Nov 24 21:47:35 2012 +0000
description:
Tickets 710, 711, 715, 716.
diffstat:
doc/CHANGES-6.0.1 | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r c2692c681ebb -r 13753be6f28e doc/CHANGES-6.0.1
--- a/doc/CHANGES-6.0.1 Sat Nov 24 21:40:07 2012 +0000
+++ b/doc/CHANGES-6.0.1 Sat Nov 24 21:47:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.21 2012/11/24 19:36:47 jdc Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.22 2012/11/24 21:47:35 jdc Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -176,3 +176,30 @@
Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3. PR#46953.
[msaitoh, ticket #703]
+distrib/notes/common/postinstall 1.75
+ Update install note for packages removal.
+ [tsutsui, ticket #710]
+
+sbin/mount_msdos/mount_msdos.8 1.35,1.36
+ Remove the bit about empty DOS file systems assumed to have short
+ names by default. Note mount_msdos -G option also allows mounting
+ X680x0's Human68k floppies.
+ [tsutsui, ticket #711]
+
+src/external/mit/expat/dist/lib/expat.h 1.1.1.2 via patch
+src/external/mit/expat/dist/lib/xmlparse.c 1.1.1.2 via patch
+src/external/mit/expat/dist/xmlwf/readfilemap.c 1.1.1.2 via patch
+
+ Fix CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security
+ issues have been previously fixed in our tree)
+ [spz, ticket #715]
+
+sys/kern/kern_event.c 1.79
+sys/kern/kern_descrip.c 1.219
+lib/libc/sys/kqueue.2 1.33
+tests/lib/libc/sys/t_kevent.c 1.2-1.5
+ Prevent kernel crash when unsupported fd's are used.
+ Mention that kevent returns now EOPNOTSUPP.
+ Add a test for adding an event to an unsupported fd.
+ [christos, ticket #716]
+
Home |
Main Index |
Thread Index |
Old Index