]> Zhao Yanbai Git Server - minix.git/commit
rename mmap() and munmap()
authorBen Gras <ben@minix3.org>
Sat, 16 Jul 2011 01:11:10 +0000 (03:11 +0200)
committerBen Gras <ben@minix3.org>
Sat, 16 Jul 2011 11:01:19 +0000 (13:01 +0200)
commit02081e4b62ae09d8cb09b9f03c362af22b816e3f
tree5d4bf47b5d30c3a8bb887c362d24edfb1b46b049
parent76356eed974d264f8255b1d1dc59543f36867873
rename mmap() and munmap()

. it's a good extra interface to have but doesn't
  meet standardised functionality
. applications (in pkgsrc) find it and expect
  full functionality the minix mmap doesn't offter
. on the whole probably better to hide these functions
  (mmap and friends) until they are grown up; the base system
  can use the new minix_* names
23 files changed:
commands/mdocml/main.c
commands/patch/inp.c
drivers/memory/memory.c
include/sys/mman.h
lib/csu/i386-aout/crtso.S
lib/libc/ansi/malloc-debug.c
lib/libc/other/namespace.h
lib/libc/posix/_mmap.c
lib/libc/syscall/mmap.S
lib/libc/syscall/munmap.S
lib/libsys/alloc_util.c
lib/nbsd_libc/cdb/cdbr.c
lib/nbsd_libc/citrus/citrus_mmap.c
lib/nbsd_libc/db/recno/rec_close.c
lib/nbsd_libc/include/namespace.h
lib/nbsd_libc/nls/catclose.c
lib/nbsd_libc/nls/catopen.c
lib/nbsd_libc/stdlib/malloc.c
lib/nbsd_libc/sys-minix/mmap.c
nbsd_include/sys/mman.h
servers/ipc/shm.c
servers/pm/utility.c
servers/rs/memory.c