History log of /netbsd/usr.sbin/rbootd/bpf.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 3773bf94 03-Sep-2022 tsutsui <tsutsui@NetBSD.org>

Make build with WARNS=5.


# d6aaec91 23-Jan-2018 sevan <sevan@NetBSD.org>

ansify - drop the K&R style prototypes & implementations.


# 8ac3875a 08-Feb-2011 rmind <rmind@NetBSD.org>

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as the

Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

show more ...


# 178a598d 18-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wsign-compare -Wcast-qual)


# fb5ec6aa 01-Dec-2004 christos <christos@NetBSD.org>

Use cloning /dev/bpf


# e2f49bd9 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# 221fa572 10-Apr-2004 darrenr <darrenr@NetBSD.org>

With recent changes to BPF, pushing the default buffer size to 1MB, running
a bunch of small daemons that seem small packet flows can easily chew up
significant kernel memory (each BPF device opened

With recent changes to BPF, pushing the default buffer size to 1MB, running
a bunch of small daemons that seem small packet flows can easily chew up
significant kernel memory (each BPF device opened takes 2*buffersize of
wired memory.) In each of these applications, add code to set the buffer
size to 32k before setting the interface.

show more ...


# 7f5c6fbf 19-Aug-2003 itojun <itojun@NetBSD.org>

use strlcpy


# 326b2259 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.


# 7bb0ef55 13-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op


# d25769c0 15-May-2003 itojun <itojun@NetBSD.org>

assume presense of getifaddrs(3).


# 9b7718e1 05-Feb-2001 lukem <lukem@NetBSD.org>

set *errmsg to errbuf, preventing coredump if no interfaces are up


# e9c5139f 13-Apr-2000 itojun <itojun@NetBSD.org>

use getifaddrs, not SIOCGIFCONF. (should use pcap_lookupdev instead...)


# dd30ff55 18-Oct-1997 lukem <lukem@NetBSD.org>

use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopy


# 4902da1c 28-Jul-1997 thorpej <thorpej@NetBSD.org>

Fix compiler warnings, build with WARNS.


# 509e392a 27-Jan-1997 thorpej <thorpej@NetBSD.org>

Remove the SIOCADDMULTI ioctl; it's not meant for user level code. Just
always set promiscuous mode on the interface.


# 507ba824 14-Nov-1995 thorpej <thorpej@NetBSD.org>

Kill some gratuitous byte-swapping calls, which broke rbootd on the i386
in some cases. No functional change on big-endian systems. From
Scott Reynolds <scottr@plexus.com>.


# 31903d0e 06-Oct-1995 thorpej <thorpej@NetBSD.org>

Be safer with types. From Scott Reynolds <scottr@plexus.com>


# d871ec05 12-Sep-1995 thorpej <thorpej@NetBSD.org>

Changes from Scott Reynolds <scottr@plexus.com> to make this go on
little-endian machines (like the i386).


# 6799ca39 21-Aug-1995 thorpej <thorpej@NetBSD.org>

Use new-style RCS ids.


# c26eaebf 11-Jan-1994 brezak <brezak@NetBSD.org>

rbootd for booting HP workstations from 4.4BSD/Utah.


# e05cab76 11-Jan-1994 brezak <brezak@NetBSD.org>

Original version from 4.4BSD/Utah.