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
Age
Commit message (
Expand
)
Author
2017-08-14
Try for consistency in sizeof() usage.
Kenneth R Westerback
2017-08-14
expose the half-open tcp states counter, ok bluhm
Henning Brauer
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-12
Make not yet implemented pledges more visible in grep output.
Florian Obser
2017-08-12
When read(2)'ing from the routing socket only one message is returned.
Florian Obser
2017-08-11
add option -N (no domain resolution)
Sebastian Benoit
2017-08-11
Don't write out resolv.conf unless the contents
Kenneth R Westerback
2017-08-11
new sentence, new line;
Jason McIntyre
2017-08-10
document use of del as short form for delete, from jca
Sebastian Benoit
2017-08-10
Add IMSG_SET_RESOLV_CONF and keep the cached contents
Kenneth R Westerback
2017-08-10
autodetect AF when setting inet6 default route
Sebastian Benoit
2017-08-10
allow "del" in addition to "delete"
Sebastian Benoit
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-06
Prevent a use-after-free by always passing dynamically allocated
Martin Pieuchot
2017-08-05
Factor out get_routes() to do the sysctl() dance
Kenneth R Westerback
2017-08-05
move common debug code to sin6_to_str()
Florian Obser
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
No need for LIST_FOREACH_SAFE, we want to remove exactly one interface
Florian Obser
2017-08-04
When free(3)'ing an address_proposal we need to stop the libevent
Florian Obser
2017-08-04
Do not attempt to parse zero'd input buffer after
Kenneth R Westerback
2017-08-03
Since nearly 20 years the correct spelling of
Florian Obser
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-08-01
Handle the flags of mousecfg fields correctly.
Ulf Brosziewski
2017-08-01
use AI_NUMERICHOST for getaddrinfo(), we can only configure ip
Sebastian Benoit
2017-07-31
Shorten description and remove details regarding the parser implementation.
anton
2017-07-31
The handling of 'add' used by bridge and switch in ifconfig does not
Jonathan Gray
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-30
leftovers from newd
Florian Obser
2017-07-29
Remove erroneous h length modifier, the argument has type 'int'.
Frederic Cambus
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
Check the option length, not its address (which will never be NULL)
Jeremie Courreges-Anglas
2017-07-26
Local declaration beautification.
Kenneth R Westerback
2017-07-26
Stray u_int16_t -> uint16_t.
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
Tweak some comments
Kenneth R Westerback
2017-07-24
Move invocations of flush_routes() and delete_addresses() from
Kenneth R Westerback
[next]