Date: Thu, 15 Feb 2007 00:54:40 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c src/sys/i386/linux linux.h linux_machdep.c syscalls.master Message-ID: <200702150054.l1F0sfWU094898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2007-02-15 00:54:40 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h linux32_machdep.c
sys/i386/linux linux.h linux_machdep.c syscalls.master
Log:
MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570
- PROT_READ, PROT_WRITE, or PROT_EXEC implies PROT_READ and PROT_EXEC.
Linux/ia64's i386 emulation layer does this and it complies with Linux
header files. This fixes mmap05 LTP test case on amd64.
- Do not adjust stack size when failure has occurred.
- Synchronize i386 mmap/mprotect with amd64.
Revision Changes Path
1.12 +9 -0 src/sys/amd64/linux32/linux.h
1.31 +42 -60 src/sys/amd64/linux32/linux32_machdep.c
1.74 +9 -0 src/sys/i386/linux/linux.h
1.70 +58 -54 src/sys/i386/linux/linux_machdep.c
1.86 +1 -1 src/sys/i386/linux/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702150054.l1F0sfWU094898>
