Go to file
mhitch af7ddd3659 Set up the physical addresses for DMAPTR/NEXTPTR before adjusting for
unaligned transfers and adjust the physical address to align the transfer.
If the buffer end just crossed the page boundary, the computation of the
NEXTPTR physical address resulted in using -1.  The cleanup at the end of
the DMA transfer would try to copy the residual data to physical address
0x1ffffffc.  This would silently corrupt data on the R3000 and usually
would hang the R4000.
2000-09-28 03:11:29 +00:00
bin Don't generate html yet. doc2html needs a fix. 2000-09-26 16:49:22 +00:00
crypto Add support for running kpasswdd from inetd. Active if INETD_SUPPORT 2000-09-13 11:29:26 +00:00
dist do not #undef _res; we want to get any #define our local resolv.h has. 2000-08-14 11:33:34 +00:00
distrib Remove some unnecessary links. 2000-09-27 22:14:15 +00:00
etc Add INSTALL_LAPTOP to kernels to be built. 2000-09-27 20:05:54 +00:00
games In cypher(), don't attempt to make sense of words other than VERBs or 2000-09-25 19:37:58 +00:00
gnu Add _rtld_debug_state to the list of symbols where GDB may stop the 2000-09-25 17:10:28 +00:00
include Remove dup (WRT util.h) decl of secure_path(). 2000-09-21 10:13:15 +00:00
lib Last revision had some problems. One .De was missing, and a number of 2000-09-27 22:56:00 +00:00
libexec Use strlcpy/strlcat instead of strn* plus manual termination. 2000-09-19 16:17:48 +00:00
regress Add md5sha subdir 2000-08-19 17:53:24 +00:00
sbin Add vlan(4) support. From Andy Doran <ad@netbsd.org>. 2000-09-27 23:00:24 +00:00
share Get the correct command line using groff instead of nroff. 2000-09-26 15:33:28 +00:00
sys Set up the physical addresses for DMAPTR/NEXTPTR before adjusting for 2000-09-28 03:11:29 +00:00
usr.bin Spellink. 2000-09-27 11:50:15 +00:00
usr.sbin Use ROUNDUP to pass addresses to the kernel aligned on a long boundary. Use the sa_len field of each address instead of sizeof(). Makes arp work on 64bit architectures. 2000-09-28 01:11:31 +00:00
Makefile Descend into distrib on "make cleandir", too. This will let "make build" 2000-08-19 22:09:08 +00:00
Makefile.inc
UPDATING crypto-* is no longer there. 2000-08-20 19:51:24 +00:00