Go to file
cjs b1e0c7d657 Print the memory size on startup.
Add newline to `Interface disabled' printf and clean up formatting.
Change packet read/write code to align all reads and writes into
memory to an appropriate boundary for the I/O size. This also fixes
a bug where the trailing unaligned bytes (1-3 of them) would be
put in an additional mbuf even if there was enough space for them
in the one we were currently filling.
This has been tested on a 3c905 in an Alpha (32-bit I/O, alignment
required), a 3c905 in an i386 (32-bit I/O, alignment not required)
and a 3c509 in an i386 (16-bit I/O, alignment not required). It
should be tested on a 3c509 in an Alpha with an ISA bus, if somone
can manage to get the two items together.
There are still some bugs in the driver relating to initialisation;
on my Alpha with a 3c905 you need to do an `ifconfig ep0 down;
ifconfig ep0 up' after the initial ifconfig to make it start working.
Apparently there are also some problems with a 3c579 in an i386,
although a 3c905 in an i386 works just fine.
1996-12-07 08:33:07 +00:00
bin - fix parsing bug reported by mycroft: ! was only recognized in the beginning 1996-11-25 20:22:00 +00:00
distrib Add shared-lib files: ld.so and lib*.so.*. 1996-12-07 08:01:21 +00:00
etc add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987 1996-12-04 12:55:33 +00:00
games nuke 'the the' typo 1996-12-04 00:21:29 +00:00
gnu nuke 'the the' typo 1996-12-04 00:11:23 +00:00
include patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, 1996-11-30 18:01:52 +00:00
lib turn on PROCESS_OPTIONS, and link in hosts.allow.5, hosts.deny.5, hosts_ctl.3, 1996-12-04 13:34:27 +00:00
libexec Fix newline/carriage return handling during login. 1996-12-01 00:44:48 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin PR/2975: fsck lies to children about their program name 1996-12-05 18:30:23 +00:00
share this should work now. 1996-12-05 07:18:28 +00:00
sys Print the memory size on startup. 1996-12-07 08:33:07 +00:00
usr.bin 'b' == bits not bytes. for all prefixes >= 'K', explicitly specify 'B' 1996-12-06 04:33:45 +00:00
usr.sbin if se_argv[0] is NULL, use se_service. 1996-12-07 00:37:00 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00