summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_outputfl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Use queue(9) instead of hand-crafted link lists for the global IPXrwatson2009-06-241-13/+16
* Introduce basic locking of global IPX address list 'ipx_ifaddr' usingrwatson2009-06-211-3/+14
* Remove historical support for capturing IPX packets in the output pathrwatson2009-06-211-8/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* Use ANSI C function declarations throughout netipx.rwatson2007-05-111-9/+5
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-081-1/+26
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use RTFREE() to free route references rather than rtfree(), as rtfree()rwatson2005-01-021-1/+1
* Prefer rtalloc_ign() API to rtalloc() API.rwatson2005-01-021-2/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* FreeBSD/vax is quite some time away.peter2001-11-031-4/+0
* Calculate checksum properly for propagated IPX/NetBIOS packets.bp2000-04-271-2/+2
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-281-6/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove incorrect initialization.eivind1999-04-111-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefulljhay1999-02-061-2/+3
* Staticize.eivind1998-02-091-2/+2
* 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-261-5/+1
* Mega IPX commit.jhay1997-05-101-22/+130
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Suggested by: bdejulian1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-311-1/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+159
OpenPOWER on IntegriCloud