]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570
authorJung-uk Kim <jkim@FreeBSD.org>
Thu, 15 Feb 2007 00:54:40 +0000 (00:54 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Thu, 15 Feb 2007 00:54:40 +0000 (00:54 +0000)
commit10931a467acdc656ff0a0acef72f5ee8241c63c5
tree7ac3a3ba87c37bfd781cdcc61e412702c7f93cc9
parent8428fde517e73e5cf391867d86a00e07b20ddbd6
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.
sys/amd64/linux32/linux.h
sys/amd64/linux32/linux32_machdep.c
sys/i386/linux/linux.h
sys/i386/linux/linux_machdep.c
sys/i386/linux/syscalls.master