Age | Commit message (Expand) | Author |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-08-03 | Mention dhclient vs AUTOCONF4. | Kenneth R Westerback |
2019-08-01 | the argument name is "address_family" (with an underscore); | Jason McIntyre |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-25 | make a half-hearted attempt to shrink trunkport info a bit | David Gwynne |
2019-07-24 | print out lacp actor and parter info | David Gwynne |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-31 | a tidied version of mlarkin/phessler diffs to document options which don;t make | Jason McIntyre |
2019-05-12 | Fix 'ifconfig nwflags; These flags ended up overlapping with other flags | Stefan Sperling |
2019-05-10 | Document port protection support in switch(4). Also add SIOCBRDGSIFPROT to | akoshibe |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-26 | Fix a missing carriage return. | denis |
2019-04-19 | rxprio. | David Gwynne |
2019-04-19 | add support for getting and setting rxprio | David Gwynne |
2019-04-16 | restore some missing error handling | David Gwynne |
2019-04-15 | Remove old vlan and [-]vlandev code | kn |
2019-04-15 | ethtool indicates that QSFP, QSFP+ and QSFP28 are all SFF-8636 compat. | David Gwynne |
2019-04-15 | follow the basic xfp support with basic qsfp+ support | David Gwynne |
2019-04-15 | basic support for dumping xfp info | David Gwynne |
2019-04-11 | print transceiver supported distances, ok deraadt | Stuart Henderson |
2019-04-11 | print transceiver information inline with standard interface details | Stuart Henderson |
2019-04-10 | use AOC and DAC instead of standard's names "optical / copper pigtail" | Theo de Raadt |
2019-04-10 | MPO cable names were swapped | Theo de Raadt |
2019-04-10 | use correct printf format for current dBm values | Stuart Henderson |
2019-04-10 | tweak previous; ok dlg | Jason McIntyre |
2019-04-10 | Tweak transceiver information printing, adding a bit more information | Stuart Henderson |
2019-04-10 | mention that "ifconfig foo0 transceiver" is a thing | David Gwynne |
2019-04-10 | add support for fetching and parsing SFF module info and diags | David Gwynne |
2019-03-29 | point readers to individual driver pages for notes on powersave; ok stsp | Jason McIntyre |
2019-03-27 | comment out the optional "duration" argument to powersave: | Jason McIntyre |
2019-03-26 | note that powersave is disabled by default (i.e. no need to explicitly | Jason McIntyre |
2019-03-11 | sort the mpls options; ok dlg | Jason McIntyre |
2019-03-11 | tweak previous; | Jason McIntyre |
2019-03-11 | fix the documentation for mpls interfaces | David Gwynne |
2019-03-11 | remove an extra ; on a line | David Gwynne |
2019-02-26 | get rid of the mpw goop | David Gwynne |
2019-02-26 | implement support for pwe3 ioctls | David Gwynne |
2019-02-20 | Tweak previous, use the same wording everywhere | Jeremie Courreges-Anglas |
2019-02-20 | avoid abbreviation "AF" when "address family" fits on the line; noted by Alfr... | Theo de Raadt |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-01-23 | Nuke unused variable. | Kenneth R Westerback |
2019-01-19 | properly error out instead of only printing a warning when some join commands | Peter Hessler |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2019-01-17 | do not allow users to specify "join" or "nwid" twice on the same ifconfig call | Peter Hessler |
2018-11-29 | handle tunnel ecn configuration and reporting. | David Gwynne |
2018-11-25 | print more details about the join'd networks we have saved when a user runs | Peter Hessler |
2018-11-25 | merge the wpa related settings, instead of overriding them | Peter Hessler |
2018-11-20 | when printing essids return the number of chars we printed, like printf | Peter Hessler |