Module Name: src
Committed By: bouyer
Date: Sat Sep 5 13:59:27 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
Tickets 1355 - 1358
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-4.0.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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.56 src/doc/CHANGES-4.0.2:1.1.2.57
--- src/doc/CHANGES-4.0.2:1.1.2.56 Sat Sep 5 13:46:39 2009
+++ src/doc/CHANGES-4.0.2 Sat Sep 5 13:59:27 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.56 2009/09/05 13:46:39 bouyer Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.57 2009/09/05 13:59:27 bouyer Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -841,3 +841,27 @@
Fixes PR/41819
[dsl, ticket #1352]
+etc/ssh/ssh_known_hosts 1.5
+
+ add morden, mollari, pkgbuild and build
+ adjust function names' keys
+ add the proper names of hosts too in preparation of their
+ function moving
+ [spz, ticket #1355]
+
+usr.bin/netstat/netstat.1 1.52
+
+ Fix typo
+ [dholland, ticket #1356]
+
+usr.bin/chflags/chflags.1 1.18
+
+ Add some markup to improve clarity.
+ [dholland, ticket #1357]
+
+sys/netinet/tcp_usrreq.c 1.148 via patch
+
+ Make the sysctl routines take raise to splnet() before dealing with
+ any data structures.
+ [mlelstv, ticket #1358]
+