| 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 | -24/+12 |
* | Rework locking and reference counting in ipx_control to be consistent with | rwatson | 2009-06-24 | 1 | -58/+60 |
* | Add ipx_ifaddr locking to ipx_control(), which should close most | rwatson | 2009-06-21 | 1 | -27/+70 |
* | Introduce basic locking of global IPX address list 'ipx_ifaddr' using | rwatson | 2009-06-21 | 1 | -2/+7 |
* | In ipx_control(), lock if_addr_mtx when adding/removing addresses from | rwatson | 2009-06-21 | 1 | -3/+5 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Minor style cleanups. | rwatson | 2009-06-21 | 1 | -24/+25 |
* | Remove the suser(9) interface from the kernel. It has been replaced from | attilio | 2008-09-17 | 1 | -4/+11 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | rwatson | 2007-06-13 | 1 | -0/+1 |
* | Use ANSI C function declarations throughout netipx. | rwatson | 2007-05-11 | 1 | -26/+16 |
* | Factor out UCB and my copyrights from copyrights of Mike Mitchell; | rwatson | 2007-01-08 | 1 | -1/+26 |
* | Recent changes have locked down most of the highly dynamic data | rwatson | 2005-01-09 | 1 | -2/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+6 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0. | tjr | 2003-02-25 | 1 | -0/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | add forgotten IFA_LOCK_INIT | fjoe | 2003-01-23 | 1 | -0/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+2 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Back out last change; there was 'fixup' code for the case later. | eivind | 1998-12-09 | 1 | -1/+1 |
* | Better error checking. | eivind | 1998-12-08 | 1 | -2/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -5/+5 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I | jhay | 1997-06-26 | 1 | -6/+63 |
* | Mega IPX commit. | jhay | 1997-05-10 | 1 | -61/+34 |
* | Make ipx compile again after the network interface changes. | jhay | 1997-05-01 | 1 | -4/+6 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | 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 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -23/+8 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -1/+2 |
* | Suggested by: bde | julian | 1995-11-04 | 1 | -1/+3 |
* | Submitted by: Mike Mitchell (mitchell@ref.tfs.com) | julian | 1995-10-31 | 1 | -1/+1 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -0/+372 |