Go to file
thorpej 204183c0fa * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
NULL for root PCI busses.  For busses behind a bridge, it points to
  a persistent copy of the bridge's pcitag_t.  This can be very useful
  for machine-dependent PCI bus enumeration code.
* Implement a machine-dependent pci_enumerate_bus() for sparc64 which
  uses OFW device nodes to enumerate the bus.  When a PCI bus that is
  behind a bridge is attached, pci_attach_hook() allocates a new PCI
  chipset tag for the new bus and sets it's "curnode" to the OFW node
  of the bridge.  This is used as a starting point when enumerating
  that bus.  Root busses get the OFW node of the host bridge (psycho).
* Garbage-collect "ofpci" and "ofppb" from the sparc64 port.
2002-05-16 01:01:28 +00:00
bin The printf builtin has been "temporarily" disabled for eight years. Remove 2002-05-15 20:45:17 +00:00
crypto turn on privilege separation, as 3.2.1 default do. 2002-05-14 23:33:07 +00:00
dist Sync with libc implementation (change size argument from size_t to 2002-05-15 20:58:19 +00:00
distrib convert to MI installboot. this now cross compiles. (XXX: boot.fs untested) 2002-05-15 14:03:53 +00:00
etc check sshd uid/gid, as well as /var/empty 2002-05-14 23:35:35 +00:00
games Raiders of the Lost Arch 2002-05-12 16:27:59 +00:00
gnu Change the sed expression that comments out NATDEPFILES to 2002-05-10 22:01:06 +00:00
include XNS5.2/POSIX-2001: change the size argument to inet_ntop from size_t to 2002-05-14 18:57:31 +00:00
lib <netdb.h> doesn't need prerequisite headers. 2002-05-15 08:53:42 +00:00
libexec Add .register directives to appease newer gas. 2002-05-06 18:53:30 +00:00
regress Added ipf regression tests 2002-05-13 06:34:13 +00:00
sbin In the description of the -r and -w options, match the wording of the 2002-05-15 01:58:16 +00:00
share Note PERIPH_CAP_DT for DT clocking capability, and that CAP_SYNC/CAP_WIDE* 2002-05-15 11:17:32 +00:00
sys * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
tools Use the target disklabel_mbr.h, since it just describes data structures for 2002-05-12 12:30:10 +00:00
usr.bin Correct a couple of typos. 2002-05-15 19:00:32 +00:00
usr.sbin ensure that members of apple_drvr_map and apple_part_map_entry are big endian 2002-05-15 15:43:01 +00:00
build.sh add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc
UPDATING turn on privilege separation, as 3.2.1 default do. 2002-05-14 23:33:07 +00:00