aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-162-2/+8
* Make it possible to use lo0 as an internal IPX network. This is usefullJohn Hay1999-02-063-7/+6
* Don't use the pointer returned by MALLOC before checking if it is NULL.John Hay1999-02-061-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-4/+4
* Remove functions that are no longer in use.Eivind Eklund1999-01-121-24/+1
* Back out last change; there was 'fixup' code for the case later.Eivind Eklund1998-12-091-1/+1
* Better error checking.Eivind Eklund1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-4/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-5/+5
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-236-124/+118
* Fixed printf format errors.Bruce Evans1998-08-171-2/+2
* When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,Poul-Henning Kamp1998-06-101-2/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-073-7/+7
* Don't depend on "implicit int".Bruce Evans1998-05-011-2/+2
* Make read_random() take a (void *) argument instead of (char *)Poul-Henning Kamp1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+4
* Staticize.Eivind Eklund1998-02-097-31/+33
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-011-1/+2
* Make INET a proper option.Eivind Eklund1998-01-082-2/+8
* Moved some declarations from <sys/socket.h> to the correct places, andBruce Evans1997-12-211-1/+2
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-153-5/+13
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* This depends on option TCP_DEBUG for some reason, so includeBruce Evans1997-10-281-1/+4
* Update network code to use poll support.Peter Wemm1997-09-142-6/+6
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-022-2/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-165-72/+67
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-2/+2
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that IJohn Hay1997-06-2622-806/+115
* Mega IPX commit.John Hay1997-05-1021-587/+861
* Oops I missed one of the pr_usrreqs changes.John Hay1997-05-011-1/+4
* Make ipx compile again after the network interface changes.John Hay1997-05-019-71/+98
* Change IPX to use the pr_usrreqs structure.John Hay1997-04-055-414/+565
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-243-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2222-22/+22
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1422-22/+22
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-134-31/+18
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakableJohn Hay1996-11-242-7/+19
* Accept odd length ipx packets. (Win95 and some dialup servers use it.)John Hay1996-08-181-6/+10
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Make IPXIP work.John Hay1996-05-084-18/+18
* Zero out some (unused) entries in the ipxsw initiliser which only lead toGary Palmer1996-05-081-6/+6
* Don't use a newfangled auto initializer. Initialize everything byJohn Hay1996-04-131-2/+6
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-133-5/+12
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-118-9/+16
* Kill XNS.Garrett Wollman1996-02-131-2/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-303-7/+7
* Finally demolished the last, tottering remnants of GATEWAY. If you wantGarrett Wollman1996-01-052-19/+21
* Oops, forgot to update this to match pr_ctlinput.Bruce Evans1995-12-161-3/+3
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-166-15/+23