summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* KSE Milestone 2julian2001-09-121-21/+21
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-281-4/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefulljhay1999-02-061-3/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-52/+39
* Staticize.eivind1998-02-091-3/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-3/+7
* Update network code to use poll support.peter1997-09-141-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-11/+13
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-261-6/+1
* Mega IPX commit.jhay1997-05-101-36/+33
* Make ipx compile again after the network interface changes.jhay1997-05-011-21/+28
* Change IPX to use the pr_usrreqs structure.jhay1997-04-051-165/+190
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-2/+3
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakablejhay1996-11-241-4/+16
* Make IPXIP work.jhay1996-05-081-3/+3
* Don't use a newfangled auto initializer. Initialize everything byjhay1996-04-131-2/+6
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Suggested by: bdejulian1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-311-1/+1
* Submitted by: Mike Mitchelljulian1995-10-311-0/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+577
OpenPOWER on IntegriCloud