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-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-26
Be more precise in the messages given by err() after calling sysctl()
Tom Cosgrove
2017-08-26
Do not check the array but its length; based on a netbsd commit by christos@;
Otto Moerbeek
2017-08-23
Overhaul verbosity handling.
Florian Obser
2017-08-23
Ooops, we need to call timeout_from_lifetime() in configure_address()
Florian Obser
2017-08-23
When starting up or when the autoconf6 flag is set on an interface
Florian Obser
2017-08-23
We will never need this on the ramdisk.
Florian Obser
2017-08-23
Extract timeout_from_lifetime(); to be used in more places.
Florian Obser
2017-08-23
typo in error message
Jeremie Courreges-Anglas
2017-08-22
Remove listing of fixed bugs.
Martin Pieuchot
2017-08-22
slaacd.sock moved to /dev a while ago.
Florian Obser
2017-08-22
reboot: don't wait for processes to die if there are none
Stefan Fritsch
2017-08-21
s/xflagssock/ioctlsock/ since the socket is (going to be) used for
Florian Obser
2017-08-21
Move sin6_to_str() to slaacd.c so that it can be used in more
Florian Obser
2017-08-19
Set route label to make it easier to identify slaacd routes.
Florian Obser
2017-08-19
Set correct sin6_len for mask, amazing that this even worked.
Florian Obser
2017-08-18
Truncating a file and then deciding not to change its
Kenneth R Westerback
2017-08-18
Timeouts should be time_t to prevent overflows.
Florian Obser
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
[next]