Go to file
thorpej c3c4b6f9f3 Make the MI LANCE driver standalone, and use cfattach to resolve
naming conflicts between bus attachments on ports that can have
multiple instances of the LANCE.

Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 01:23:31 +00:00
bin Remove comment regarding 4.4 symlink behaviour. 1996-04-25 15:44:56 +00:00
distrib Change format of LINK' and SYMLINK' lines to accept multiple program 1996-05-04 15:45:30 +00:00
etc Added creation of the iic and rtc character device files. 1996-04-26 20:10:24 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu kcorelow.c: use specified executable name (PR#2375). 1996-05-05 19:58:01 +00:00
include merge DB 1.85 import 1996-05-03 21:13:41 +00:00
lib Close PR 2376 1996-05-06 13:45:44 +00:00
libexec Changed to use 1900 + tm_year instead of hardcoding "19" as the century. 1996-04-08 19:03:11 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin check returns of inet_addr() and inet_network() against INADDR_NONE, 1996-04-15 18:27:05 +00:00
share Initial revision 1996-05-05 12:17:14 +00:00
sys Make the MI LANCE driver standalone, and use cfattach to resolve 1996-05-07 01:23:31 +00:00
usr.bin Changed to print a colon after the key when -k option is specified. 1996-05-07 00:44:20 +00:00
usr.sbin Fix PR/2371, a spelling error and missing -s from the description. 1996-05-06 16:36:44 +00:00
Makefile Headers in src/domestic/include are now installed by the includes target 1996-04-25 01:09:33 +00:00