Module Name: src Committed By: riz Date: Mon Aug 8 19:51:37 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1643, 1644, 1646. To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-5.2 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-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.94 src/doc/CHANGES-5.2:1.1.2.95 --- src/doc/CHANGES-5.2:1.1.2.94 Sun Jul 17 15:36:32 2011 +++ src/doc/CHANGES-5.2 Mon Aug 8 19:51:37 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.94 2011/07/17 15:36:32 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.95 2011/08/08 19:51:37 riz Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -5419,3 +5419,20 @@ support. [manu, ticket #1645] +sys/net/if.c 1.243 + + Prevent crash when using 'ifconfig destroy'. + [sborrill, ticket #1643] + +sys/kern/init_main.c 1.433 via patch +sys/kern/uipc_socket.c 1.205 via patch +sys/sys/socketvar.h 1.126 via patch + + Prevent NFS server hang under load. PR#45093. + [bouyer, ticket #1644] + +share/mk/bsd.x11.mk 1.98 via patch + + Fix the value of "appdefaultdir" that ends up in native X .pc files. + [dholland, ticket #1646] +