Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 11:04:37 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_emul.c
Message-ID:  <200611151104.kAFB4bHV040087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2006-11-15 11:04:37 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_emul.c 
  Log:
  Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.
  This fix lets clone02 LTP test pass with 2.6 emulation. In reality 99%
  of the cases are that CLONE_VM and CLONE_THREAD are both set so it
  seemed to work.
  
  Submitted by: rdivacky
  
  Revision  Changes    Path
  1.9       +3 -3      src/sys/compat/linux/linux_emul.c



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