Module Name: src
Committed By: bouyer
Date: Mon May 18 20:03:30 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Tickets 762 - 765
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.0.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.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.10 src/doc/CHANGES-5.0.1:1.1.2.11
--- src/doc/CHANGES-5.0.1:1.1.2.10 Thu May 14 00:29:37 2009
+++ src/doc/CHANGES-5.0.1 Mon May 18 20:03:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.10 2009/05/14 00:29:37 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.11 2009/05/18 20:03:30 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -99,3 +99,27 @@
system from source.
[jnemeth, ticket #756]
+sys/kern/sys_mqueue.c 1.17
+
+ sys_mq_open: remove broken access flag check.
+ Noted by Stathis Kamperis.
+ [rmind, ticket #762]
+
+usr.sbin/schedctl/schedctl.c 1.14
+
+ Skip LSIDL and LSZOMB threads when retrieving info.
+ [rmind, ticket #763]
+
+sys/arch/sparc/include/psl.h 1.45
+
+ Add memory clobbers to the inline assembler modifying/testing the %psr
+ register, to avoid the compiler reordering instructions out of critical
+ sections. Should fix PR port-sparc/41372.
+ [martin, ticket #764]
+
+share/man/man7/sysctl.7 1.22 via patch
+
+ Document PROC_PID_LIMIT_SBSIZE. From Greg A. Woods in PR lib/36463.
+ Wording is taken from getrlimit(2).
+ [snj, ticket #765]
+