Module Name: src Committed By: riz Date: Thu Mar 14 22:37:11 UTC 2013
Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets 844, 846 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-6.1 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.1 diff -u src/doc/CHANGES-6.1:1.1.2.110 src/doc/CHANGES-6.1:1.1.2.111 --- src/doc/CHANGES-6.1:1.1.2.110 Thu Mar 14 22:04:32 2013 +++ src/doc/CHANGES-6.1 Thu Mar 14 22:37:10 2013 @@ -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 @@ lib/libc/rpc/xdr_stdio.c 1.19 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] +