minix/usr.bin/msgc
Ben Gras 0b79eac642 mmap: accept non-PROT_WRITE MAP_SHARED mappings
Currently we don't accept writable file mmap()s, as there is no
system in place to guarantee dirty buffers would make it back to
disk. But we can actually accept MAP_SHARED for PROT_READ mappings,
meaning the ranges aren't writable at all (and no private copy is
made as with MAP_PRIVATE), as it turns out a fairly large class of
usage.

	. fail writable MAP_SHARED mappings at runtime
	. reduces some minix-specific patches
	. lets binutils gold build on minix without further patching

Change-Id: If2896c0a555328ac5b324afa706063fc6d86519e
2014-07-28 17:05:20 +02:00
..
Makefile Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
defs.h Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
msg_sys.def mmap: accept non-PROT_WRITE MAP_SHARED mappings 2014-07-28 17:05:20 +02:00
msgc.1 Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
msgdb.c Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
msgdb.h Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
msgmain.c Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
msgparse.y Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
msgscan.l Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00
pathnames.h Importing usr.bin/msgc 2013-11-06 11:46:22 -05:00