summaryrefslogtreecommitdiffstats
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Add $FreeBSD$peter2000-05-011-0/+2
* Calculate checksum properly for propagated IPX/NetBIOS packets.bp2000-04-271-2/+2
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-2/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-2/+2
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-296-13/+13
* Lose a register declaration to avoid a warningeivind1999-12-201-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-288-213/+85
* $Id$ -> $FreeBSD$peter1999-08-2820-20/+20
* Suser() simplification:phk1999-04-273-6/+6
* Remove incorrect initialization.eivind1999-04-111-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-162-2/+8
* Make it possible to use lo0 as an internal IPX network. This is usefulljhay1999-02-063-7/+6
* Don't use the pointer returned by MALLOC before checking if it is NULL.jhay1999-02-061-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-4/+4
* Remove functions that are no longer in use.eivind1999-01-121-24/+1
* Back out last change; there was 'fixup' code for the case later.eivind1998-12-091-1/+1
* Better error checking.eivind1998-12-081-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-4/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+5
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-236-124/+118
* Fixed printf format errors.bde1998-08-171-2/+2
* When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,phk1998-06-101-2/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-073-7/+7
* Don't depend on "implicit int".bde1998-05-011-2/+2
* Make read_random() take a (void *) argument instead of (char *)phk1998-04-061-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+4
* Staticize.eivind1998-02-097-31/+33
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-011-1/+2
* Make INET a proper option.eivind1998-01-082-2/+8
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-211-1/+2
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-153-5/+13
* Removed unused #includes.bde1997-10-281-2/+1
* This depends on option TCP_DEBUG for some reason, so includebde1997-10-281-1/+4
* Update network code to use poll support.peter1997-09-142-6/+6
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-022-2/+4
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-165-72/+67
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-2/+2
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-2622-806/+115
* Mega IPX commit.jhay1997-05-1021-587/+861
* Oops I missed one of the pr_usrreqs changes.jhay1997-05-011-1/+4
* Make ipx compile again after the network interface changes.jhay1997-05-019-71/+98
* Change IPX to use the pr_usrreqs structure.jhay1997-04-055-414/+565
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-243-6/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2222-22/+22
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1422-22/+22
* Convert the interface address and IP interface address structureswollman1996-12-134-31/+18
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakablejhay1996-11-242-7/+19
OpenPOWER on IntegriCloud