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
/
kroute.c
Age
Commit message (
Expand
)
Author
2018-02-06
Flip -q (be quiet) into -v (be noisy), making terseness the default
Kenneth R Westerback
2017-10-23
Use 'for (;;)' instead of a mix of "while (1) {}" and
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-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-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-08-31
Don't delete v4 routes that are going to be
Kenneth R Westerback
2017-08-29
Add a utility function extract_classless_route() and
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-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-12
Stop trying to outfox the routing table
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-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
2017-08-04
Do not attempt to parse zero'd input buffer after
Kenneth R Westerback
2017-08-03
Whitespace.
Kenneth R Westerback
2017-08-03
Flush static (RTF_STATIC) routes and not just
Kenneth R Westerback
2017-08-02
Delete duplicated switch {} case: block.
Kenneth R Westerback
2017-07-30
Use effective_proposal data to build resolv.conf contents.
Kenneth R Westerback
2017-07-30
Use effective_proposal data to set mtu and address.
Kenneth R Westerback
2017-07-29
Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES
Kenneth R Westerback
2017-07-27
Kill extra whitespace that snuck in.
Kenneth R Westerback
2017-07-27
Fold add_direct_route(), add_default_route() and
Kenneth R Westerback
2017-07-26
Fix add_default_route() so -iface routes are actually
Kenneth R Westerback
2017-07-24
Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure
Kenneth R Westerback
2017-07-24
Shuffle some declarations and functions into the only
Kenneth R Westerback
2017-07-24
Move invocations of flush_routes() and delete_addresses() from
Kenneth R Westerback
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-07-23
Cease pretending to support option 33 (classFULL static routes). They
Kenneth R Westerback
2017-07-22
Add set_routes() and move bind_lease() route magic
Kenneth R Westerback
2017-07-22
Rename *_add_address to *_set_address to reflect that the
Kenneth R Westerback
2017-07-21
s/set_interface_mtu/set_mtu/g
Kenneth R Westerback
2017-07-17
Nuke unused variables 'deleting' and 'adding'.
Kenneth R Westerback
2017-07-14
Replace remaining "!var" expressions with
Kenneth R Westerback
2017-07-14
Replace remaining "!<pointer>" expressions with
Kenneth R Westerback
2017-07-10
Use ioctlfd/routefd sockets rather than rolling one's own
Kenneth R Westerback
2017-07-10
Use a modern spacious idiom on all function local variable
Kenneth R Westerback
[next]