| Age | Commit message (Expand) | Author |
| 2006-08-28 | add missing initializer | christos |
| 2006-08-04 | Fix typo in comment | martin |
| 2006-07-26 | Patch from Dheeraj S, inspired by the following FreeBSD change: | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-27 | Make this build with GCC 4.x. | tron |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-12-26 | Kill BPF_KERN_FILTER. Seems like it died with the new pppd import. | rpaulo |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-14 | Correct typo in comments. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-05 | Use ANSI function declarations everywhere and a consistent indentation on | rpaulo |
| 2005-08-04 | Implemented the kernel part of BPF statistics and BPF peers, net.bpf.stats | rpaulo |
| 2005-06-22 | Missing m_freem() in bpf_write. PR/29138. | peter |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-12 | pass the flag to fdclone. | christos |
| 2004-11-30 | Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userland | christos |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-08-19 | - ansify | christos |
| 2004-08-05 | Don't refuse to attach an interface even if it is down so that one can | enami |
| 2004-06-06 | Per Matt Thomas' and Darren Reed's suggestions: | dyoung |
| 2004-05-29 | back out previous change - these diffs aren't what I'd tested. | darrenr |
| 2004-05-29 | add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl call | darrenr |
| 2004-05-25 | Sysctl descriptions under net subtree (net.key not done) | atatat |
| 2004-05-19 | reapply a change that got undone with more recent changes to bpf to wakeup | darrenr |
| 2004-04-30 | Add bpf_mtap2, which taps a packet whose head is in a void *buffer | dyoung |
| 2004-04-20 | If we timeout waiting for data on the bpf device, allow data in the current | darrenr |
| 2004-04-15 | Add a count of the number of packets that match the bpf filter applied to a | darrenr |
| 2004-04-14 | * from bpf 1.2a1, use the IO_NDELAY flag in bpfread() to indicate whether or | darrenr |
| 2004-04-11 | from freebsd's kern/36219, the if expression in deciding whether or not | darrenr |
| 2004-04-10 | Fix bpf so that select will return for a timeout (from FreeBSD.) | darrenr |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-01-22 | Make bpf_maxbufsize writable via sysctl, as written by Andrew Brown. | jonathan |
| 2004-01-21 | Fix an Emacs finger-glitch (missing semicolon#). | jonathan |
| 2004-01-21 | Update bpf buffer parameters, as per recent discussion on tech-net. | jonathan |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-08-13 | Include correct file for defopt. | wrstuden |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | From OpenBSD 1.33-1.34: | darrenr |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-19 | avoid panic in malloc() under extremely low memory situation. | itojun |
| 2003-03-13 | Check that the process/process group id passed to TIOCSPRP is in the session | dsl |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-24 | backout recent changes, for PR 18392. | itojun |