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: manu
Date: Sun Jan 26 12:39:33 UTC 2003
Modified Files:
src/sys/arch/powerpc/powerpc: mach_machdep.c
src/sys/compat/mach: mach_thread.c mach_thread.h
Log Message:
Remove right duplication on thread creation, which became useless now we
are using lwp.
Enable kill -9 to kill parent thread waiting for its child.
Use upcallret instead of child_return for the newly created lwp.
Add debug messages for thread creation.
Thread creation are still broken...
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/powerpc/powerpc/mach_machdep.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/mach_thread.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/mach/mach_thread.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