index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
bpf.c
Age
Commit message (
Expand
)
Author
2007-01-08
Initialize incoming packet buffer with DHO_END (0xff) rather than
Kenneth R Westerback
2007-01-04
Eliminate the 'len' parameter from send_packet() since it always
Kenneth R Westerback
2007-01-04
Another round of cleanup. There is only one instance of struct
Kenneth R Westerback
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-11-27
Recognize when we are sending to a unicast destination IP address and
Kevin Steves
2005-11-26
enable the bpf filter-drop option in dhclient
Reyk Floeter
2005-07-29
Fix erroneous use of '=' instead of '+' that caused infinite loops
Kenneth R Westerback
2004-05-05
bpf write filter, and lock
Theo de Raadt
2004-05-04
do not overload libc function names causing linker troubles
Michael Shalayeff
2004-05-04
more shrink and lint fixes; henning ok
Theo de Raadt
2004-03-02
more pruning; henning ok
Theo de Raadt
2004-02-24
whack unused token ring code and a few empty functions
Henning Brauer
2004-02-24
remove dynamic port gunk
Henning Brauer
2004-02-24
cut more crap - no binary change
Henning Brauer
2004-02-23
dhclient always uses bpf on openbsd no matter what, it works, and we don't
Henning Brauer
2004-02-07
shut it up a bit more
Henning Brauer
2004-02-07
more style fixes from Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-02-04
8579 lines of KNF, ANSO and zap-junk diff without the resulting binary
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt