NetBSD/sys
mhitch 4adefbd6e8 Uvm changes over 17 months ago resulted in the 68040/060 segment table
page being entered with pmap_kenter(), which does not record the mapping
in the pv table.  Attempting to inhibit caching of that page as required
by the 68060 hardware no longer changes the PTE and caused varying degrees
of multiple faulting, sometimes resulting in an unusable system.  Apparently
very few people attempted to run a 68060 based system since that change.
Fix to to change the caching bits directly rather than using pmap_changebit().
2006-09-14 01:27:59 +00:00
..
altq add missing initializer 2006-09-03 04:28:16 +00:00
arch Uvm changes over 17 months ago resulted in the 68040/060 segment table 2006-09-14 01:27:59 +00:00
coda fix incomplete initializer 2006-08-29 23:45:23 +00:00
compat Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly 2006-09-13 19:55:49 +00:00
conf Add AFLAGS+= ${AOPTS.${.IMPSRC:T}} 2006-09-11 03:12:48 +00:00
contrib/dev/ath
crypto static comes first 2006-09-03 05:22:36 +00:00
ddb ANSIfy db_error. 2006-09-05 21:56:44 +00:00
dev Avoid duplicate collon, from Stephan 'doomwarrior' in PR kern/34518 2006-09-13 14:45:24 +00:00
dist Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
fs Avoid empty if. 2006-09-13 00:54:00 +00:00
gdbscripts
ipkdb Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
kern Avoid NULL deref (this is called with lwp=NULL from ppp interrupt context) 2006-09-13 13:28:22 +00:00
lib Add a way for a user to know what nodes have changed when a node has been 2006-09-10 23:57:31 +00:00
lkm Don't build "linux_ptrace.c" anymore. ptrace(2) support is optional now 2006-08-31 14:00:29 +00:00
miscfs Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
net First take at security model abstraction. 2006-09-08 20:58:56 +00:00
net80211 comment out impossible comparisons. 2006-08-30 15:40:41 +00:00
netatalk
netbt Endian issues: 2006-09-11 22:12:39 +00:00
netinet Don't use KAUTH_RESULT_* where it's not applicable. 2006-09-13 10:07:42 +00:00
netinet6 Simplify and repair icmp6_input() to stop the kernel from panicking 2006-09-05 16:11:26 +00:00
netipsec Make this compile again (hi xtos!). Switch to C99 structure initializations. 2006-08-31 23:21:54 +00:00
netisdn
netiso remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
netkey use c99 initializers 2006-09-02 06:44:59 +00:00
netnatm
netsmb add missing initializer 2006-09-03 05:27:28 +00:00
nfs nfs_ispublicfh: fix another instance of cast-qual. 2006-09-04 08:38:16 +00:00
opencrypto fix incomplete initializer 2006-08-29 23:45:23 +00:00
secmodel In secmodel_bsd44_securelevel_system_cb(), compare dev_t dev with 2006-09-13 02:35:26 +00:00
stand
sys add missing initializer 2006-09-13 00:47:03 +00:00
ufs add missing initializers 2006-09-02 07:04:01 +00:00
uvm First take at security model abstraction. 2006-09-08 20:58:56 +00:00
Makefile