summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-4/+4
* Use queue(9) instead of hand-crafted link lists for the global IPXrwatson2009-06-241-24/+12
* Rework locking and reference counting in ipx_control to be consistent withrwatson2009-06-241-58/+60
* Add ipx_ifaddr locking to ipx_control(), which should close mostrwatson2009-06-211-27/+70
* Introduce basic locking of global IPX address list 'ipx_ifaddr' usingrwatson2009-06-211-2/+7
* In ipx_control(), lock if_addr_mtx when adding/removing addresses fromrwatson2009-06-211-3/+5
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Minor style cleanups.rwatson2009-06-211-24/+25
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-4/+11
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-131-0/+1
* Use ANSI C function declarations throughout netipx.rwatson2007-05-111-26/+16
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-081-1/+26
* Recent changes have locked down most of the highly dynamic datarwatson2005-01-091-2/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Trim trailing whitespace.rwatson2005-01-021-3/+3
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+6
* Use __FBSDID().obrien2003-06-111-2/+3
* Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.tjr2003-02-251-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* add forgotten IFA_LOCK_INITfjoe2003-01-231-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Back out last change; there was 'fixup' code for the case later.eivind1998-12-091-1/+1
* Better error checking.eivind1998-12-081-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-261-6/+63
* Mega IPX commit.jhay1997-05-101-61/+34
* Make ipx compile again after the network interface changes.jhay1997-05-011-4/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-23/+8
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Suggested by: bdejulian1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-311-1/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+372
OpenPOWER on IntegriCloud