summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-09-05- split pf_find_or_create_ruleset() to smaller chunks.Alexandr Nedvedicky
2017-09-05fork+exec model for pflogd(8); move pcap init to the re-exec'd privsepBryan Steele
2017-09-05Unbind (a.k.a. delete) interface address and thus routes when a NAK isKenneth R Westerback
2017-09-02teach wsconsctl about efifbPeter Hessler
2017-09-01Two stray "if (p)" -> "if (p != NULL)" andKenneth R Westerback
2017-09-01free() the memory we allocate in dmesg.c. While this memory would beTom Cosgrove
2017-08-31Don't delete v4 routes that are going to beKenneth R Westerback
2017-08-31Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a fewRicardo Mestre
2017-08-30Refactor interface_status() to call freeifaddrs()Kenneth R Westerback
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29Don't use isset() from sys/param.h in ifconfig. Requested by deraadtStefan Sperling
2017-08-29Add a utility function extract_classless_route() andKenneth R Westerback
2017-08-28fix clang warning wrt const string and +; from joerg@netbsd; ok millert@Otto Moerbeek
2017-08-28No need for pretty_print_classless() to useKenneth R Westerback
2017-08-28fix char ** to const char ** conversion warning; ok mikeb@Otto Moerbeek
2017-08-26Since we no longer try to uniquely label routes addedKenneth R Westerback
2017-08-26Remove inadvertantly included param names inKenneth R Westerback
2017-08-26Change currently unused populate_rti_info() withKenneth R Westerback
2017-08-26Make log_debug() more likely to do something byKenneth R Westerback
2017-08-26Be more precise in the messages given by err() after calling sysctl()Tom Cosgrove
2017-08-26Do not check the array but its length; based on a netbsd commit by christos@;Otto Moerbeek
2017-08-23Overhaul verbosity handling.Florian Obser
2017-08-23Ooops, we need to call timeout_from_lifetime() in configure_address()Florian Obser
2017-08-23When starting up or when the autoconf6 flag is set on an interfaceFlorian Obser
2017-08-23We will never need this on the ramdisk.Florian Obser
2017-08-23Extract timeout_from_lifetime(); to be used in more places.Florian Obser
2017-08-23typo in error messageJeremie Courreges-Anglas
2017-08-22Remove listing of fixed bugs.Martin Pieuchot
2017-08-22slaacd.sock moved to /dev a while ago.Florian Obser
2017-08-22reboot: don't wait for processes to die if there are noneStefan Fritsch
2017-08-21s/xflagssock/ioctlsock/ since the socket is (going to be) used forFlorian Obser
2017-08-21Move sin6_to_str() to slaacd.c so that it can be used in moreFlorian Obser
2017-08-19Set route label to make it easier to identify slaacd routes.Florian Obser
2017-08-19Set correct sin6_len for mask, amazing that this even worked.Florian Obser
2017-08-18Truncating a file and then deciding not to change itsKenneth R Westerback
2017-08-18Timeouts should be time_t to prevent overflows.Florian Obser
2017-08-14Try for consistency in sizeof() usage.Kenneth R Westerback
2017-08-14expose the half-open tcp states counter, ok bluhmHenning Brauer
2017-08-13Simplify HUP handling now that proper errorKenneth R Westerback
2017-08-12sig_atomic_t is not (necessarily) an int. UseKenneth R Westerback
2017-08-12Stop trying to outfox the routing tableKenneth R Westerback
2017-08-12Make not yet implemented pledges more visible in grep output.Florian Obser
2017-08-12When read(2)'ing from the routing socket only one message is returned.Florian Obser
2017-08-11add option -N (no domain resolution)Sebastian Benoit
2017-08-11Don't write out resolv.conf unless the contentsKenneth R Westerback
2017-08-11new sentence, new line;Jason McIntyre
2017-08-10document use of del as short form for delete, from jcaSebastian Benoit
2017-08-10Add IMSG_SET_RESOLV_CONF and keep the cached contentsKenneth R Westerback
2017-08-10autodetect AF when setting inet6 default routeSebastian Benoit
2017-08-10allow "del" in addition to "delete"Sebastian Benoit