summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-07-12Cleanup and clarify getuint64() by using theKenneth R Westerback
2018-07-12Cleanup and clarify the has_overlap() logic so it can be read byKenneth R Westerback
2018-07-12RTM_CHGADDRATTR for route monitorFlorian Obser
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-07-11Prevent invalid interface specifiers on queue ruleskn
2018-07-11Use AF_UNSPEC not 0kn
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-11Using resolved after realpath(3) has failed is dangerous. Don't do it!Martijn van Duren
2018-07-10Error out if -netmask/-prefixlen does not follow the destination parameterkn
2018-07-10Include <sys/queue.h> instead of relying on kernel headers to includeMartin Pieuchot
2018-07-10'set delay' for the generic packet delay mechanism, ok benno sashanHenning Brauer
2018-07-10Add "listenrepv2" for MLDv2 Listener Reports from RFC3810Jeremie Courreges-Anglas
2018-07-10fix anchor rules with filter opts, introduce filteropts_to_rule()kn
2018-07-09Zap dead codekn
2018-07-09Kill fluff about how route(8) is of limited usefulnessJeremie Courreges-Anglas
2018-07-09Unify and disambiguate various aspects of the terminology, clarifyIngo Schwarze
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-09Remove array of IMSG type names.Florian Obser
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-07-07slaacd is not interested in v4-related route messages so set the addressStuart Henderson
2018-07-07Add recommended error checks around the use of strtod() inKenneth R Westerback
2018-07-04Print the amount of bytes written, as intended, instead of -1 whenMartin Pieuchot
2018-07-03Rephrase a misleading sentence in iked(8), and add a missingStefan Sperling
2018-07-03Reduce display_edit() parameter list by one. Just callKenneth R Westerback
2018-07-03Nuke some leading spaces and mis-indentations that crept in over theKenneth R Westerback
2018-07-03No need for print_unit to be a global.Kenneth R Westerback
2018-07-01Rework partition offset/size rounding logic, removing it fromKenneth R Westerback
2018-07-01Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.Martin Pieuchot
2018-06-22Use __func__ in log_debug calls.rob
2018-06-20This might have been a good idea 20 years ago but in this day and ageFlorian Obser
2018-06-20dhclient.c r1.569 started writing some files before calling daemon(),Stuart Henderson
2018-06-18Pledge main process now that we have wroute.Florian Obser
2018-06-18Replace hardcoded constants with defineskn
2018-06-13Add a cloning direct route to the default route gateway when theKenneth R Westerback
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-06-07add some EXIT STATUS sections; from matthew martinJason McIntyre
2018-06-07put ".Re" in the right place;Jason McIntyre
2018-06-06RFC 8106 obsolteted RFC 6106.Florian Obser
2018-06-06After pledge the frontend process is only accepting fromFlorian Obser
2018-06-04Zap unused sockaddr.kn
2018-06-03Fix previous by restoring inadvertantly deleted check forKenneth R Westerback
2018-05-28Remove unused <sys/param.h>kn
2018-05-26Add more RFCs; found while preparing BSDCan slides.Florian Obser
2018-05-26In addition to "on" and "off", allow the audio "record.enable" mixerAlexandre Ratchov
2018-05-23Some interfaces (e.g. cdce(4)) can't tell if they are connected. TheyKenneth R Westerback
2018-05-19Add '-r', which causes running dhclient to releaseKenneth R Westerback
2018-05-19Revert change that benno apparently commited by mistake and breaks buildMatthieu Herrb
2018-05-18A pf rule with a "on rdomain n" with nonexisting rdomain n will cause anSebastian Benoit
2018-05-18merge two ifndef small blocks; no functional changeFlorian Obser
2018-05-18dead stores; from llvm scan-buildFlorian Obser