summaryrefslogtreecommitdiffstats
path: root/sys/netiso
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of netiso. It hasn't compiled in some time, there are nowollman1996-02-0686-31496/+0
| | | | applications, and nobody uses it.
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-304-14/+14
| | | | a bunch of system include files.
* Use new printf features rather than local kludges.phk1996-01-241-5/+4
|
* Last commit this round: Staticize.phk1995-12-101-3/+4
| | | | | we are now down to about 1146 symbols being global, of which I estimate that about 100 are validly so.
* all:dg1995-12-052-5/+6
| | | | | | | | | | | | | | | | Removed ifnet.if_init and ifnet.if_reset as they are generally unused. Change the parameter passed to if_watchdog to be a ifnet * rather than a unit number. All of this is an attempt to move toward not needing an array of softc pointers (which is usually static in size) to point to the driver softc. if_ed.c: Changed some of the argument passing to some functions to make a little more sense. if_ep.c, if_vx.c: Killed completely bogus use of if_timer. It was being set in such a way that the interface was being reset once per second (blech!).
* Completed function declarations and/or added prototypes.bde1995-11-212-9/+11
|
* Remove trailing whitespace.rgrimes1995-05-3072-1716/+1716
|
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-112-6/+11
| | | | | | there may even be LKMs.) Also, change the internal name of `unixdomain' to `localdomain' since AF_LOCAL is now the preferred name of this family. Declare netisr correctly and in the right place.
* Add queue.h include file to all the TPIP code.pst1995-04-268-17/+26
|
* Cleanup loopback interface support.pst1995-04-262-8/+6
| | | | Reviewed by: wollman
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
| | | | | (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-4/+6
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* Update calls to rtalloc1().wollman1994-12-133-9/+9
|
* Comment out an illegal define (E_CLNL_???).ats1994-11-271-2/+2
|
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.bde1994-11-157-13/+20
|
* Disable prototypes that conflict with ones in <netinet/in_pcb.h>. Thebde1994-11-151-2/+5
| | | | conflicts stopped the LINT kernel from being buildable.
* Made idempotent -- made some of them more consistent with rest of tree.paul1994-08-2128-109/+175
| | | | | Reviewed by: Submitted by:
* Hack to get netstat compiling...from 1.1.5.dg1994-08-051-1/+2
|
* Added $Id$dg1994-08-0265-106/+167
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2486-0/+31339
OpenPOWER on IntegriCloud