summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2019-04-19rxprio.David Gwynne
2019-04-19add support for getting and setting rxprioDavid Gwynne
2019-04-18Always check for namespace collisions on table commandskn
2019-04-18Fix table definition parsing as unprivileged userkn
2019-04-17signpost the location of the text explaining routing table output a little be...Jason McIntyre
2019-04-16restore some missing error handlingDavid Gwynne
2019-04-15introduce 'pfctl -FR' to reset settings to defaultsAlexandr Nedvedicky
2019-04-15Remove old vlan and [-]vlandev codekn
2019-04-15ethtool indicates that QSFP, QSFP+ and QSFP28 are all SFF-8636 compat.David Gwynne
2019-04-15follow the basic xfp support with basic qsfp+ supportDavid Gwynne
2019-04-15basic support for dumping xfp infoDavid Gwynne
2019-04-11print transceiver supported distances, ok deraadtStuart Henderson
2019-04-11print transceiver information inline with standard interface detailsStuart Henderson
2019-04-10use AOC and DAC instead of standard's names "optical / copper pigtail"Theo de Raadt
2019-04-10MPO cable names were swappedTheo de Raadt
2019-04-10use correct printf format for current dBm valuesStuart Henderson
2019-04-10tweak previous; ok dlgJason McIntyre
2019-04-10Tweak transceiver information printing, adding a bit more informationStuart Henderson
2019-04-10mention that "ifconfig foo0 transceiver" is a thingDavid Gwynne
2019-04-10add support for fetching and parsing SFF module info and diagsDavid Gwynne
2019-04-06Don't mangle command line arguments with strsep(). MangleKenneth R Westerback
2019-04-03Take the length of an initialized string, not aKenneth R Westerback
2019-04-03Default to port 853 if DoT is used; pointed out by teduFlorian Obser
2019-04-03Add comment to prod updates to regress/sbin/disklabelKenneth R Westerback
2019-04-02be consistent with "DoT"; from raf czlonkaJason McIntyre
2019-04-02When curve25519 was added to iked, it was based on the internet-draft andStuart Henderson
2019-04-02move the captive portal text into the actual block;Jason McIntyre
2019-04-02use a compact list for previous, and tweak a little; ok florianJason McIntyre
2019-04-02the fiendishly that needed some extra space here didn't pan outFlorian Obser
2019-04-02Simplify code; we can loop over our resolvers now.Florian Obser
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
2019-04-02Collapse case statements to a common fall through and use the passedFlorian Obser
2019-04-02Introduce array of resolvers in preparation of custom orderingFlorian Obser
2019-04-02Add human readable parsing/display of RFC1035 data in domain-searchKenneth R Westerback
2019-04-02Use consistant idiom for checking return value ofKenneth R Westerback
2019-04-02No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice inKenneth R Westerback
2019-04-02Remove l_perror() and rely on warn() for failureKenneth R Westerback
2019-04-01Reduce code duplication and ensure that a type of resolver and it'sFlorian Obser
2019-04-01Implement "Authentication Domain Names" configuration as per RFC 8310Florian Obser
2019-04-01Bring documentation into better correspondanceKenneth R Westerback
2019-04-01No need to save/restore fields across the invocation ofKenneth R Westerback
2019-03-31simpler display;Jason McIntyre
2019-03-31update the default partition sizes in the man page as wellPeter Hessler
2019-03-31when using the auto partitioner, grow minimum size for /usr to 1300M.Peter Hessler
2019-03-31Restore -t behaviourkn
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-03-31Enhance prompt shown during -E label editing. AlwaysKenneth R Westerback
2019-03-31we don't need to set openssl lock callbacks. this code is not threaded.Ted Unangst
2019-03-31use AI_NUMERICHOST for ip conversion. ok florianTed Unangst