Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Thu Jun 10 20:54:53 UTC 2010

Modified Files:
        src/sys/kern: init_main.c kern_lwp.c kern_proc.c
        src/sys/sys: lwp.h

Log Message:
lwp0 seems like an lwp instead of a process, so move bits related
to it from kern_proc.c to kern_lwp.c.  This makes kern_proc
"scheduling-clean" and more easily usable in environments with a
non-integrated scheduler (like, to take a random example, rump).


To generate a diff of this commit:
cvs rdiff -u -r1.419 -r1.420 src/sys/kern/init_main.c
cvs rdiff -u -r1.146 -r1.147 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.165 -r1.166 src/sys/kern/kern_proc.c
cvs rdiff -u -r1.133 -r1.134 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