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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Initialise the intrq_present fields at runtime, not link time. This allows
msmith
2002-01-08
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-0
/
+1
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
1
-2
/
+1
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-2
/
+2
*
Move the *intrq variables into net/intrq.c and unconditionally
brian
2000-01-24
1
-1
/
+2
*
Get rid of the old XNS checksum code and implement it the IPX way.
jhay
1999-08-28
1
-41
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,
phk
1998-06-10
1
-2
/
+3
*
Make read_random() take a (void *) argument instead of (char *)
phk
1998-04-06
1
-2
/
+2
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+4
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
jhay
1997-06-26
1
-122
/
+6
*
Mega IPX commit.
jhay
1997-05-10
1
-81
/
+211
*
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
-3
/
+3
*
Accept odd length ipx packets. (Win95 and some dialup servers use it.)
jhay
1996-08-18
1
-6
/
+10
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-1
/
+2
*
Finally demolished the last, tottering remnants of GATEWAY. If you want
wollman
1996-01-05
1
-18
/
+12
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-3
/
+5
*
Undid bogus cleanups. 0 was mistyped as NULL.
bde
1995-11-24
1
-2
/
+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
*
Submitted by: Mike Mitchell
julian
1995-10-31
1
-1
/
+1
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-0
/
+523