NetBSD/sys
thorpej 2c0a144aa4 * pmap_clean_page(): Clean up a comment.
* pmap_protect(): write back the range when doing a r/w -> r/o
  transition.  (Still leave the block concerned with this in
  pmap_clean_page() disabled, for now.)
* pmap_pte_init_xscale(): Disable read/write-allocate for now, until
  we figure out why sometimes cache lines of NULs get deposited into
  file data.  Also, make sure ECC protection of page table access is
  disabled for now.
* xscale_setup_minidata(): Make sure the mini-data cache is configured
  write-back with read/write-allocate.
2002-04-24 17:35:10 +00:00
..
adosfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
altq
arch * pmap_clean_page(): Clean up a comment. 2002-04-24 17:35:10 +00:00
coda Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
compat Added a void IRIX /dev/usema and /dev/usemaclone pseudodevice driver. 2002-04-23 05:51:14 +00:00
conf Added IRIX /dev/usema and dev/usemaclone (void driver for now, will be 2002-04-23 06:48:46 +00:00
crypto
ddb
dev Include <stdint.h> or <sys/stdint.h> to get the C99 fixed-width types, since 2002-04-24 15:29:45 +00:00
filecorefs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
gdbscripts
ipkdb
isofs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
kern Avoid file use underflow; thanks to YAMAMOTO Takashi for noticing. 2002-04-24 16:09:24 +00:00
lib Add strtoul.c 2002-04-24 16:56:36 +00:00
lkm
miscfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
msdosfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
net
netatalk
netccitt
netinet Change test for M_EXT to M_READONLY for MROUTING. We only need to to do 2002-04-18 22:33:21 +00:00
netinet6
netisdn return ENXIO if a driver cannot be found 2002-04-17 15:23:47 +00:00
netiso
netkey
netnatm
netns
netsmb
nfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
ntfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
stand
sys From OpenBSD, via FreeBSD: If a set{u,g}id binary is invoked with fd < 3 2002-04-23 15:11:25 +00:00
ufs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
uvm
Makefile