aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+11
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;Robert Watson2007-01-081-1/+26
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-29/+46
* Forward declaring static variables as extern is invalid ISO-C. Now thatDavid E. O'Brien2005-09-071-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Trim trailing whitespace.Robert Watson2005-01-021-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).Tim J. Robbins2003-03-081-10/+0
* $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/+2
* Staticize.Eivind Eklund1998-02-091-2/+2
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that IJohn Hay1997-06-261-17/+2
* Mega IPX commit.John Hay1997-05-101-3/+11
* Oops I missed one of the pr_usrreqs changes.John Hay1997-05-011-1/+4
* Change IPX to use the pr_usrreqs structure.John Hay1997-04-051-13/+19
* 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
* Zero out some (unused) entries in the ipxsw initiliser which only lead toGary Palmer1996-05-081-6/+6
* Finally demolished the last, tottering remnants of GATEWAY. If you wantGarrett Wollman1996-01-051-1/+9
* 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/+100