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
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
3
-109
/
+20
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
3
-20
/
+109
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
2
-5
/
+10
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-3
/
+3
*
Remove __P.
alfred
2002-03-20
7
-43
/
+43
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-1
/
+1
*
Initialise the intrq_present fields at runtime, not link time. This allows
msmith
2002-01-08
1
-1
/
+1
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
2
-2
/
+2
*
FreeBSD/vax is quite some time away.
peter
2001-11-03
2
-7
/
+0
*
KSE Milestone 2
julian
2001-09-12
7
-64
/
+64
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
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
3
-7
/
+7
*
* 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
4
-8
/
+5
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
2
-10
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
3
-3
/
+0
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+2
*
Calculate checksum properly for propagated IPX/NetBIOS packets.
bp
2000-04-27
1
-2
/
+2
*
* 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
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
6
-13
/
+13
*
Lose a register declaration to avoid a warning
eivind
1999-12-20
1
-1
/
+1
*
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
green
1999-12-19
1
-1
/
+1
*
Get rid of the old XNS checksum code and implement it the IPX way.
jhay
1999-08-28
8
-213
/
+85
*
$Id$ -> $FreeBSD$
peter
1999-08-28
20
-20
/
+20
*
Suser() simplification:
phk
1999-04-27
3
-6
/
+6
*
Remove incorrect initialization.
eivind
1999-04-11
1
-2
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
2
-2
/
+8
*
Make it possible to use lo0 as an internal IPX network. This is usefull
jhay
1999-02-06
3
-7
/
+6
*
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
*
Back out last change; there was 'fixup' code for the case later.
eivind
1998-12-09
1
-1
/
+1
*
Better error checking.
eivind
1998-12-08
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-4
/
+2
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-5
/
+5
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
6
-124
/
+118
*
Fixed printf format errors.
bde
1998-08-17
1
-2
/
+2
*
When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,
phk
1998-06-10
1
-2
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
3
-7
/
+7
*
Don't depend on "implicit int".
bde
1998-05-01
1
-2
/
+2
*
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
7
-31
/
+33
*
Forward declare more structs that are used in prototypes here - don't
bde
1998-02-01
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
2
-2
/
+8
[next]