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
*
Assignment could be NULL, check.
mdodd
2003-03-21
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-34
/
+34
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type list
sam
2003-01-20
1
-4
/
+101
*
Remove cdevw_add() calls, they are deprecated.
phk
2002-12-28
1
-1
/
+0
*
correct function declarations of stubs used for building w/o device bpf
sam
2002-11-19
1
-4
/
+4
*
o add support for multiple link types per interface (e.g. 802.11 and Ethernet)
sam
2002-11-14
1
-24
/
+38
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-21
1
-2
/
+1
*
In an SMP environment post-Giant it is no longer safe to blindly
truckman
2002-10-03
1
-2
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Don't return(foo(bla)) when foo returns void.
phk
2002-09-28
1
-2
/
+4
*
Insert a missing call to MAC protection check for delivering an
rwatson
2002-09-21
1
-1
/
+5
*
Use m_length() instead of home-rolled.
phk
2002-09-18
1
-4
/
+3
*
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
[next]