Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2006 18:51:32 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/linux linux_machdep.c
Message-ID:  <200608271851.k7RIpW5U076237@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608271851.k7RIpW5U076237>