aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_pcb.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-15/+3
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-3/+15
* 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-8/+8
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Get rid of the old XNS checksum code and implement it the IPX way.John Hay1999-08-281-0/+2
* $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-2/+1
* Staticize.Eivind Eklund1998-02-091-2/+2
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-23/+18
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that IJohn Hay1997-06-261-4/+1
* Mega IPX commit.John Hay1997-05-101-35/+67
* Make ipx compile again after the network interface changes.John Hay1997-05-011-8/+13
* 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
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Added #include <sys/queue.h>. This will be required when I moveBruce Evans1995-11-241-1/+2
* Suggested by: bdeJulian Elischer1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-311-2/+3
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+373