index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bpf.c
Age
Commit message (
Expand
)
Author
1999-08-10
code we do not use, had a typo; sirsyko@temp.ishiboo.com
Theo de Raadt
1999-08-08
Support detaching of network interfaces. Still work to do in ipf, and
Niklas Hallqvist
1999-05-26
Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4
Brad Smith
1999-04-22
we don't need to include buf.h
Artur Grabowski
1998-11-12
crank BPF_BUFSIZE so that fddi frames fit
Theo de Raadt
1998-06-26
fix bpf select(); from mts@rare.net
Theo de Raadt
1997-09-30
Check for NULL argument in bpf_mtap(). Some ethernet drivers
Todd C. Miller
1997-09-05
make bpfread return ENXIO if a read is attempted on an uninitialized
Theo de Raadt
1997-08-31
for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
Theo de Raadt
1997-03-17
Removed static specifiers. Align bpf headers on sizeof(long) boundaries
Niklas Hallqvist
1997-02-12
mark descriptors free in bpfilterattach() instead of bpfattach(); clearly
Theo de Raadt
1997-01-27
select subsystem si_pid becomes si_selpid, to not conflict against user/kerne...
Theo de Raadt
1996-12-07
avoid race, avoid mbuf leak
Theo de Raadt
1996-06-18
bpf BIOCSRTIMEOUT can round tv_usec down to zero & block; netbsd pr#2531; jha...
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt