cvs commit: src/sys/i386/linux linux_machdep.c
Alexander Leidinger
netchild at FreeBSD.org
Sun Aug 27 18:51:33 UTC 2006
netchild 2006-08-27 18:51:32 UTC
FreeBSD src repository
Modified files:
sys/i386/linux linux_machdep.c
Log:
Fix video playing and network connections in realplayer (and most likely
other stuff) in the osrelease=2.6.16 case:
- implement CLONE_PARENT semantic
- fix TLS loading in clone CLONE_SETTLS
- lock proc in the currently disabled part of CLONE_THREAD
I suggest to not unload the linux module after testing this, there are
some "<defunct>" processes hanging around after exiting (they aren't
with osrelease=2.4.2) and they may panic your kernel when unloading the
linux module. They are in state Z and some of them consume CPU according
to ps. But I don't trust the CPU part, the idle threads gets too much CPU
that this may be possible (accumulating idle, X and 2 defunct processes
results in 104.7%, this looks to much to be a rounding error).
Noticed by: Intron <mag at intron.ac>
Submitted by: rdivacky (in collaboration with Intron)
Tested by: Intron, netchild
Reviewed by: jhb (previous version)
Revision Changes Path
1.55 +11 -14 src/sys/i386/linux/linux_machdep.c
More information about the cvs-src
mailing list