| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove IPX over IP tunneling support, which allows IPX routing over IP | rwatson | 2007-06-13 | 1 | -6/+0 |
* | Use ANSI C function declarations throughout netipx. | rwatson | 2007-05-11 | 1 | -56/+23 |
* | 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 | -2/+8 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -7/+14 |
* | Make this compile without INVARIANTS. | cognet | 2006-04-11 | 1 | -0/+2 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -3/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -6/+2 |
* | Rework IPX/SPX socket and pcb reference model: | rwatson | 2006-03-25 | 1 | -11/+22 |
* | Protect ipx_pexseq with the IPX PCB list mutex. | rwatson | 2005-01-09 | 1 | -2/+11 |
* | Acquire or assert the IPX PCB list lock or IPX PCB lock during various | rwatson | 2005-01-09 | 1 | -33/+72 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Garbage collect unused ipx_abort(). | rwatson | 2005-01-03 | 1 | -12/+2 |
* | Restructure ipx_input() return code to match similar code in netinet, | rwatson | 2005-01-02 | 1 | -8/+6 |
* | Eliminate XXX comments regarding allocation failures when retrieving | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Use KASSERT() in preference to if()panic(). | rwatson | 2005-01-02 | 1 | -2/+1 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 1 | -6/+6 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 1 | -1/+1 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 1 | -2/+3 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -10/+22 |
* | 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 | -1/+2 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL). | tjr | 2003-03-08 | 1 | -7/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -27/+4 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -4/+27 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+6 |
* | 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 | -21/+21 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -1/+1 |
* | Get rid of the old XNS checksum code and implement it the IPX way. | jhay | 1999-08-28 | 1 | -4/+9 |
* | $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 | -3/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -52/+39 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -3/+7 |
* | Update network code to use poll support. | peter | 1997-09-14 | 1 | -3/+3 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -11/+13 |
* | Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I | jhay | 1997-06-26 | 1 | -6/+1 |
* | Mega IPX commit. | jhay | 1997-05-10 | 1 | -36/+33 |
* | Make ipx compile again after the network interface changes. | jhay | 1997-05-01 | 1 | -21/+28 |