| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing "goto set_head" for SO_IPX_CHECKSUM; otherwise we fall through | Robert Watson | 2008-12-11 | 1 | -0/+1 |
| * | Begin the sysctl descriptions with a capital letter. | Tom Rhodes | 2008-07-25 | 1 | -2/+2 |
| * | Document a few sysctls. | Tom Rhodes | 2008-07-20 | 1 | -2/+2 |
| * | Remove IPX over IP tunneling support, which allows IPX routing over IP | Robert Watson | 2007-06-13 | 1 | -6/+0 |
| * | Use ANSI C function declarations throughout netipx. | Robert Watson | 2007-05-11 | 1 | -56/+23 |
| * | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 1 | -2/+2 |
| * | Factor out UCB and my copyrights from copyrights of Mike Mitchell; | Robert Watson | 2007-01-08 | 1 | -1/+27 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+8 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -7/+14 |
| * | Make this compile without INVARIANTS. | Olivier Houchard | 2006-04-11 | 1 | -0/+2 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -3/+2 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -6/+2 |
| * | Rework IPX/SPX socket and pcb reference model: | Robert Watson | 2006-03-25 | 1 | -11/+22 |
| * | Protect ipx_pexseq with the IPX PCB list mutex. | Robert Watson | 2005-01-09 | 1 | -2/+11 |
| * | Acquire or assert the IPX PCB list lock or IPX PCB lock during various | Robert Watson | 2005-01-09 | 1 | -33/+72 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Garbage collect unused ipx_abort(). | Robert Watson | 2005-01-03 | 1 | -12/+2 |
| * | Restructure ipx_input() return code to match similar code in netinet, | Robert Watson | 2005-01-02 | 1 | -8/+6 |
| * | Eliminate XXX comments regarding allocation failures when retrieving | Robert Watson | 2005-01-02 | 1 | -2/+2 |
| * | Use KASSERT() in preference to if()panic(). | Robert Watson | 2005-01-02 | 1 | -2/+1 |
| * | Trim trailing whitespace. | Robert Watson | 2005-01-02 | 1 | -6/+6 |
| * | Marginally reformat copyright statements to remove an excess ','. | Robert Watson | 2004-12-31 | 1 | -1/+1 |
| * | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | Robert Watson | 2004-12-30 | 1 | -2/+3 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -10/+22 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 1 | -0/+1 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 1 | -1/+2 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL). | Tim J. Robbins | 2003-03-08 | 1 | -7/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -27/+4 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -4/+27 |
| * | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | Seigo Tanimura | 2002-04-30 | 1 | -3/+6 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -21/+21 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 1 | -1/+1 |
| * | Get rid of the old XNS checksum code and implement it the IPX way. | John Hay | 1999-08-28 | 1 | -4/+9 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
| * | Make it possible to use lo0 as an internal IPX network. This is usefull | John Hay | 1999-02-06 | 1 | -3/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -52/+39 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+3 |
| * | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | Eivind Eklund | 1997-12-15 | 1 | -3/+7 |
| * | Update network code to use poll support. | Peter Wemm | 1997-09-14 | 1 | -3/+3 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -11/+13 |