cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c
src/sys/i386/linux linux.h linux_machdep.c syscalls.master
Jung-uk Kim
jkim at FreeBSD.org
Thu Feb 15 00:54:41 UTC 2007
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
More information about the cvs-src
mailing list