cvs commit: src/sys/kern kern_exit.c kern_kthread.c
John Baldwin
jhb at FreeBSD.org
Mon Feb 6 13:56:13 PST 2006
jhb 2006-02-06 21:56:13 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exit.c kern_kthread.c
Log:
- Move the wakeup() for exiting kthreads out of exit1() and into
kthread_exit() as that is cleaner and less obscured. It also does the
wakeup sooner.
- Add some comments to kthread_exit().
Revision Changes Path
1.281 +0 -6 src/sys/kern/kern_exit.c
1.35 +12 -0 src/sys/kern/kern_kthread.c
More information about the cvs-src
mailing list