Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-25 | document BIOCGDIRFILT/BIOCSDIRFILT ioctls | Damien Miller | |
sync/sort the list of allowed ioctls under BIOCLOCK too | |||
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter | |
bpf FILDROP interface exists for about one year but the required interface to the drivers was missing - so it was useless. this new approach based on a design by henning@ uses a new mbuf flag to mark filtered packets and to drop them in the generic network stack input routines (like ether_input). for example; after some additional testing, this could be used by dhclient to filter everything except DHCP packets (track tech@ for a corresponding dhclient diff). the "filter dropped" packets won't reach the network stack. so it's probably some kind of a very basic application layer packet filter ;). ok canacar@, discussed with henning@ and others | |||
2005-10-13 | comment out the "filter drop" option because it has never been fully | Reyk Floeter | |
implemented and is not useable at all. ok henning@ | |||
2005-04-15 | - sync to reality w.r.t. available ioctls and their arguments | Jared Yanovich | |
- tweak layout of ioctl section - other minor (mdoc, punctuation) fixes ok jmc | |||
2005-01-08 | new sentence, new line; | Jason McIntyre | |
2005-01-07 | add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) | Reyk Floeter | |
ok canacar@, fgsch@, tested by some other people | |||
2004-05-31 | document cloning of bpf devices. no need to change kernel config to | Can Erkin Acar | |
add new bpf devices anymore. ok jmc, makrus, grange, deraadt. | |||
2004-03-21 | Homogeneize config lines for pseudo-devices, and do not put fixed values. | Miod Vallat | |
2004-03-13 | .DV -> .Dv | Jason McIntyre | |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar | |
Locking prevents dangerous ioctls such as changing the interface and sending signals to be executed by an unprivileged process. A filter can also be applied to packets injected through a bpf descriptor. These features allow programs using bpf descriptors to safely drop/seperate privileges. ok frantzen@ henning@ mcbride@ | |||
2003-07-09 | - much simpler macros | Jason McIntyre | |
- add missing .Sm off - remove extra .Pp's - sort postcript formatting problem - fix lists | |||
2003-06-23 | better wording of FIONBIO behaviour; | Jason McIntyre | |
work done by Otto Moerbeek. | |||
2003-06-20 | correct what FIONBIO returns; | Jason McIntyre | |
closes PR 2696; work done by Otto Moerbeek. also sorted the .Rs/.Re section. | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- some macro fixes - kill whitespace at EOL | |||
2003-01-28 | typos; added white boldface to examples | Jason McIntyre | |
ok deraadt@ | |||
2002-06-29 | the the | Christian Weisgerber | |
2001-10-05 | Powered by @mantoya: | Mike Pechkin | |
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | |||
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-06-23 | spelling fixes and minor repairs almost entirely from jsyn@nthought.com | Paul Janzen | |
2001-06-22 | o) remove unnecessary .Pp; | Mike Pechkin | |
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok. | |||
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level ↵ | Dug Song | |
source address in forged frames. from NetBSD. art@ok | |||
2001-03-26 | mdoc'ifying manpages is a really easy way to kill loads of time on the plane. | Aaron Campbell | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-04-03 | Remove trailing whitespace. | Aaron Campbell | |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-03-26 | fix a bunch of errors | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |