aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).Tim J. Robbins2003-03-083-59/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-044-35/+17
* Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.Tim J. Robbins2003-02-251-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-14/+14
* add forgotten IFA_LOCK_INITMax Khon2003-01-231-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-14/+14
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix a sizeof(int) != sizeof(void *) warning.John Baldwin2002-11-081-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Make spxnames a const char * to quieten some warnings in netstat.David Malone2002-07-271-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-313-109/+20
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-203-20/+109
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-302-5/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-3/+3
* Remove __P.Alfred Perlstein2002-03-207-43/+43
* 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