aboutsummaryrefslogtreecommitdiff
path: root/sys/netns
Commit message (Expand)AuthorAgeFilesLines
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-182-10/+3
* Remove extraneous extern from function prototype introduced in rev.1.14.Maxim Sobolev2002-09-101-1/+1
* Make these less broken.Maxim Sobolev2002-09-062-10/+10
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-2/+2
* Fix bug which has been there since rev 1.1 where && was used instead of &.Jeffrey Hsu2002-06-091-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-314-129/+24
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-204-24/+129
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-202-3/+3
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-2/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-172-3/+3
* Desupport FreeBSD/vaxPeter Wemm2001-11-032-6/+0
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-11/+3
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+1
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-297-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2822-22/+22
* Make INET a proper option.Eivind Eklund1998-01-081-1/+3
* Remove unneeded member nsp_head from struct nspcb.Poul-Henning Kamp1997-04-141-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2222-22/+22
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1422-22/+22
* Bring back netns so that Netcon can take over support for it, as agreed.Jordan K. Hubbard1996-10-1721-0/+6021
* finish killing off netns. (For some reason, CVS `undeleted' theseGarrett Wollman1996-02-1322-6027/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-303-6/+6
* Moved inline functions for insque() and remque() to <sys/queue.h>.Bruce Evans1995-12-032-2/+4
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-212-4/+7
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+2
* Fix TCP_DEBUG support so that LINT compiles again (deReiserize).Bruce Evans1995-10-101-4/+5
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-2913-36/+34
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-27/+27
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-112-4/+9
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-192-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-2/+4
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.Bruce Evans1994-11-152-2/+4
* Made idempotent.Paul Richards1994-08-2111-11/+66
* Added $Id$David Greenman1994-08-0222-0/+22
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-2422-0/+5987