| Age | Commit message (Expand) | Author |
| 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 |
| 2002-09-19 | Add a missing semi-colon. | atatat |
| 2002-09-19 | For the trivial case where the packet is only in one mbuf, call bpf_tap() | darrenr |
| 2002-09-19 | If M_PKTHDR is set we can use m_pkthdr.len instead of the for loop. | darrenr |
| 2002-09-15 | In bpf_setdlt(), preserve the promiscuous mode setting of the | thorpej |
| 2002-09-11 | KNF - return is not a function. | itojun |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-28 | Define new kernel interface bpfattach2() to register another data link | onoe |
| 2002-06-06 | defparam BPF_BUFSIZE | wrstuden |
| 2002-03-23 | If someone is poll'ing to write to bpf, assume that it can always be done | darrenr |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-10 | Add MI Econet support. This is lacking any interfaces to higher-layer | bjh21 |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2000-12-29 | Fix non-blocking BPF reads, from Guy Harris, kern/11836. | thorpej |
| 2000-12-12 | Use <net/dlt.h> to get the DLT_* constants. Also change bpfattach() | thorpej |
| 2000-07-04 | Move ifpromimsc() to if.c | thorpej |
| 2000-05-28 | Ensure that all callers of pfind() can deal with pfind(0) returning | jhawk |
| 2000-05-28 | Fix bpf output on fddi to actually work. Make it compatible with ULTRIX | matt |
| 2000-05-12 | Make BPF_BUFSIZE overridable: 8192 is smaller than MTU of some devices. | jonathan |
| 2000-04-12 | remove support for sunos and ancient BSDs. | chs |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-02-02 | Revoke bpf device on detach. | enami |
| 2000-02-02 | Since we are allowed to wait, no need to check the return value. | enami |
| 2000-02-02 | Remove duplicated forward declarations. | enami |
| 2000-01-31 | Implement bpfdetach(). | thorpej |
| 1999-05-11 | * Add the ability to change the data link type on the fly. | thorpej |
| 1998-12-04 | Init the decriptors at boot time rather than at interface attach time. | bouyer |
| 1998-11-05 | Increase compiled-in default bpf buffer size from 4096 to 8192. | jonathan |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-06 | Sigh. "consts in prototypes can be quite a drag..." | perry |
| 1998-08-06 | Fix botched prototype decl in last fix. | perry |
| 1998-08-06 | Convert bcopy,bzero to memcpy,memset | perry |
| 1998-04-30 | Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/set | thorpej |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-12 | Do *not* free the mbuf chain we just created. | mycroft |
| 1997-10-09 | GC bd_sig | christos |