Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc tickets 1265-1267, 1269-1271
details: https://anonhg.NetBSD.org/src/rev/573adb003356
branches: netbsd-6
changeset: 776930:573adb003356
user: snj <snj%NetBSD.org@localhost>
date: Tue Mar 24 09:16:12 2015 +0000
description:
tickets 1265-1267, 1269-1271
diffstat:
doc/CHANGES-6.2 | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r 8b26108af7f8 -r 573adb003356 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Tue Mar 24 09:14:17 2015 +0000
+++ b/doc/CHANGES-6.2 Tue Mar 24 09:16:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.204 2015/03/19 16:46:02 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.205 2015/03/24 09:16:12 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -9764,3 +9764,36 @@
X509_to_X509_REQ NULL pointer deref (CVE-2015-0288)
[spz, ticket #1281]
+sys/arch/sparc64/sparc64/locore.s 1.380
+
+ PANICSTACK is a pointer itself, not a pointer to pointer.
+ [nakayama, ticket #1265]
+
+usr.sbin/cpuctl/arch/i386-asm.S 1.4
+usr.sbin/cpuctl/arch/x86_64-asm.S 1.5
+
+ Avoid "cpuctl identify" segfaults on newer intel CPUs.
+ [tnn, ticket #1266]
+
+sys/dev/cons.c 1.74 via patch
+
+ Fix strange kernel output sequence "\n\r" observed in serial
+ consoles. Output '\r' before '\n' in conversion. PR 36306.
+ [nakayama, ticket #1267]
+
+usr.bin/vndcompress/Makefile 1.14
+usr.bin/vndcompress/vndcompress.c 1.25
+
+ Fix vndcompress restart failure fallback when input is a pipe.
+ [riastradh, ticket #1269]
+
+share/man/man9/pserialize.9 1.4-1.8
+
+ Clarify the pserialize(9) man page.
+ [riastradh, ticket #1270]
+
+share/man/man2/siginfo.2 1.7
+
+ Fix some typos and make style more consistent.
+ [riastradh, ticket #1271]
+
Home |
Main Index |
Thread Index |
Old Index