aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of netiso. It hasn't compiled in some time, there are noGarrett Wollman1996-02-0686-31496/+0
| | | | | | | applications, and nobody uses it. Notes: svn path=/head/; revision=13943
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-304-14/+14
| | | | | | | a bunch of system include files. Notes: svn path=/head/; revision=13765
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-5/+4
| | | | Notes: svn path=/head/; revision=13619
* Last commit this round: Staticize.Poul-Henning Kamp1995-12-101-3/+4
| | | | | | | | we are now down to about 1146 symbols being global, of which I estimate that about 100 are validly so. Notes: svn path=/head/; revision=12725
* all:David Greenman1995-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!). Notes: svn path=/head/; revision=12628
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-9/+11
| | | | Notes: svn path=/head/; revision=12453
* Remove trailing whitespace.Rodney W. Grimes1995-05-3072-1716/+1716
| | | | Notes: svn path=/head/; revision=8876
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett 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. Notes: svn path=/head/; revision=8426
* Add queue.h include file to all the TPIP code.Paul Traina1995-04-268-17/+26
| | | | Notes: svn path=/head/; revision=8092
* Cleanup loopback interface support.Paul Traina1995-04-262-8/+6
| | | | | | | Reviewed by: wollman Notes: svn path=/head/; revision=8090
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+3
| | | | | | | | (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before. Notes: svn path=/head/; revision=7430
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-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. Notes: svn path=/head/; revision=7090
* Update calls to rtalloc1().Garrett Wollman1994-12-133-9/+9
| | | | Notes: svn path=/head/; revision=5102
* Comment out an illegal define (E_CLNL_???).Andreas Schulz1994-11-271-2/+2
| | | | Notes: svn path=/head/; revision=4842
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.Bruce Evans1994-11-157-13/+20
| | | | Notes: svn path=/head/; revision=4503
* Disable prototypes that conflict with ones in <netinet/in_pcb.h>. TheBruce Evans1994-11-151-2/+5
| | | | | | | conflicts stopped the LINT kernel from being buildable. Notes: svn path=/head/; revision=4502
* Made idempotent -- made some of them more consistent with rest of tree.Paul Richards1994-08-2128-109/+175
| | | | | | | | Reviewed by: Submitted by: Notes: svn path=/head/; revision=2173
* Hack to get netstat compiling...from 1.1.5.David Greenman1994-08-051-1/+2
| | | | Notes: svn path=/head/; revision=1860
* Added $Id$David Greenman1994-08-0265-106/+167
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2486-0/+31339
Notes: svn path=/head/; revision=1541