Age | Commit message (Expand) | Author |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-02-27 | Do not set A_JOIN unconditionally. Otherwise join "" takes effect even | Stefan Sperling |
2020-02-24 | fix column alignment of 'ifconfig joinlist'; padding had an extra " " | Stefan Sperling |
2020-02-24 | Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs). | Stefan Sperling |
2020-02-24 | Clarify that nwid/join SSIDs must be printable ASCII if they're not hex. | Stefan Sperling |
2020-02-18 | Add IPv6 support to umb(4). | Gerhard Roth |
2020-01-22 | remove semicolons not needed after } statements. ok deraadt | Ted Unangst |
2019-12-27 | Fix ifconfig WPA key installation with max allowed length SSIDs. | Stefan Sperling |
2019-11-30 | ifconfig(8) did silently ignore the netmask parameter for inet6 and | Alexander Bluhm |
2019-11-27 | use _PATH_ names for unveil if possible | Theo de Raadt |
2019-11-10 | Update wifi-related documentation in ifconfig man page. | Stefan Sperling |
2019-10-24 | Fix ifconfig(8) compiler warnings regarding variable "name" reuse. | Alexander Bluhm |
2019-10-17 | Fix some compiler warings in ifconfig(8). Move all prototypes and | Alexander Bluhm |
2019-09-20 | Document the output of 'ifconfig scan' in client mode. | Stefan Sperling |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-08-30 | whitespace, found while pondering improvements to sffdump | Theo de Raadt |
2019-08-29 | fix a comparison which generated a warning on sparc64. | David Gwynne |
2019-08-29 | make the list of OM fibre distances go OM1, OM2, OM3, not OM2, OM1, OM3 | David Gwynne |
2019-08-28 | s/No separable connector/No connector/ | David Gwynne |
2019-08-28 | remove some cruft | David Gwynne |
2019-08-28 | try to factor media information out and use it for qsfp as well as sfp. | David Gwynne |
2019-08-27 | print more qsfp temperature information | David Gwynne |
2019-08-27 | have a go at printing more monitoring information. | David Gwynne |
2019-08-27 | make a start at reporting qsfp monitor values. | David Gwynne |
2019-08-26 | Adjust umb DNS printing code since the type of those addresses changed. | Claudio Jeker |
2019-08-21 | Remove support for semantically opace interface identifiers (RFC 7217) | Florian Obser |
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 |