History log of /csrg-svn/sys/net/bpf.c (Results 1 – 23 of 23)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68168 09-Jan-1995 cgd

64-bit changes: casts, and ioctl cmds are u_longs

# 67634 10-Aug-1994 mckusick

inline => __inline (from cgd)

# 66504 28-Mar-1994 bostic

fix compiler warning
From: ralphc@pyramid.com (Ralph Campbell)

# 63207 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 61337 04-Jun-1993 bostic

prototype everything

# 59122 17-Apr-1993 torek

add bpfilterattach

# 57913 10-Feb-1993 bostic

bpf doesn't need sys/dir.h

# 55289 16-Jul-1992 mckusick

update from Jeff Forys for rbootd support

# 55065 12-Jul-1992 pendry

MIN -> min

# 54970 11-Jul-1992 mckusick

change definition of __inline__ to match __inline of cdefs.h

# 53947 07-Jun-1992 mccanne

update from helios -- many changes and bug fixes

# 52518 15-Feb-1992 mckusick

use selrecord and selwakeup to implement selecting

# 51440 29-Oct-1991 mccanne

restore sccs keywords

# 51425 27-Oct-1991 mccanne

new SunOS/BSD unified source

# 50417 15-Jul-1991 mccanne

fixed memory leak in bpf_setf()

# 50082 17-Jun-1991 mccanne

bug fix -- large snapshots with large packets previously could
overflow the input buffer

# 49726 14-May-1991 mccanne

be paranoid and pass ifr arg to device driver SIOCSIFFLAGS ioctl

# 49723 14-May-1991 mccanne

fixed bpfselect() bugs -- had semantics wrong
don't special case absent filter anymore

# 49343 07-May-1991 bostic

from Steve McCanne, delete dead code
new copyright; att/bsd/shared

# 49202 05-May-1991 mccanne

bpf interfaces now allocated dynamically; perhaps they should go
in the driver's softc
bpf_devp is gone; instead we have an ioctl to get the link type
bpf_mtap now just passes mbuf to filter -- no pu

bpf interfaces now allocated dynamically; perhaps they should go
in the driver's softc
bpf_devp is gone; instead we have an ioctl to get the link type
bpf_mtap now just passes mbuf to filter -- no pull up

show more ...

# 48967 02-May-1991 mccanne

nuked bpf_default_filter; no filter is now NULL

# 48932 02-May-1991 mccanne

checkpoint before porting new insn format from horse

# 47584 19-Mar-1991 mccanne

date and time created 91/03/19 18:27:13 by mccanne