OSDN Git Service

tweak the idea between having a MMU and actually using it
authorMike Frysinger <vapier@gentoo.org>
Sat, 18 Feb 2006 07:03:24 +0000 (07:03 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 18 Feb 2006 07:03:24 +0000 (07:03 -0000)
commit010301e968b4aa9a37dfd437f89c054016b2de0f
treebf1116a74701db706ca4d4bedb48c4bd04c33dfd
parentaa5490a851eed8100e9959f35bb1a20fc0353dba
tweak the idea between having a MMU and actually using it
29 files changed:
Makefile.in
extra/Configs/Config.in.arch
include/sys/mman.h
include/unistd.h
libc/inet/rpc/rcmd.c
libc/misc/internals/__uClibc_main.c
libc/stdlib/malloc-simple/alloc.c
libc/stdlib/malloc-standard/malloc.h
libc/stdlib/malloc/malloc.c
libc/stdlib/malloc/malloc.h
libc/sysdeps/linux/arm/crt1.S
libc/sysdeps/linux/common/bits/posix_opt.h
libc/sysdeps/linux/common/fork.c
libc/sysdeps/linux/common/ioperm.c
libc/sysdeps/linux/common/iopl.c
libc/sysdeps/linux/common/mlock.c
libc/sysdeps/linux/common/mlockall.c
libc/sysdeps/linux/common/munlock.c
libc/sysdeps/linux/common/munlockall.c
libc/unistd/Makefile.in
libc/unistd/exec.c
libpthread/linuxthreads.old/internals.h
libpthread/linuxthreads.old/manager.c
libpthread/linuxthreads.old/ptfork.c
libpthread/linuxthreads.old/pthread.c
libpthread/linuxthreads/manager.c
libutil/Makefile.in
test/test-skeleton.c
test/unistd/fork.c