Date: Thu, 10 Jun 2010 17:59:47 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.c src/sys/i386/linux linux_machdep.c Message-ID: <201006101802.o5AI253M049506@repoman.freebsd.org>
index | next in thread | raw e-mail
kan 2010-06-10 17:59:47 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux32_machdep.c
sys/i386/linux linux_machdep.c
Log:
SVN rev 208994 on 2010-06-10 17:59:47Z by kan
Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests
in Linux emulation layer. Linux seems to only require that pos is
page-aligned, but otherwise ignores it. Default FreeBSD mmap parameter
checking is too strict to allow some Linux binaries to run. tsMuxeR is
one example of such a binary.
Discussed with: jhb
MFC after: 1 week
Revision Changes Path
1.55 +6 -2 src/sys/amd64/linux32/linux32_machdep.c
1.85 +6 -2 src/sys/i386/linux/linux_machdep.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006101802.o5AI253M049506>
