Module Name: src
Committed By: bouyer
Date: Mon May 18 18:31:00 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Tickets 1317 - 1319
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.148 -r1.1.2.149 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.148 src/doc/CHANGES-4.1:1.1.2.149
--- src/doc/CHANGES-4.1:1.1.2.148 Wed May 13 19:41:34 2009
+++ src/doc/CHANGES-4.1 Mon May 18 18:31:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.148 2009/05/13 19:41:34 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.149 2009/05/18 18:31:00 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3068,3 +3068,15 @@
Do not forget to detach rnd(4) device when removing a xennet device.
[jym, ticket #1316]
+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 #1317]
+
+lib/libc/gen/sysctl.3 patch
+
+ document PROC_PID_LIMIT_SBSIZE. Addresses PR 36463.
+ [snj, ticket #1318]
+