Module Name: src
Committed By: snj
Date: Thu Jan 7 07:50:11 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 1199 and 1202.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.169 src/doc/CHANGES-5.1:1.1.2.170
--- src/doc/CHANGES-5.1:1.1.2.169 Sun Jan 3 19:41:49 2010
+++ src/doc/CHANGES-5.1 Thu Jan 7 07:50:11 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.169 2010/01/03 19:41:49 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.170 2010/01/07 07:50:11 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15732,3 +15732,14 @@
but make sure that it is not smaller than minimum acceptable value.
[plunky, ticket #1221]
+sys/kern/sys_sig.c 1.24
+
+ sigtimedwait: fix a memory leak. Likely the cause of PR/40750 and
+ indirect cause of PR/39283.
+ [rmind, ticket #1199]
+
+tools/compat/compat_defs.h patch
+
+ Don't include grp.h Fixes cross-build under Mac OS X 10.6.
+ [tron, ticket #1202]
+