Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 1575-1577
details: https://anonhg.NetBSD.org/src/rev/90394d3661ca
branches: netbsd-7
changeset: 800438:90394d3661ca
user: snj <snj%NetBSD.org@localhost>
date: Sat Mar 03 20:26:52 2018 +0000
description:
1575-1577
diffstat:
doc/CHANGES-7.2 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r e9ceab309934 -r 90394d3661ca doc/CHANGES-7.2
--- a/doc/CHANGES-7.2 Sat Mar 03 20:24:56 2018 +0000
+++ b/doc/CHANGES-7.2 Sat Mar 03 20:26:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.74 2018/02/25 23:35:15 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.75 2018/03/03 20:26:52 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5273,3 +5273,21 @@
than needed.
[mlelstv, ticket #1574]
+sys/dev/sbus/be.c 1.86
+
+ Fix an spl leak.
+ [msaitoh, ticket #1575]
+
+lib/libc/arch/powerpc/gen/swapcontext.S 1.8
+lib/libc/arch/powerpc/genassym.cf 1.5
+
+ PIC code clobbers %r30 so we need to update the saved oucp with
+ caller's %r30 manually. Makes old context happy when it needs
+ to do more function calls after restore.
+ [uwe, ticket #1576]
+
+sys/netipsec/ipsec_input.c 1.57-1.58
+
+ Fix out-of-bounds read.
+ [maxv, ticket #1577]
+
Home |
Main Index |
Thread Index |
Old Index