summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-07-26Local declaration beautification.Kenneth R Westerback
2017-07-26Stray u_int16_t -> uint16_t.Kenneth R Westerback
2017-07-26Fix add_default_route() so -iface routes are actuallyKenneth R Westerback
2017-07-24Throw DHO_STATIC_ROUTES to the floor! Roughly! EnsureKenneth R Westerback
2017-07-24Shuffle some declarations and functions into the onlyKenneth R Westerback
2017-07-24Tweak some commentsKenneth R Westerback
2017-07-24Move invocations of flush_routes() and delete_addresses() fromKenneth R Westerback
2017-07-24ROUNDUP() adjustment missed by great ROUNDUP() roundup.Kenneth R Westerback
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-23Don't hit pledge(2) restrictions on interface departureJeremie Courreges-Anglas
2017-07-23Cease pretending to support option 33 (classFULL static routes). TheyKenneth R Westerback
2017-07-22Add set_routes() and move bind_lease() route magicKenneth R Westerback
2017-07-22Whitespace.Kenneth R Westerback
2017-07-22Oops. Missed chunk keeping /32 netmask magic.Kenneth R Westerback
2017-07-22Rename *_add_address to *_set_address to reflect that theKenneth R Westerback
2017-07-21Add fields for wsmouse/touchpad configuration.Ulf Brosziewski
2017-07-21s/set_interface_mtu/set_mtu/gKenneth R Westerback
2017-07-21whitespace botch.Kenneth R Westerback
2017-07-20Restore RTM_DELADDR/RTM_NEWADDR monitoring to theKenneth R Westerback
2017-07-20"no-route" is also shown by -sinfo;Jason McIntyre
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19Rework HFSC vs FQ-CoDel checksMike Belopuhov
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-19revert previous; the code this was supposed to be used for is movingFlorian Obser
2017-07-18Prevent a NULL dereference when comparing incomplete SAs.Martin Pieuchot
2017-07-17Nuke unused variables 'deleting' and 'adding'.Kenneth R Westerback
2017-07-17Nuke findproto() and get_ifa(). They are unused now thatKenneth R Westerback
2017-07-17Remove some magic formerly used to detect the presence of anotherKenneth R Westerback
2017-07-17Overhaul handling of vltime and pltime processingFlorian Obser
2017-07-17add support for binary sysctl payloads by handling them as hex strings.David Gwynne
2017-07-15sbin/pfctl: void functions and exit(3) on errorAdam Wolk
2017-07-14"ioctl() < 0" ==> "ioctl() == -1" as god and guenther@Kenneth R Westerback
2017-07-14Replace remaining "!var" expressions withKenneth R Westerback
2017-07-14Replace remaining "!<pointer>" expressions withKenneth R Westerback
2017-07-14Pour the few relevant bits of the current lease and the offeredKenneth R Westerback
2017-07-14bpf(4) *may* deliver more than one captured packet at a time. So whenKenneth R Westerback
2017-07-14run IMSG_UPDATE_IF through the main process, reduces upcomming diffFlorian Obser
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-10zap depend ghost.Marc Espie
2017-07-10Take some of the mystery out of who does what byKenneth R Westerback
2017-07-10Use ioctlfd/routefd sockets rather than rolling one's ownKenneth R Westerback
2017-07-10Use a modern spacious idiom on all function local variableKenneth R Westerback
2017-07-09Be consistent. "return (e);" -> "return e;"Kenneth R Westerback
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2017-07-09Be consistent. "return (e);" -> "return e;"Kenneth R Westerback
2017-07-09Some parsing code cleanup: add parse_boolean(); pass literal formatKenneth R Westerback
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-09Whitespace tweaks to assuage auto-indent.Kenneth R Westerback
2017-07-09Ignore prefixes with a pltime < ND6_PRIV_MAX_DESYNC_FACTOR secondsFlorian Obser
2017-07-09If we lower the pltime for privacy addresses skew it byFlorian Obser