aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_var.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unuxed ipx_zerohost.Robert Watson2009-06-211-1/+0
* Remove historical support for capturing IPX packets in the output pathRobert Watson2009-06-211-1/+0
* Use ANSI C function declarations throughout netipx.Robert Watson2007-05-111-1/+1
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;Robert Watson2007-01-081-1/+26
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Garbage collect unused ipx_abort().Robert Watson2005-01-031-1/+0
* Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this inRobert Watson2004-12-311-0/+1
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewRobert Watson2004-12-301-1/+0
* Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost.Robert Watson2004-12-301-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Remove __P.Alfred Perlstein2002-03-201-16/+16
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+6
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that IJohn Hay1997-06-261-3/+12
* Mega IPX commit.John Hay1997-05-101-8/+44
* 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
* Suggested by: bdeJulian Elischer1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-311-1/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+55