aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-27/+4
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-4/+27
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-3/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-21/+21
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-1/+1
* Get rid of the old XNS checksum code and implement it the IPX way.John Hay1999-08-281-4/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefullJohn Hay1999-02-061-3/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-52/+39
* Staticize.Eivind Eklund1998-02-091-3/+3
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-3/+7
* Update network code to use poll support.Peter Wemm1997-09-141-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-11/+13
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that IJohn Hay1997-06-261-6/+1
* Mega IPX commit.John Hay1997-05-101-36/+33
* Make ipx compile again after the network interface changes.John Hay1997-05-011-21/+28
* Change IPX to use the pr_usrreqs structure.John Hay1997-04-051-165/+190
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+3
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakableJohn Hay1996-11-241-4/+16
* Make IPXIP work.John Hay1996-05-081-3/+3
* Don't use a newfangled auto initializer. Initialize everything byJohn Hay1996-04-131-2/+6
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* Suggested by: bdeJulian Elischer1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-311-1/+1
* Submitted by: Mike MitchellJulian Elischer1995-10-311-0/+3
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+577