Module Name: src
Committed By: bouyer
Date: Tue Aug 18 10:59:31 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
tickets 1351, 1353
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.169 -r1.1.2.170 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.169 src/doc/CHANGES-4.1:1.1.2.170
--- src/doc/CHANGES-4.1:1.1.2.169 Tue Aug 18 10:36:15 2009
+++ src/doc/CHANGES-4.1 Tue Aug 18 10:59:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.169 2009/08/18 10:36:15 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.170 2009/08/18 10:59:30 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3719,3 +3719,14 @@
which means no ksyms(4) support even on GENERIC kernel.
[tsutsui, ticket #1348]
+lib/libc/sys/semctl.2 1.18
+lib/libc/sys/shmctl.2 1.20
+
+ Fix pastos. From Jukka Salmi in PR 41605, with a very minor adjustment.
+ [dholland, ticket #1351]
+
+usr.bin/xlint/lint1/init.c 1.22
+
+ pushinit(): fix a use-after-free bug.
+ [msaitoh, ticket #1353]
+