Module Name: src Committed By: bouyer Date: Sun Oct 18 13:02:42 UTC 2009
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 1360, 1361 To generate a diff of this commit: cvs rdiff -u -r1.1.2.178 -r1.1.2.179 src/doc/CHANGES-4.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-4.1 diff -u src/doc/CHANGES-4.1:1.1.2.178 src/doc/CHANGES-4.1:1.1.2.179 --- src/doc/CHANGES-4.1:1.1.2.178 Fri Oct 9 12:08:16 2009 +++ src/doc/CHANGES-4.1 Sun Oct 18 13:02:42 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.178 2009/10/09 12:08:16 sborrill Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.179 2009/10/18 13:02:42 bouyer Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -3805,3 +3805,16 @@ Only generate SHA512 and MD5 checksums for releases. [snj, ticket #1365] +usr.sbin/pstat/pstat.c 1.115 + + Distinguish between UFS1 and UFS2 inodes by reading the ufsmount + structure, the previous heuristic of comparing the size fields + of inode and dinode failed. + [mlelstv, ticket #1360] + +bin/kill/kill.c 1.26 + + Make sure that numerical signals and pids are in range for their types. + Fixes PR bin/42143 + [spz, ticket #1361] +