aboutsummaryrefslogtreecommitdiff
path: root/sys/netns
Commit message (Collapse)AuthorAgeFilesLines
* Moved inline functions for insque() and remque() to <sys/queue.h>.Bruce Evans1995-12-032-2/+4
| | | | | | | | | | Protected them with `#ifdef KERNEL' so that <sys/queue.h> is valid C++. Added the necessary #includes of <sys/queue.h>. These functions are bogus and should be replaced by the queue macros. Notes: svn path=/head/; revision=12592
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-4/+7
| | | | Notes: svn path=/head/; revision=12453
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com Notes: svn path=/head/; revision=11819
* Fix TCP_DEBUG support so that LINT compiles again (deReiserize).Bruce Evans1995-10-101-4/+5
| | | | Notes: svn path=/head/; revision=11391
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-2913-36/+34
| | | | | | | the LINT configuation. Notes: svn path=/head/; revision=9759
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-27/+27
| | | | Notes: svn path=/head/; revision=8876
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-112-4/+9
| | | | | | | | | 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
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-192-4/+4
| | | | Notes: svn path=/head/; revision=7170
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-2/+4
| | | | | | | | | (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
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.Bruce Evans1994-11-152-2/+4
| | | | Notes: svn path=/head/; revision=4503
* Made idempotent.Paul Richards1994-08-2111-11/+66
| | | | | | | Submitted by: paul Notes: svn path=/head/; revision=2174
* Added $Id$David Greenman1994-08-0222-0/+22
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2422-0/+5987
Notes: svn path=/head/; revision=1541