summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-04-30tweak synopsis to match actual option logicMarc Espie
2019-04-30elaborate a little on how route priorities work;Jason McIntyre
2019-04-30Restrict file system access to /var/db for the dhclient lease files.Florian Obser
2019-04-29Add '*' to disklabel(8) editor prompt when in-memory copy of disklabelKenneth R Westerback
2019-04-28fix misplaced hyphen in usage();Jason McIntyre
2019-04-28Remove need for -A option, lack of a vnd_dev option implies creatingTheo de Raadt
2019-04-27keep the grammatical structure of the options list consistent;Jason McIntyre
2019-04-26document -AMarc Espie
2019-04-26Fix a missing carriage return.denis
2019-04-25Remove vnconfig functionality, and try to adapt the manual page.Theo de Raadt
2019-04-25install new vnconfigTheo de Raadt
2019-04-25Push verbose information to stderr, to avoid confusion with -A's output.Theo de Raadt
2019-04-25fix some basic formatting issues;Jason McIntyre
2019-04-25Split vnconfig out of mount_vnd, and begin work on a vnd-allocationTheo de Raadt
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