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
*
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
*
Make compilable. if_fddisubr.c depended on sys/malloc.h by my
ume
2000-11-04
1
-0
/
+1
*
Fix an order of operations buglet. ! has higher precedence than &. This
jhb
2000-11-03
1
-1
/
+1
*
Have tuninit() return an error if an interface address is NULL.
jlemon
2000-11-02
1
-19
/
+23
*
IPv6 was not work on FDDI.
ume
2000-11-01
1
-0
/
+87
*
Add pfil.9 manpage to build after a repository copy.
ru
2000-10-30
1
-133
/
+0
*
Add some additional message types for coming raylan driver from Duncan
imp
2000-10-30
1
-0
/
+35
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Initialize rn_mklist in rn_newpair(). The undocumented assumption
wollman
2000-10-27
1
-0
/
+1
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-4
/
+0
*
Remove bogus undocumented macros used to control conditional assembly.
phk
2000-10-27
1
-13
/
+0
[next]