Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 844, 846
details: https://anonhg.NetBSD.org/src/rev/4aea1c4938d6
branches: netbsd-6
changeset: 775735:4aea1c4938d6
user: riz <riz%NetBSD.org@localhost>
date: Thu Mar 14 22:37:10 2013 +0000
description:
Tickets 844, 846
diffstat:
doc/CHANGES-6.1 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 9c0ff51280f8 -r 4aea1c4938d6 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Thu Mar 14 22:36:05 2013 +0000
+++ b/doc/CHANGES-6.1 Thu Mar 14 22:37:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.110 2013/03/14 22:04:32 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.111 2013/03/14 22:37:10 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8706,3 +8706,17 @@
This fixes PR lib/45293 by Pedro Giffuni.
[tron, ticket #843]
+src/sys/dist/ipf/netinet/fil.c patch
+src/sys/dist/ipf/netinet/ip_lookup.c patch
+
+ Fix some problems in IPF where a lock may be left locked
+ when it should be released or unlocked when it's not locked.
+ [chs, ticket #844]
+
+lib/libc/arch/alpha/gen/__longjmp14.c 1.6-1.7
+lib/libc/arch/alpha/gen/__setjmp14.S 1.6
+
+ Fix longjmp/setjmp on alpha for statically linked programs
+ such as those in /rescue.
+ [martin, ticket #846]
+
Home |
Main Index |
Thread Index |
Old Index