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
/
net
/
raw_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of off-by-one errors in the range checking code.
ru
2003-09-11
1
-1
/
+1
*
Remove useless local variable from raw_input().
kbyanc
2002-12-28
1
-3
/
+0
*
Back out some style changes. They are not urgent,
luigi
2002-11-20
1
-16
/
+24
*
Replace m_copy() with m_copypacket() where applicable.
luigi
2002-11-17
1
-24
/
+16
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-10
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+10
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-1
/
+4
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
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
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-3
/
+1
*
Update network code to use poll support.
peter
1997-09-14
1
-2
/
+2
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-13
/
+9
*
Removed unused #includes.
bde
1997-08-02
1
-7
/
+1
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-154
/
+152
*
Use LIST macros instead of insque/remque
phk
1997-04-14
1
-4
/
+3
*
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
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-1
/
+2
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-2
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Attempting to bind() or connect() a routing socket, while meaningless,
wollman
1995-02-16
1
-3
/
+7
*
Cosmetics: to silence gcc -wall.
phk
1994-10-08
1
-2
/
+3
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-1
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+306