Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/20/2007 23:25:17
Module Name: src
Committed By: ad
Date: Tue Mar 20 23:25:17 UTC 2007
Modified Files:
src/sys/kern: sys_lwp.c
Log Message:
Changes to LWP wakeup:
- Don't bother sorting the sleep queues, since user space controls the
order of removal.
- Change setrunnable(t) to lwp_unsleep(t). No functional change from the
perspective of user applications.
- Minor cosmetic changes.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/kern/sys_lwp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.