summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-09-21Shorten and otherwise tweak the verbiageKenneth R Westerback
2017-09-21Fix '-u' option (reject offers that include unknownKenneth R Westerback
2017-09-20Fix some spacing. A couple of log_warx() -> log_warn() toKenneth R Westerback
2017-09-20Tweak, shorten, use more consistant verbiage.Kenneth R Westerback
2017-09-20Make log messages more informative by using theKenneth R Westerback
2017-09-20Use consistant simple verbiage when SIOC* ioctl's fail.Kenneth R Westerback
2017-09-20Wrong captilization, long lines.Kenneth R Westerback
2017-09-20Remove stray %s/ifi->name from fatalx().Kenneth R Westerback
2017-09-20Make send_packet() log entries more informative byKenneth R Westerback
2017-09-20Nuke a few extraneous blanks.Kenneth R Westerback
2017-09-19Make send_packet() usage consistent. i.e. don't exitKenneth R Westerback
2017-09-19flush_unpriv_ibuf() is now used only once so noKenneth R Westerback
2017-09-18Check for failures of exchange_establish_p{1,2}() and call the givenMartin Pieuchot
2017-09-18Missed a log_warnx(). Nuke an extraneous space.Kenneth R Westerback
2017-09-17Oops. Missed a file.Kenneth R Westerback
2017-09-17Create global 'log_procname' and set it to '<ifname>' orKenneth R Westerback
2017-09-15Use a poll() loop when trying read the default route fromKenneth R Westerback
2017-09-15Move/add log_procinit() and setproctitle() calls so they reliably workKenneth R Westerback
2017-09-14clarify what inet6 autoconf does, mention and link to slaacd(8)Sebastian Benoit
2017-09-14clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmcStuart Henderson
2017-09-14Strive to rationalize fatal[x]() usage andKenneth R Westerback
2017-09-09Tweak extract_classless_route() to return unsigned intKenneth R Westerback
2017-09-09Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not theBryan Steele
2017-09-08Tweak route_in_rtstatic() to return the position of theKenneth R Westerback
2017-09-08Bring back the "Exiting" log message in pflogd(8), but do not setAlexander Bluhm
2017-09-06backout previous diff:Sebastian Benoit
2017-09-06pflogd(8) currently spams the console on shutdown if syslogd(8) wins theBryan Steele
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