Age | Commit message (Expand) | Author |
2015-10-26 | Sync "ifconfig create" interface list with ifconfig -C output. | Jonathan Gray |
2015-10-24 | various clean up; | Jason McIntyre |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | normalise TUNNEL synopsis; ok dlg | Jason McIntyre |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-06 | fix flowsrc spec, ok florian, thx ingo! | Sebastian Benoit |
2015-10-03 | IPv6 transport for pflow data. | Florian Obser |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling |
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling |
2015-07-31 | Document acceptable values for "carpdemote", from Julien Dhaille. | Martin Pieuchot |
2015-07-26 | remove unused variable | Charles Longeau |
2015-07-25 | Teach ifconfig(8) man page about the mpw(4) commands. | Rafael Zalamena |
2015-07-22 | process_mpw_commands should not go to install-media ifconfig | Theo de Raadt |
2015-07-21 | Teach ifconfig(8) about mpw(4) commands. | Rafael Zalamena |
2015-07-18 | Indent the output of bridge rules in ifconfig. | rzalamena |
2015-03-12 | automatic parent interface selection does not work anymore (see rev. | Sebastian Benoit |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-05 | implement "ifconfig <if> -inet", removing all inet addresses | Henning Brauer |
2015-02-02 | replace the wireless scan example with one showing how to select monitor | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-09 | Change rssi passed to ifconfig(8) to a signed value to fix printing signal | Stuart Henderson |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2015-01-04 | Sort wireless nodes by signal strength, from Simon Nicolussi. | Martin Pieuchot |
2015-01-03 | move the list_cloners() prototype out of #ifndef SMALL | Jonathan Gray |
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback |
2014-12-03 | ifconfig $if inet6 autoconf sends periodic router solicitations. | Florian Obser |
2014-12-03 | rtsol is gone | Florian Obser |
2014-11-14 | sort names for -C. ok reyk | Ted Unangst |
2014-11-14 | move the trunk related functions out of ifdef SMALL, to allow trunk on | Henning Brauer |
2014-10-01 | Remove some sl(4) references. | Martin Pieuchot |
2014-09-20 | provide a hint for enabling jumbo frames, since we removed it from the | Jason McIntyre |
2014-07-12 | ewps, that giant table has -inet6 twice, for SMALL and !SMALL | Henning Brauer |
2014-07-12 | tweak previous; | Jason McIntyre |
2014-07-11 | allow IFXF_AUTOCONF6 to be set and cleared. | Henning Brauer |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-07-02 | From: Gregor Best | Jason McIntyre |
2014-06-23 | first attempt at documenting NOINET6 by default and eui64 turning it on again | Henning Brauer |
2014-06-23 | make "ifconfig <if> inet6 eui64" reset the NOINET6 flag | Henning Brauer |
2014-05-12 | Make ifconfig do something intelligent based on the required length of | Bob Beck |
2014-04-22 | for consistency's sake, use the terminology from the 802.1Q standard | Henning Brauer |
2014-03-05 | fix a null test, from remco. | Ted Unangst |
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit |
2014-01-19 | Fix macro usage: ifconfig is .Nm, not .Cm. | Ingo Schwarze |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-21 | Make the bit string unsigned char * in printb() and printb_status(). | Todd C. Miller |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-11-05 | Fix ifconfig with IPv6 tunnel addresses which was broken by the | Alexander Bluhm |