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
*
Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).
tjr
2003-03-08
3
-59
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
4
-35
/
+17
*
Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.
tjr
2003-02-25
1
-0
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
6
-14
/
+14
*
add forgotten IFA_LOCK_INIT
fjoe
2003-01-23
1
-0
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
6
-14
/
+14
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fix a sizeof(int) != sizeof(void *) warning.
jhb
2002-11-08
1
-1
/
+1
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Make spxnames a const char * to quieten some warnings in netstat.
dwmalone
2002-07-27
1
-1
/
+1
*
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
[next]