Go to file
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
bin Add a second example for copying directory trees, this time as root 2001-11-08 00:02:10 +00:00
crypto sync with 3.0 as of 2001/11/7. 2001-11-07 06:26:47 +00:00
dist SIGALRM code around gethostbyaddr() can leak memory. 2001-11-05 02:12:47 +00:00
distrib 1. delete all instances of /dev/{r,}vnd0d. Use vnconfig vnd0 and disklabel 2001-11-08 02:10:25 +00:00
etc add various directories under /usr/include (kernel includes) and 2001-11-06 10:56:46 +00:00
games Update to the new t_agetstr() API. 2001-11-02 18:27:00 +00:00
gnu Don't rebuild "fini" _every_ time make(1) is run; avoids a complete 2001-11-08 00:13:53 +00:00
include Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
lib -Wshadow fix 2001-11-07 17:56:32 +00:00
libexec Update to the new t_agetstr() API. 2001-11-02 18:27:00 +00:00
regress Simplify a bunch of explicit ${.OBJDIR} references to make these more like 2001-10-31 15:57:49 +00:00
sbin if sysctl kern.root_device is availalbe, use that the default device 2001-11-07 14:50:32 +00:00
share - Add adv, adw, iha, mesh, osiop, pcscp and trm, and remove ncr in SYNOPSIS. 2001-11-07 16:45:50 +00:00
sys * Define fixed virtual addresses for the Primary and Secondary 2001-11-08 03:28:53 +00:00
tools * Always use the makewrapper when starting a build phase. 2001-11-02 05:07:22 +00:00
usr.bin remove superflouos arguments to fprintf() 2001-11-07 18:22:39 +00:00
usr.sbin Revert previous change that accepts non-raw devices as argument. The 2001-11-08 02:14:09 +00:00
BUILDING By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
BUILDING.mdoc By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
Makefile By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING note wcstod.c needs new lint. 2001-10-30 06:05:28 +00:00
build.sh export DESTDIR when set via -D. 2001-11-05 02:17:47 +00:00