Date: Fri, 18 Jun 2010 15:25:57 +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: <201006181528.o5IFSJ3W038836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2010-06-18 15:25:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/linux32 linux32_machdep.c sys/i386/linux linux_machdep.c Log: SVN rev 209304 on 2010-06-18 15:25:57Z by kan MFC r208994: 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 Revision Changes Path 1.53.2.3 +6 -2 src/sys/amd64/linux32/linux32_machdep.c 1.83.2.3 +6 -2 src/sys/i386/linux/linux_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006181528.o5IFSJ3W038836>