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:   ad
Date:           Mon Jun  2 13:58:07 UTC 2008

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

Log Message:
If vfork(), we want the LWP to run fast and on the same CPU
as its parent, so that it can reuse the VM context and cache
footprint on the local CPU.


To generate a diff of this commit:
cvs rdiff -r1.167 -r1.168 src/sys/kern/kern_fork.c
cvs rdiff -r1.115 -r1.116 src/sys/kern/kern_lwp.c
cvs rdiff -r1.97 -r1.98 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