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
Age
Commit message (
Expand
)
Author
2017-10-05
tables.c was unhooked from the build a while ago.
Kenneth R Westerback
2017-10-05
'DENY' is a dhcpd-only thing. No need to parse it in
Kenneth R Westerback
2017-09-28
Correct the timeout used when select-timeout is
Kenneth R Westerback
2017-09-22
Remove the '-u' command line option to
Kenneth R Westerback
2017-09-21
Shorten and otherwise tweak the verbiage
Kenneth R Westerback
2017-09-21
Fix '-u' option (reject offers that include unknown
Kenneth R Westerback
2017-09-20
Fix some spacing. A couple of log_warx() -> log_warn() to
Kenneth R Westerback
2017-09-20
Tweak, shorten, use more consistant verbiage.
Kenneth R Westerback
2017-09-20
Make log messages more informative by using the
Kenneth R Westerback
2017-09-20
Use consistant simple verbiage when SIOC* ioctl's fail.
Kenneth R Westerback
2017-09-20
Wrong captilization, long lines.
Kenneth R Westerback
2017-09-20
Remove stray %s/ifi->name from fatalx().
Kenneth R Westerback
2017-09-20
Make send_packet() log entries more informative by
Kenneth R Westerback
2017-09-20
Nuke a few extraneous blanks.
Kenneth R Westerback
2017-09-19
Make send_packet() usage consistent. i.e. don't exit
Kenneth R Westerback
2017-09-19
flush_unpriv_ibuf() is now used only once so no
Kenneth R Westerback
2017-09-18
Missed a log_warnx(). Nuke an extraneous space.
Kenneth R Westerback
2017-09-17
Oops. Missed a file.
Kenneth R Westerback
2017-09-17
Create global 'log_procname' and set it to '<ifname>' or
Kenneth R Westerback
2017-09-15
Use a poll() loop when trying read the default route from
Kenneth R Westerback
2017-09-15
Move/add log_procinit() and setproctitle() calls so they reliably work
Kenneth R Westerback
2017-09-14
Strive to rationalize fatal[x]() usage and
Kenneth R Westerback
2017-09-09
Tweak extract_classless_route() to return unsigned int
Kenneth R Westerback
2017-09-08
Tweak route_in_rtstatic() to return the position of the
Kenneth R Westerback
2017-09-05
Unbind (a.k.a. delete) interface address and thus routes when a NAK is
Kenneth R Westerback
2017-09-01
Two stray "if (p)" -> "if (p != NULL)" and
Kenneth R Westerback
2017-08-31
Don't delete v4 routes that are going to be
Kenneth R Westerback
2017-08-30
Refactor interface_status() to call freeifaddrs()
Kenneth R Westerback
2017-08-29
Add a utility function extract_classless_route() and
Kenneth R Westerback
2017-08-28
No need for pretty_print_classless() to use
Kenneth R Westerback
2017-08-26
Since we no longer try to uniquely label routes added
Kenneth R Westerback
2017-08-26
Remove inadvertantly included param names in
Kenneth R Westerback
2017-08-26
Change currently unused populate_rti_info() with
Kenneth R Westerback
2017-08-26
Make log_debug() more likely to do something by
Kenneth R Westerback
2017-08-23
typo in error message
Jeremie Courreges-Anglas
2017-08-18
Truncating a file and then deciding not to change its
Kenneth R Westerback
2017-08-14
Try for consistency in sizeof() usage.
Kenneth R Westerback
2017-08-13
Simplify HUP handling now that proper error
Kenneth R Westerback
2017-08-12
sig_atomic_t is not (necessarily) an int. Use
Kenneth R Westerback
2017-08-12
Stop trying to outfox the routing table
Kenneth R Westerback
2017-08-11
Don't write out resolv.conf unless the contents
Kenneth R Westerback
2017-08-10
Add IMSG_SET_RESOLV_CONF and keep the cached contents
Kenneth R Westerback
2017-08-09
Stop obsessively flushing the imsg connection. Just
Kenneth R Westerback
2017-08-09
Add some additional poll() error checking. Remove checks
Kenneth R Westerback
2017-08-08
Rename resolv_conf_priority() to default_route_index() to
Kenneth R Westerback
2017-08-08
KNF some long lines.
Kenneth R Westerback
2017-08-06
Simplify logic seeking/checking the interface over
Kenneth R Westerback
2017-08-05
Factor out get_routes() to do the sysctl() dance
Kenneth R Westerback
2017-08-05
Bring route creation into line with what route(8) does. In
Kenneth R Westerback
2017-08-05
Don't delete the address/netmask that is about to be
Kenneth R Westerback
[next]