summaryrefslogtreecommitdiffstats
path: root/sys/netns
Commit message (Expand)AuthorAgeFilesLines
* Fix bug which has been there since rev 1.1 where && was used instead of &.hsu2002-06-091-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-314-129/+24
* Lock down a socket, milestone 1.tanimura2002-05-204-24/+129
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-202-3/+3
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-081-2/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-172-3/+3
* Desupport FreeBSD/vaxpeter2001-11-032-6/+0
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-11/+3
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-2/+1
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-297-7/+7
* $Id$ -> $FreeBSD$peter1999-08-2822-22/+22
* Make INET a proper option.eivind1998-01-081-1/+3
* Remove unneeded member nsp_head from struct nspcb.phk1997-04-141-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2222-22/+22
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1422-22/+22
* Bring back netns so that Netcon can take over support for it, as agreed.jkh1996-10-1721-0/+6021
* finish killing off netns. (For some reason, CVS `undeleted' thesewollman1996-02-1322-6027/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-303-6/+6
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-032-2/+4
* Completed function declarations and/or added prototypes.bde1995-11-212-4/+7
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+2
* Fix TCP_DEBUG support so that LINT compiles again (deReiserize).bde1995-10-101-4/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-2913-36/+34
* Remove trailing whitespace.rgrimes1995-05-307-27/+27
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-112-4/+9
* Removed redundant newlines that were in some panic strings.dg1995-03-192-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-2/+4
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.bde1994-11-152-2/+4
* Made idempotent.paul1994-08-2111-11/+66
* Added $Id$dg1994-08-0222-0/+22
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2422-0/+5987
OpenPOWER on IntegriCloud