9c6b797796
* Map the message buffer with access_type = VM_PROT_READ|VM_PROT_WRITE `just because'. * Map the file system buffers with access_type = VM_PROT_READ|VM_PROT_WRITE to avoid possible problems with pagemove(). * Do not use VM_PROT_EXEC with either of the above. * Map pages for /dev/mem with access_type = prot. Also, DO NOT use pmap_kenter() for this, as we DO NOT want to lose modification information. * Map pages in dumpsys() with VM_PROT_READ. * Map pages in m68k mappedcopyin()/mappedcopyout() and writeback() with access_type = prot. * For now, bus_dma*(), pmap_map(), vmapbuf(), and similar functions still use access_type = 0. This should probably be revisited. |
||
---|---|---|
.. | ||
bcopy.s | ||
cacheops.c | ||
compat_13_machdep.c | ||
compat_13_sigreturn13.s | ||
copy.s | ||
copypage.s | ||
db_disasm.c | ||
db_disasm.h | ||
db_interface.c | ||
db_memrw.c | ||
db_trace.c | ||
in_cksum.c | ||
kgdb_m68k.c | ||
m68k_machdep.c | ||
mappedcopy.c | ||
ns_cksum.c | ||
oc_cksum.s | ||
proc_subr.s | ||
process_machdep.c | ||
regdump.c | ||
sig_machdep.c | ||
sigcode.s | ||
sigreturn.s | ||
sunos_machdep.c | ||
support.s | ||
trap_subr.s |