Go to file
jonathan 2bf9a70e67 Endian-ness bugfix for elink3 on big-endian hosts.
Big-endian CPUs should use bus_space_{read,write}_multi_stream methods
  to PIO packet data to NIC in 16-bit or 32-bit chunks.
  Make it so.
  Since we don't have stream methods on all ports yet (esp. i386), use
  the bus_space_{read,write}_multi methods if the compile-time
  stream-method feature-test   macro is not set.
Originally from tsubai@netbsd.org, via HAYAKAWA koichi's cardbus patches.
1999-04-13 20:23:52 +00:00
bin Correct a rather obvious typo (once Tor Egge pointed it out to me) 1999-04-06 21:05:27 +00:00
distrib Main change: add a cleanup_dist() function in util.c which will do the needed 1999-04-13 20:17:47 +00:00
etc Configure wscons much earlier so that a virtual console can e.g. be 1999-04-13 07:40:53 +00:00
games change: 1999-04-06 04:54:19 +00:00
gnu Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
include move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
lib Remove blank lines (causing uglified nroff output), and fix a typo. 1999-04-13 16:54:26 +00:00
libexec Allow reading SunOS/4.1.1 object files. Fixes pr/7363 1999-04-12 00:52:44 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Update for sparc64. 1999-04-09 16:01:34 +00:00
share Add the "gateway" line to the sample /etc/bootparams entry. 1999-04-11 23:15:26 +00:00
sys Endian-ness bugfix for elink3 on big-endian hosts. 1999-04-13 20:23:52 +00:00
usr.bin try using normal read/write is mmap() fails. tell the VM system we are going to be doing sequential access via madvise(). 1999-04-13 07:21:45 +00:00
usr.sbin Fix a printf format warning on the Alpha. 1999-04-13 00:16:24 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00