summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Add ifconfig support for network interface renaming. In the process,brooks2004-02-042-3/+49
* Use memcpy plus a manual NUL termination when copying the interface namebrooks2004-01-311-3/+5
* Use IFNAMSIZ instead of a magic value for the length of an interfacebrooks2004-01-272-4/+5
* 802.11 mode bits are now masks; convert to suitsam2004-01-151-1/+1
* We want the length of the string, not the size of its pointer.brooks2003-11-011-1/+1
* Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)peter2003-10-261-2/+2
* By popular demand, added the "static ARP" per-interface option.ru2003-10-012-1/+11
* o add support for setting 128-bit WEP keyssam2003-09-171-4/+7
* o update for new 802.11 supportsam2003-06-281-2/+6
* o correct mode request handlingsam2003-06-251-3/+6
* mdoc(7) police: fix more breakages from rev. 1.69.ru2003-05-141-6/+6
* Fix broken comment line introduced in rev 1.69.sheldonh2003-05-131-1/+1
* Add media types and options for ATM. While on most ATM cards media cannotharti2003-04-291-0/+34
* document mode directivesam2003-04-281-2/+14
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-283-3/+120
* Don't abuse module names to facilitate ifconfig module loading;mdodd2003-04-151-1/+1
* Uncomment the description of the ipdst parameter, but refer to IPXtjr2003-03-081-9/+6
* Kill #ifdef NS codepeter2003-03-051-72/+0
* Document the rxcsum and txcsum commands.ru2003-02-271-0/+11
* Add missing #if USE_IF_MEDIA/#endif.mdodd2003-01-231-1/+4
* fix link_status() in non-Ethernet casefjoe2003-01-221-4/+6
* mdoc(7) police: markup, spelling.ru2002-11-251-8/+6
* update vlandev description; vlan code now auto-recognizes devices thatsam2002-11-151-6/+4
* o display new interface capability bitssam2002-11-151-1/+1
* Remove a line that reflected behavior that does not actually exist.chris2002-10-281-1/+0
* Document the `maclabel' command.chris2002-10-251-0/+7
* Report the MONITOR bit.phk2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-233-9/+9
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-234-0/+116
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Add the "Monitor" interface flag.phk2002-09-272-0/+13
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-192-1/+7
* Fix last-minute typo which breaks the world.sobomax2002-08-191-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+3
* mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58.ru2002-08-131-3/+4
* Warn that hex keys are the most portable.imp2002-08-121-0/+3
* The .Nm utilitycharnier2002-07-061-7/+10
* Add eui64 option which fills interface index (lowermost 64bit ofume2002-06-152-0/+42
* Reword the ``alias'' description slightly. We must specify a non-conflictingbrian2002-05-111-2/+3
* De-__P, use ansi function definitionsimp2002-04-184-268/+117
* Turn "ether" address family into a generic "link" familyru2002-03-272-72/+56
* Remove 'register' keyword.obrien2002-03-201-11/+11
* mdoc(7) police: kill whitespace at eol.ru2002-03-151-1/+1
* Some style(9) whitespace fixes and a correction to the copyright.brooks2002-02-281-22/+24
* Do not disable IPv6 and vlan support when RELEASE_CRUNCH is defined.luigi2002-02-151-2/+0
* Note what the default address_family is.dd2002-02-111-0/+2
* mdoc(7) police:ru2002-01-091-0/+14
* In the words of the submitter:dd2002-01-071-1/+1
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-0/+17
* Move the WARNS attribute down so that it also applies to themike2001-12-051-1/+1
OpenPOWER on IntegriCloud