minix/libexec/ftpd
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 increase -Werror resilience 2013-08-21 13:53:39 +02:00
cmds.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
conf.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
extern.h Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
ftpcmd.y import netbsd ftpd 2013-05-30 16:29:20 +00:00
ftpd.8 import netbsd ftpd 2013-05-30 16:29:20 +00:00
ftpd.c mmap: accept non-PROT_WRITE MAP_SHARED mappings 2014-07-28 17:05:20 +02:00
ftpd.conf.5 import netbsd ftpd 2013-05-30 16:29:20 +00:00
ftpusers.5 import netbsd ftpd 2013-05-30 16:29:20 +00:00
logutmp.c import netbsd ftpd 2013-05-30 16:29:20 +00:00
logwtmp.c import netbsd ftpd 2013-05-30 16:29:20 +00:00
pathnames.h import netbsd ftpd 2013-05-30 16:29:20 +00:00
popen.c import netbsd ftpd 2013-05-30 16:29:20 +00:00
version.h Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00