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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Protect against negative numbers as well
alfred
2001-02-26
1
-0
/
+3
*
fix typo in comment
alfred
2001-02-26
1
-1
/
+1
*
Santize a size variable passed to kernel malloc.
alfred
2001-02-26
1
-10
/
+20
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
3
-4
/
+6
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Insert entropy harvesting calls for network traffic. By
markm
2001-02-18
2
-0
/
+8
*
Add mutexes to the entire bpf subsystem to make it MPSAFE.
jlemon
2001-02-16
2
-160
/
+96
*
Fix another typo I missed on first reading:
asmodai
2001-02-14
1
-1
/
+1
*
Fix typo and comma placement.
asmodai
2001-02-14
1
-2
/
+2
*
Sync with the bridge/dummynet/ipfw code already tested in stable.
luigi
2001-02-10
2
-73
/
+61
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
When we receive an incoming Ethernet frame that was unicast to a
archie
2001-02-08
1
-10
/
+14
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-4
/
+4
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
3
-13
/
+13
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
5
-26
/
+13
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
7
-14
/
+13
*
Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().
peter
2001-02-04
2
-0
/
+28
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
13
-79
/
+79
*
o Allow non-root users to open /dev/tun* (remove suser()
brian
2001-02-03
1
-8
/
+5
*
Pass the minor number rather than the unit number to make_dev()
brian
2001-02-02
2
-4
/
+3
*
MFS: bridge/ipfw/dummynet fixes
luigi
2001-02-02
1
-170
/
+115
*
MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)
luigi
2001-02-02
2
-16
/
+66
*
Fix breakage caused by incomplete transition to IF_HANDOFF().
bp
2001-02-01
1
-2
/
+2
*
Quieten gcc.
peter
2001-01-31
1
-0
/
+1
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
6
-54
/
+154
*
Let M_PANIC go back to the private tree as its intention isn't understood well
bp
2001-01-31
1
-2
/
+1
*
Revert mutex initialization check to look at mtx_description.
jasone
2001-01-30
1
-1
/
+1
*
Supply a stub bpf_validate() (always returning false - the script is not
peter
2001-01-29
1
-4
/
+13
*
Use M_PANIC instead of if (sc == NULL) panic();
peter
2001-01-29
1
-1
/
+2
*
Make the number of loopback interfaces dynamically tunable. Why one
peter
2001-01-29
2
-18
/
+80
*
Minor cleanups after yesterday's patch.
luigi
2001-01-26
1
-19
/
+10
*
Bring bridging code in line with the one which works on -STABLE.
luigi
2001-01-26
1
-49
/
+97
*
Comment the interface to ether_input() and the way is normally
luigi
2001-01-25
1
-0
/
+9
*
DEVFS cloning for if_tap.
phk
2001-01-24
1
-5
/
+47
*
Assorted bugfixes:
luigi
2001-01-22
1
-14
/
+23
*
Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex
jasone
2001-01-21
1
-1
/
+2
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Small fix for bpf compat:
bmilekic
2000-12-27
2
-1
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
9
-13
/
+13
*
Various fixes to make leased line operation more robust. On lcp_up, start
jhay
2000-12-19
1
-49
/
+100
*
Fix bug: a read() on a bpf device which was in non-blocking mode
jdp
2000-12-17
1
-5
/
+6
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
8
-20
/
+12
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Move the wakeup/signaling of the reader side of the tun device into
jlemon
2000-12-05
1
-9
/
+18
*
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
1
-1
/
+5
*
Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>
jlemon
2000-11-26
1
-1
/
+3
*
Make log(-1, ...) do what addlog(...) did.
phk
2000-11-26
1
-89
/
+89
*
Remove unused variable, spl() manipulation isn't done for the ifq now.
jlemon
2000-11-25
1
-1
/
+0
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
17
-382
/
+228
*
Fixup (hopefully) bridging + ipfw + dummynet together...
bmilekic
2000-11-23
1
-2
/
+16
[next]