NetBSD/sys
mycroft 9c6b797796 Changes for modified pmap_enter() API:
* 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.
1999-03-26 23:41:25 +00:00
..
adosfs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
arch Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
coda Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now 1999-02-26 23:44:43 +00:00
compat COMPAT_SPARC32 -> COMPAT_NETBSD32 1999-03-26 04:29:20 +00:00
conf COMPAT_SPARC32 -> COMPAT_NETBSD32 1999-03-26 08:00:38 +00:00
ddb completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
dev roll internal release tag 1999-03-26 22:45:17 +00:00
filecorefs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
gdbscripts
ipkdb
isofs Add _PC_FILESIZEBITS to pathconf vnop. 1999-03-22 19:21:07 +00:00
kern COMPAT_SPARC32 -> COMPAT_NETBSD32 1999-03-26 04:29:20 +00:00
lib Changes to compile the next68k bootblocks with 1999-03-26 15:41:38 +00:00
lkm Descend into the arch directory. 1999-03-26 22:32:03 +00:00
miscfs We must handle MNT_NODEV at open time, so add an open op for null and union, 1999-03-25 13:05:41 +00:00
msdosfs completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
net Define several constants related to the Ethernet protocol: 1999-03-25 23:08:28 +00:00
netatalk Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netccitt Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netinet security: test for ip_len < ip_hl <<2 and drop packet accordingly 1999-03-26 08:51:35 +00:00
netiso exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 1999-03-12 22:42:30 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns Domains are associated with protocol families, not address families. 1999-01-14 01:28:23 +00:00
nfs Fix crash reported in PR7116 on shutdown 1999-03-25 04:07:33 +00:00
stand vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
sys Move MNT_NODEVMTIME so it no longer duplicates the value of MNT_EXPUBLIC. 1999-03-25 05:06:32 +00:00
ufs Make sysctl variable lfs_clean_vnhead do what it was supposed to do, 1999-03-25 22:38:28 +00:00
uvm Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
vm Add a new `access type' argument to pmap_enter(). This indicates what type of 1999-03-26 21:58:39 +00:00
Makefile fix typo 1999-03-10 08:56:16 +00:00