summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-01-05Simplify and clarify (i.e. shrink) code processingKenneth R Westerback
2019-01-05KNF nit.Kenneth R Westerback
2019-01-03Unbreak build under OPT_DEBUGkn
2019-01-03The need for separate bpf and routing message buffers was eliminatedKenneth R Westerback
2019-01-02Error out on missing table command, zap internal wrapper functionkn
2019-01-02Zap unused segment struct definitionkn
2018-12-31Explicitly mention that tables created by -T{add,replace} are persistentkn
2018-12-28Join other daemons in assuming that a single read from a routingKenneth R Westerback
2018-12-27Rename ufdesc to udpfd to make the code slightly more intuitive.Kenneth R Westerback
2018-12-27Rename routehandler() to routefd_handler() to make the code slightlyKenneth R Westerback
2018-12-27Rename bfdesc to bpffd and packethandler() to bpffd_handler() to makeKenneth R Westerback
2018-12-27Zap duplicate struct declarationkn
2018-12-27No need to return early when setting the tick stop.Kenneth R Westerback
2018-12-25No need for magic tick_msg(NULL,..) call toKenneth R Westerback
2018-12-24Always use log_getverbose() instead of sometimes checking OPT_VERBOSEKenneth R Westerback
2018-12-24tick_msg() needs to note that it has called go_daemon(), sinceKenneth R Westerback
2018-12-21DIOCIGETIFACES provides interfaces and groups, not driverskn
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-12-08ssize_t and unsigned int may be different sizes. Use ssize_t insteadKenneth R Westerback
2018-12-07Make sure the TAP extension is only added to the vector when needed.Martin Pieuchot
2018-12-07Make sure that the prefixlen returned by mask2prefixlen6 is never biggerClaudio Jeker
2018-12-05Unbreak "savecore -c". Also add missing unveil(2) for the raw device.YASUOKA Masahiko
2018-12-04The common autolayout with all partitions needs not at least 10GB to beClaudio Jeker
2018-11-29handle tunnel ecn configuration and reporting.David Gwynne
2018-11-25Remove (unused) FS_BOOT training wheels. If you are allowed to newfs aKenneth R Westerback
2018-11-25FS_BOOT partitions are just partitions. Not free(ish) space.Kenneth R Westerback
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-25merge the wpa related settings, instead of overriding themPeter Hessler
2018-11-20when printing essids return the number of chars we printed, like printfPeter Hessler
2018-11-16sort previous;Jason McIntyre
2018-11-16vlan uses txprio tooDavid Gwynne
2018-11-16document txprioDavid Gwynne
2018-11-16gre has a few siblings nowDavid Gwynne
2018-11-15scrub opts dont set tos, so remove it from the scrub_opts structDavid Gwynne
2018-11-14Warn on deprecated 'vlan' and 'vlandev' option usagekn
2018-11-13Fix previous, which broke ping -T.David Hill
2018-11-12add support for txprio settings on interfacesDavid Gwynne
2018-11-12Restart when SSID change is noted in RTM_80211INFO. Thus ensuringKenneth R Westerback
2018-11-12Recognize and display new RTM_80211INFO messages.Kenneth R Westerback
2018-11-11make all the setsockopt calls consistent.David Gwynne
2018-11-11Sometimes autoindenting is too helpful.Kenneth R Westerback
2018-11-11As get_hw_address() is called early and unconditionally setsKenneth R Westerback
2018-11-10let -D work on ping6 too.David Gwynne
2018-11-10Unbreak `-D macro=value' (r1.686 regression)kn
2018-11-10Use tick_msg(INT64_MAX) when LLADDR changes.Kenneth R Westerback
2018-11-10If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time)Kenneth R Westerback
2018-11-10Eliminate single use variables 'tickstop' that confuse ticking andKenneth R Westerback
2018-11-10Fix vnetid rangekn
2018-11-10Stop passing value+3 as the start time for tick_msg(). Just #defineKenneth R Westerback
2018-11-10The tick messages ("no link...", "no lease...") have had a hardKenneth R Westerback