Go to file
thorpej d95d5b1488 Make this driver work on the Alpha. Apparently the receive DMA mechanism
has the same 4-byte alignment requirement that the transmit side does.  This
causes the packet payload to be misaligned.  So, on systems which require
strict alignment, we must copy the incoming frame to a new packet buffer,
suitably aligned.
1999-02-05 22:09:46 +00:00
bin Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwise 1999-02-05 21:21:27 +00:00
distrib There is no installboot for x68k port. 1999-02-05 15:50:51 +00:00
etc add postfix config and spool directories 1999-02-05 18:51:47 +00:00
games only show preview if the -p option is given 1999-01-03 17:13:51 +00:00
gnu Implement "-nostdlib" and LD_NOSTD_PATH in binutils-based ld. 1999-02-05 19:48:07 +00:00
include Fully prototype the test service and put it between begin and end decls. 1999-01-31 19:45:25 +00:00
lib delint. 1999-02-05 20:53:49 +00:00
libexec * actually commit the changes which add support for recognising RFC 2228 1999-02-05 21:40:49 +00:00
regress Fix typo in previous commit 1999-02-04 18:58:33 +00:00
sbin Do not create more then LFS_MAXNUMSB superblocks. 1999-02-04 22:47:48 +00:00
share _Don't_ use -O2 on mips, libc/stdlib/strtod.c breaks 1999-02-05 13:50:09 +00:00
sys Make this driver work on the Alpha. Apparently the receive DMA mechanism 1999-02-05 22:09:46 +00:00
usr.bin Use off_t for file size descriptions rather than long; from Tero Kivinen 1999-02-04 17:05:35 +00:00
usr.sbin enable mailwrapper 1999-02-05 19:25:10 +00:00
Makefile Once more, from the beginning: we really, really don't want to descend into 1999-01-29 05:42:35 +00:00