Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/usr.sbin/rbootd
Module Name: src
Committed By: jmc
Date: Wed Apr 21 03:56:09 UTC 2004
Modified Files:
src/usr.sbin/rbootd [netbsd-2-0]: bpf.c
Log Message:
Pullup rev 1.16 (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
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 src/usr.sbin/rbootd/bpf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index