summaryrefslogtreecommitdiffstats
path: root/sys/netnatm
Commit message (Expand)AuthorAgeFilesLines
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-12/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+12
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-4/+7
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-204-28/+25
* Fix warningspeter2002-02-281-10/+11
* 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-171-2/+2
* Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, whichbmilekic2001-04-051-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Add $FreeBSD$peter2000-05-011-0/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-1/+8
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-4/+4
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-4/+0
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Staticize.eivind1998-02-092-7/+7
* Back out DIAGNOSTIC changes.eivind1998-02-062-4/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-042-0/+4
* Fixed a sloppy common-style declaration.bde1997-12-202-1/+4
* Removed unused #includes.bde1997-10-281-8/+0
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Update network code to use poll support.peter1997-09-141-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-19/+18
* Removed unused #includes.bde1997-08-022-10/+0
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+822
* import Chuck Cranor's ATM driverkjc1997-05-093-0/+486
OpenPOWER on IntegriCloud