NetBSD/sys
thorpej 05dfd6cada * Define fixed virtual addresses for the Primary and Secondary
PCI I/O spaces, as well as the i80312 PMMRs.  Map these regions
  in early bootstrap along with the on-board device address space.
* Adjust call to i80312_sdram_bounds() for the new way the PMMRs
  are defined in i80312reg.h
* Word around some serious braindamage in RedBoot -- RedBoot uses
  the on-board Ethernet to TFTP the kernel image.  However, it does
  not stop the Ethernet before transferring control to the loaded
  program.  This means that if it happens to receive another packet
  (broadcast/multicast/unicast), it will happily scribble over the
  memory of the new running program.  Work around this problem by
  performing a secondary-bus-reset on the i80312's PPB.  XXX This
  could be problematic if we ever encounter an application where
  the i80312's PPB is actually used as a passthrough PPB.
2001-11-08 03:28:53 +00:00
..
adosfs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
altq avoid divide-by-zero when the specified bandwidth is less than 8bps. 2001-10-26 04:59:18 +00:00
arch * Define fixed virtual addresses for the Primary and Secondary 2001-11-08 03:28:53 +00:00
coda
compat - Add a new vnode flag VEXECMAP, which indicates that a vnode has 2001-10-30 15:32:01 +00:00
conf The cloning devices only needs-flag, not needs-count 2001-11-02 18:39:06 +00:00
crypto
ddb When setting watchpoints, call pmap_update() for each watchpoint, rather 2001-10-13 15:17:38 +00:00
dev Fix the Bridge Control Register bit definitions, add ones that 2001-11-08 03:18:12 +00:00
filecorefs add glue required by new genfs_getpages(). 2001-09-30 18:47:48 +00:00
gdbscripts
ipkdb
isofs
kern use pmap_kenter_pa() instead of pmap_enter(), this is required for 2001-11-06 07:30:14 +00:00
lib Make the ELF loadfile routines byte-order independent when used in 2001-10-31 21:24:09 +00:00
lkm Restructure to the lkm/compat/Makefile way - the tested & installed 2001-11-01 19:32:53 +00:00
miscfs Wrap long line and remove name of argument from function prototype. 2001-11-07 04:56:09 +00:00
msdosfs Remove some variables that are set but never used. 2001-11-06 07:18:14 +00:00
net Sync with IANA. This finally gets us IFT_ECONET. 2001-11-07 12:14:17 +00:00
netatalk
netccitt Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netinet do not grab packet to joined multicast group, when ip6_dst and in6p_laddr 2001-11-07 06:30:50 +00:00
netinet6 check offset overrun in ip6_nexthdr. 2001-11-02 08:05:48 +00:00
netisdn Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP. 2001-10-21 17:02:06 +00:00
netiso Eliminate local extern declartion for inetctlerrmap 2001-11-04 20:52:39 +00:00
netkey Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
netnatm
netns Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netsmb
nfs Diagnostic panics should be enabled when DIAGNOSTIC is defined, not undefined. 2001-11-07 20:04:52 +00:00
ntfs Remove a variable that is set but never used. 2001-11-06 07:15:34 +00:00
smbfs
stand
sys use pmap_kenter_pa() instead of pmap_enter(), this is required for 2001-11-06 07:30:14 +00:00
ufs add RCSID. (note; this file gets #included) 2001-11-08 02:42:31 +00:00
uvm only acquire the lock for swpgonly if we actually need to adjust it. 2001-11-07 14:07:23 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00