| Commit message (Expand) | Author | Age | Files | Lines |
* | Use queue(9) instead of hand-crafted link lists for the global IPX | rwatson | 2009-06-24 | 1 | -5/+7 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -7/+27 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -1/+1 |
* | Introduce basic locking of global IPX address list 'ipx_ifaddr' using | rwatson | 2009-06-21 | 1 | -4/+16 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Use ANSI C function declarations throughout netipx. | rwatson | 2007-05-11 | 1 | -34/+15 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Factor out UCB and my copyrights from copyrights of Mike Mitchell; | rwatson | 2007-01-08 | 1 | -1/+27 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -4/+4 |
* | Rework IPX/SPX socket and pcb reference model: | rwatson | 2006-03-25 | 1 | -5/+13 |
* | Clean up and style(9) SPX code prior to significant functional changes | rwatson | 2006-03-24 | 1 | -3/+5 |
* | Assert or acquire the IPX PCB list lock or IPX PCB locks throughout | rwatson | 2005-01-09 | 1 | -1/+21 |
* | Introduce a global mutex, ipxpcb_list_mtx, to protect the global | rwatson | 2005-01-09 | 1 | -0/+2 |
* | In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the | rwatson | 2005-01-09 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Eliminate XXX comments regarding allocation failures when retrieving | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 1 | -6/+6 |
* | Use 'NULL' in preference to '0' for pointer comparisons. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Use RTFREE() to free route references rather than rtfree(), as rtfree() | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Prefer rtalloc_ign() API to rtalloc() API. | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, | rwatson | 2005-01-01 | 1 | -0/+1 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 1 | -1/+1 |
* | Use a global variable, ipxpcb_lport_cache, to cache the most recently | rwatson | 2004-12-30 | 1 | -5/+5 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 1 | -4/+5 |
* | Garbage collect unused (and incompletely implemented) functions: | rwatson | 2004-12-30 | 1 | -55/+0 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -15/+3 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -3/+15 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+8 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Get rid of the old XNS checksum code and implement it the IPX way. | jhay | 1999-08-28 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Make it possible to use lo0 as an internal IPX network. This is usefull | jhay | 1999-02-06 | 1 | -2/+1 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -23/+18 |
* | Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I | jhay | 1997-06-26 | 1 | -4/+1 |
* | Mega IPX commit. | jhay | 1997-05-10 | 1 | -35/+67 |
* | Make ipx compile again after the network interface changes. | jhay | 1997-05-01 | 1 | -8/+13 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |