Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rmind
Date:           Thu May 19 03:07:30 UTC 2011

Modified Files:
        src/share/man/man9: kthread.9
        src/sys/kern: init_main.c kern_kthread.c
        src/sys/sys: kthread.h lwp.h

Log Message:
Re-implement kthread_join(9), so that it actually works (hi haad@).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/kthread.9
cvs rdiff -u -r1.428 -r1.429 src/sys/kern/init_main.c
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/kern_kthread.c
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/kthread.h
cvs rdiff -u -r1.151 -r1.152 src/sys/sys/lwp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index