Home | History | Annotate | Download | only in common
History log of /src/usr.sbin/mopd/common/pf.c
RevisionDateAuthorComments
 1.13  08-Jun-2016  christos Quick+Dirty port to linux
 1.12  17-Nov-2009  drochner ANSIfy, sprinkle "const"
 1.11  20-Oct-2009  snj Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.

thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.
 1.10  01-Dec-2004  christos Use cloning bpf.
 1.9  10-Apr-2004  darrenr With recent changes to BPF, pushing the default buffer size to 1MB, running
a bunch of small daemons that seem small packet flows can easily chew up
significant kernel memory (each BPF device opened takes 2*buffersize of
wired memory.) In each of these applications, add code to set the buffer
size to 32k before setting the interface.
 1.8  20-Apr-2003  christos branches: 1.8.2;
PR/3343: Jonathan Stone: Errors and warnings to stderr if interactive
 1.7  22-Aug-2002  itojun string manipulation fixes. from openbsd
 1.6  13-Jul-2002  itojun use snprintf. inspired by openbsd change
 1.5  24-May-1998  thorpej Display a more meaningful error message if the bpf open fails.
 1.4  16-Oct-1997  lukem - WARNsify
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
 1.3  25-Mar-1997  thorpej RCS id police.
 1.2  17-Mar-1997  veego s/if_ether.h/if_inarp.h/
 1.1  16-Mar-1997  cjs branches: 1.1.1;
Initial revision
 1.1.1.1  16-Mar-1997  cjs Import of Mats O Jansson's MOP boot program for DEC machines.
 1.8.2.1  21-Apr-2004  jmc Pullup rev 1.9 (requested by darrenr in ticket #167)

Reduce bpf buffer to 32k from 1M to reduce kernel memory usage from userland
binaries.
Fix bpf so that select will return for a timeout.
Fix the behaviour of BIOCIMMEDIATE.
In bpf_mtap(), optimise the calling of bpf_filter() and catchpacket()
based on whether or not the entire packet is in one mbuf.
Various other bpf fixes, including PR#8674, PR#12170

RSS XML Feed