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
/
bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-2
/
+6
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+12
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-1
/
+1
*
Redo the sigio locking.
alfred
2002-05-01
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-3
/
+3
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-17
/
+17
*
Missed this file for select SMP fixes associated with rev 1.93 of
alfred
2002-03-14
1
-2
/
+0
*
Make bpf's read timeout feature work more correctly with
jdp
2001-12-14
1
-6
/
+53
*
- M_ZERO already sets bif_dlist to zero; there is no need to
arr
2001-11-18
1
-1
/
+0
*
Record the fact that revision 1.39 corresponded to CSRG revision 8.4,
ru
2001-10-17
1
-1
/
+1
*
Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my
jhb
2001-10-10
1
-1
/
+1
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Correct the comment about bpfattach() to match reality.
dd
2001-08-23
1
-3
/
+4
*
Fix bpf devices so select() recognizes that they are always writable.
gad
2001-04-04
1
-5
/
+8
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
o Remove unnecessary jail() check in bpfopen() -- we limit device access
rwatson
2001-02-21
1
-3
/
+0
*
Add mutexes to the entire bpf subsystem to make it MPSAFE.
jlemon
2001-02-16
1
-160
/
+88
*
Supply a stub bpf_validate() (always returning false - the script is not
peter
2001-01-29
1
-4
/
+13
*
Small fix for bpf compat:
bmilekic
2000-12-27
1
-1
/
+1
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
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
1
-2
/
+1
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Fix an order of operations buglet. ! has higher precedence than &. This
jhb
2000-11-03
1
-1
/
+1
*
Don't make_dev() in bpfopen() unless we need to.
phk
2000-10-09
1
-2
/
+3
*
Rename lminor() to dev2unit(). This function gives a linear unit number
phk
2000-09-19
1
-3
/
+5
*
Call bpfattach() correctly from if_ppp.c
brian
2000-09-16
1
-0
/
+5
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-13
/
+2
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-0
/
+32
*
Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccard
phk
2000-06-01
1
-2
/
+7
*
Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an
wpaul
2000-04-27
1
-0
/
+6
*
The advent of if_detach, allowing interface removal at runtime, makes it
rwatson
2000-03-19
1
-0
/
+63
*
Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or
rwatson
2000-03-18
1
-0
/
+19
*
|The hard limit for the BPF buffer size is 32KB, which appears too low
phk
2000-01-15
1
-2
/
+5
*
Make the stub routines have the same prototypes as the real bpf
julian
1999-12-03
1
-1
/
+1
*
Fix bug in BIOCGETIF ioctl() where it would return a bogus interface
archie
1999-11-03
1
-24
/
+8
*
Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header
msmith
1999-10-15
1
-0
/
+19
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Give BPF the "almost-clone" update. If you need more of them, make
phk
1999-08-15
1
-78
/
+31
*
Rename bpfilter to bpf.
des
1999-07-06
1
-9
/
+9
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-3
/
+6
*
Allow loadable interface drivers with BPF support to be loaded into a kernel
msmith
1999-04-28
1
-3
/
+42
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-14
/
+17
[next]