| Commit message (Expand) | Author | Age | Files | Lines |
* | Make bpf's read timeout feature work more correctly with | jdp | 2001-12-14 | 1 | -6/+53 |
* | - M_ZERO already sets bif_dlist to zero; there is no need to | arr | 2001-11-18 | 1 | -1/+0 |
* | Record the fact that revision 1.39 corresponded to CSRG revision 8.4, | ru | 2001-10-17 | 1 | -1/+1 |
* | Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my | jhb | 2001-10-10 | 1 | -1/+1 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | Correct the comment about bpfattach() to match reality. | dd | 2001-08-23 | 1 | -3/+4 |
* | Fix bpf devices so select() recognizes that they are always writable. | gad | 2001-04-04 | 1 | -5/+8 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | o Remove unnecessary jail() check in bpfopen() -- we limit device access | rwatson | 2001-02-21 | 1 | -3/+0 |
* | Add mutexes to the entire bpf subsystem to make it MPSAFE. | jlemon | 2001-02-16 | 1 | -160/+88 |
* | Supply a stub bpf_validate() (always returning false - the script is not | peter | 2001-01-29 | 1 | -4/+13 |
* | Small fix for bpf compat: | bmilekic | 2000-12-27 | 1 | -1/+1 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Fix bug: a read() on a bpf device which was in non-blocking mode | jdp | 2000-12-17 | 1 | -5/+6 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Fix an order of operations buglet. ! has higher precedence than &. This | jhb | 2000-11-03 | 1 | -1/+1 |
* | Don't make_dev() in bpfopen() unless we need to. | phk | 2000-10-09 | 1 | -2/+3 |
* | Rename lminor() to dev2unit(). This function gives a linear unit number | phk | 2000-09-19 | 1 | -3/+5 |
* | Call bpfattach() correctly from if_ppp.c | brian | 2000-09-16 | 1 | -0/+5 |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -13/+2 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -0/+32 |
* | Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccard | phk | 2000-06-01 | 1 | -2/+7 |
* | Add a bpfdetach() stub routine to bpf.c. Without this, you'll get an | wpaul | 2000-04-27 | 1 | -0/+6 |
* | The advent of if_detach, allowing interface removal at runtime, makes it | rwatson | 2000-03-19 | 1 | -0/+63 |
* | Introduce a new bd_seesent flag to the BPF descriptor, indicating whether or | rwatson | 2000-03-18 | 1 | -0/+19 |
* | |The hard limit for the BPF buffer size is 32KB, which appears too low | phk | 2000-01-15 | 1 | -2/+5 |
* | Make the stub routines have the same prototypes as the real bpf | julian | 1999-12-03 | 1 | -1/+1 |
* | Fix bug in BIOCGETIF ioctl() where it would return a bogus interface | archie | 1999-11-03 | 1 | -24/+8 |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header | msmith | 1999-10-15 | 1 | -0/+19 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Give BPF the "almost-clone" update. If you need more of them, make | phk | 1999-08-15 | 1 | -78/+31 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -9/+9 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -3/+6 |
* | Allow loadable interface drivers with BPF support to be loaded into a kernel | msmith | 1999-04-28 | 1 | -3/+42 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -14/+17 |
* | Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz() | alex | 1998-10-08 | 1 | -8/+9 |
* | The length argument for bcopy is a size_t, not u_int. Adjust | alex | 1998-10-04 | 1 | -5/+5 |
* | Support hz > 1000 (Alpha) in BIOCSRTIMEOUT. | alex | 1998-10-04 | 1 | -10/+5 |
* | Implement DLT_RAW from libpcap | ache | 1998-08-18 | 1 | -1/+2 |
* | update ATM driver. (base version: midway.c 1.67 --> 1.68) | kjc | 1998-07-29 | 1 | -1/+13 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+4 |