Module Name:    src
Committed By:   snj
Date:           Wed Jul  1 22:57:40 UTC 2009

Modified Files:
        src/doc [netbsd-5-0]: CHANGES-5.0.1

Log Message:
Tickets 835-842, 846.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 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.28 src/doc/CHANGES-5.0.1:1.1.2.29
--- src/doc/CHANGES-5.0.1:1.1.2.28	Mon Jun 29 23:36:37 2009
+++ src/doc/CHANGES-5.0.1	Wed Jul  1 22:57:40 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.28 2009/06/29 23:36:37 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.29 2009/07/01 22:57:40 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
 release:
@@ -500,3 +500,56 @@
 	several other places.
 	[dholland, ticket #844]
 
+sys/kern/init_sysctl.c				1.161
+
+	sysctl_doeproc: fix a bug in rev.1.135.  Don't forget to mark
+	our marker process PK_MARKER.  This fixes crashes in
+	sched_pstats, etc.
+	[rmind, ticket #835]
+
+sys/kern/kern_exit.c				1.221
+
+	exit1: fix a race with do_sys_wait/proc_free.
+	[rmind, ticket #836]
+
+sys/kern/kern_rwlock.c				1.31
+
+	lockdebug fixes for rw_tryupgrade/rw_downgrade.
+	[rmind, ticket #837]
+
+sys/kern/init_sysctl.c				1.162
+sys/kern/vfs_trans.c				1.25
+
+	Don't forget to skip marker processes.
+	[rmind, ticket #838]
+
+sys/kern/init_sysctl.c				1.163
+
+	sysctl_doeproc:
+		- simplify.
+	        - KERN_PROC: fix possible stale proc pointer dereference.
+	        - KERN_PROC: don't do copyout with proc_lock held.
+	[rmind, ticket #839]
+
+sys/kern/vfs_lockf.c				1.70
+
+	lf_split: cv_destroy a condvar before clobbering it.
+	[rmind, ticket #840]
+
+sys/kern/vfs_syscalls.c				1.392
+
+	do_sys_utimes: fix a bug introduced by rev.1.367.
+	VA_UTIMES_NULL is in va_vaflags, not va_flags.
+	[rmind, ticket #841]
+
+sys/kern/vfs_lockf.c				1.71
+
+	Don't make F_GETLK or the common case of F_UNLCK fail for
+	per-user limit.
+	[rmind, ticket #842]
+
+lib/libc/sys/getrlimit.2			1.31, 1.32
+
+	Document RLIMIT_AS.  Fixes PR#41517.
+	[mrg, ticket #846]
+

Reply via email to