index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netipx
/
ipx_pcb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ANSI C function declarations throughout netipx.
rwatson
2007-05-11
1
-5
/
+4
*
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
-2
/
+29
*
Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them
rwatson
2006-03-26
1
-0
/
+1
*
Rework IPX/SPX socket and pcb reference model:
rwatson
2006-03-25
1
-8
/
+11
*
Move spx_savesi from being a global variable to an automatically allocated
rwatson
2006-03-23
1
-2
/
+2
*
Introduce a global mutex, ipxpcb_list_mtx, to protect the global
rwatson
2005-01-09
1
-1
/
+19
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Extern declaration of old 'ipxpcb' list head no longer required.
rwatson
2005-01-02
1
-2
/
+0
*
Convert netipx to use queue(9) doubly-linked lists instead of home-brew
rwatson
2004-12-30
1
-4
/
+10
*
Garbage collect unused (and incompletely implemented) functions:
rwatson
2004-12-30
1
-3
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-13
/
+13
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Get rid of the old XNS checksum code and implement it the IPX way.
jhay
1999-08-28
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-5
/
+5
*
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
jhay
1997-06-26
1
-2
/
+2
*
Mega IPX commit.
jhay
1997-05-10
1
-8
/
+8
*
Make ipx compile again after the network interface changes.
jhay
1997-05-01
1
-4
/
+7
*
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
*
Enlarge the transmit and receive bufferspace of ipx. Make it tweakable
jhay
1996-11-24
1
-3
/
+3
*
Cleaned up prototypes:
bde
1995-11-24
1
-19
/
+14
*
Suggested by: bde
julian
1995-11-04
1
-1
/
+3
*
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
julian
1995-10-31
1
-2
/
+2
*
Submitted by: Mike Mitchell
julian
1995-10-31
1
-4
/
+16
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-0
/
+88