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:   pooka
Date:           Tue Apr 21 11:10:29 UTC 2015

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile kthread.9
        src/sys/kern: kern_kthread.c
        src/sys/sys: kthread.h

Log Message:
Remove the unused and all-but-unusable kthread_destroy().  Also makes
it more obvious that the opposite of kthread_create() is kthread_exit().


To generate a diff of this commit:
cvs rdiff -u -r1.1953 -r1.1954 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.383 -r1.384 src/share/man/man9/Makefile
cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/kthread.9
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_kthread.c
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/kthread.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