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
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Fix bug in bpf_ifname() where the unit didn't get added correctly to the
dg
1996-06-08
1
-1
/
+2
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-2
/
+1
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
1
-6
/
+9
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-42
/
+18
*
Another mega commit to staticize things.
phk
1995-12-14
1
-18
/
+9
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+32
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
1
-2
/
+2
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-1
/
+4
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-1
/
+43
*
Fix #includes.
phk
1995-11-20
1
-2
/
+3
*
Fix BPf to generate a header mbuf for writes.
wollman
1995-09-22
1
-39
/
+5
*
Only print `bpf: foo0 attached' if bootverbose.
wollman
1995-09-20
1
-33
/
+4
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-9
/
+16
*
Fix panic("ifpromisc failed") when shutting down a bpf tap when the attached
peter
1995-07-31
1
-7
/
+7
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
Give the BPF the ability to generate signals when a packet is available.
pst
1995-06-15
1
-3
/
+57
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
1
-2
/
+2
*
Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.
dg
1995-03-14
1
-1
/
+6
*
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg
1994-10-09
1
-2
/
+1
*
1) cleaned up after Garrett - fixed more redundant declarations, changed
dg
1994-08-20
1
-5
/
+1
*
Added $Id$
dg
1994-08-02
1
-2
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+1316