aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-1/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-172-2/+2
* FreeBSD/vax is quite some time away.Peter Wemm2001-11-032-7/+0
* KSE Milestone 2Julian Elischer2001-09-127-64/+64
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-043-7/+7
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-084-8/+5
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-10/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-293-3/+0
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Calculate checksum properly for propagated IPX/NetBIOS packets.Boris Popov2000-04-271-2/+2
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-2/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+2
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-296-13/+13
* Lose a register declaration to avoid a warningEivind Eklund1999-12-201-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-1/+1
* Get rid of the old XNS checksum code and implement it the IPX way.John Hay1999-08-288-213/+85
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2820-20/+20
* Suser() simplification:Poul-Henning Kamp1999-04-273-6/+6
* Remove incorrect initialization.Eivind Eklund1999-04-111-2/+2
* * 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