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
/
spx_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-67
/
+13
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-13
/
+67
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-2
/
+4
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-25
/
+25
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-1
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Get rid of the old XNS checksum code and implement it the IPX way.
jhay
1999-08-28
1
-5
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Don't use the pointer returned by MALLOC before checking if it is NULL.
jhay
1999-02-06
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-4
/
+4
*
Remove functions that are no longer in use.
eivind
1999-01-12
1
-24
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-54
/
+56
*
Don't depend on "implicit int".
bde
1998-05-01
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
1
-11
/
+11
*
Update network code to use poll support.
peter
1997-09-14
1
-3
/
+3
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-30
/
+28
*
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
jhay
1997-06-26
1
-59
/
+1
*
Mega IPX commit.
jhay
1997-05-10
1
-109
/
+150
*
Make ipx compile again after the network interface changes.
jhay
1997-05-01
1
-22
/
+30
*
Change IPX to use the pr_usrreqs structure.
jhay
1997-04-05
1
-226
/
+346
*
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
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
1
-2
/
+1
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-3
/
+5
*
Added #include <sys/queue.h>. This will be required when I move
bde
1995-11-24
1
-1
/
+2
*
Undid bogus cleanups. 0 was mistyped as NULL.
bde
1995-11-24
1
-3
/
+3
*
Suggested by: bde
julian
1995-11-04
1
-1
/
+3
*
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
julian
1995-10-31
1
-3
/
+3
*
Submitted by: Mike Mitchell
julian
1995-10-31
1
-2
/
+1
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-0
/
+1815