Go to file
thorpej 22afdc2c33 Update for the changes to struct ifnet. While I'm here, fix a couple
of long-standing bugs:

	- Actually deal with the fact that the kernel ifnet list is
	  a TAILQ; it just happened to work before.

	- Use kvm_openfiles() instead of kvm_open().  The code passed
	  arguments to kvm_open() as if it were kvm_openfiles(), but
	  apparently went unnoticed since the prototypes are the same.
	  Amusing bit: there were XXX's in the code which seemed to
	  apologize for a verbose libkvm, when it happened to be a
	  bug in netstat!
1996-05-07 02:55:00 +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 Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 02:51:25 +00:00
usr.bin Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +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