aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_outputfl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IPX support.Gleb Smirnoff2014-03-141-288/+0
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Use queue(9) instead of hand-crafted link lists for the global IPXRobert Watson2009-06-241-13/+16
* Introduce basic locking of global IPX address list 'ipx_ifaddr' usingRobert Watson2009-06-211-3/+14
* Remove historical support for capturing IPX packets in the output pathRobert Watson2009-06-211-8/+0
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* Use ANSI C function declarations throughout netipx.Robert Watson2007-05-111-9/+5
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;Robert Watson2007-01-081-1/+26
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use RTFREE() to free route references rather than rtfree(), as rtfree()Robert Watson2005-01-021-1/+1
* Prefer rtalloc_ign() API to rtalloc() API.Robert Watson2005-01-021-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* FreeBSD/vax is quite some time away.Peter Wemm2001-11-031-4/+0
* Calculate checksum properly for propagated IPX/NetBIOS packets.Boris Popov2000-04-271-2/+2
* Get rid of the old XNS checksum code and implement it the IPX way.John Hay1999-08-281-6/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove incorrect initialization.Eivind Eklund1999-04-111-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefullJohn Hay1999-02-061-2/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* 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-261-5/+1
* Mega IPX commit.John Hay1997-05-101-22/+130
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* Suggested by: bdeJulian Elischer1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)Julian Elischer1995-10-311-1/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-0/+159