aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* mdoc(7) policeBruce M Simpson2004-06-141-2/+3
* Wordsmith the BUGS section re: IPv6 link-local addresses.Bruce M Simpson2004-06-141-7/+13
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-22/+28
* For both ifconfig and route if we didn't get enough memory from theDoug Ambrisko2004-04-301-2/+10
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-5/+1
* Document that -m also causes the capability list to be displayed.Ruslan Ermilov2004-04-111-1/+1
* Added the new interface capability option for drivers that implementRuslan Ermilov2004-04-112-2/+12
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Fix an off-by-one error in the function used to input the ascii/hex strings.Poul-Henning Kamp2004-04-041-4/+7
* add support for setting 802.11 rtsthreshold, transmit power,Sam Leffler2004-03-304-1/+101
* The print mask's first part is the base, not the total number of bitRuslan Ermilov2004-03-121-1/+1
* Show the polling(4) flag on the interface.Ruslan Ermilov2004-03-121-1/+1
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-101-1/+1
* Look for both name and if_<name> strings in module metadata. Pseudo-devicesAlexander Kabaev2004-02-271-1/+2
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* We can cross-reference to vlan(4) as long asYaroslav Tykhiy2004-02-211-15/+38
* The hardware tagging capability is set on the physicalYaroslav Tykhiy2004-02-211-1/+1
* Add ifconfig support for network interface renaming. In the process,Brooks Davis2004-02-042-3/+49
* Use memcpy plus a manual NUL termination when copying the interface nameBrooks Davis2004-01-311-3/+5
* Use IFNAMSIZ instead of a magic value for the length of an interfaceBrooks Davis2004-01-272-4/+5
* 802.11 mode bits are now masks; convert to suitSam Leffler2004-01-151-1/+1
* We want the length of the string, not the size of its pointer.Brooks Davis2003-11-011-1/+1
* Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)Peter Wemm2003-10-261-2/+2
* By popular demand, added the "static ARP" per-interface option.Ruslan Ermilov2003-10-012-1/+11
* o add support for setting 128-bit WEP keysSam Leffler2003-09-171-4/+7
* o update for new 802.11 supportSam Leffler2003-06-281-2/+6
* o correct mode request handlingSam Leffler2003-06-251-3/+6
* mdoc(7) police: fix more breakages from rev. 1.69.Ruslan Ermilov2003-05-141-6/+6
* Fix broken comment line introduced in rev 1.69.Sheldon Hearn2003-05-131-1/+1
* Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-291-0/+34
* document mode directiveSam Leffler2003-04-281-2/+14
* add a "mode" directive to specify the operating mode for multi-mode devices;Sam Leffler2003-04-283-3/+120
* Don't abuse module names to facilitate ifconfig module loading;Matthew N. Dodd2003-04-151-1/+1
* Uncomment the description of the ipdst parameter, but refer to IPXTim J. Robbins2003-03-081-9/+6
* Kill #ifdef NS codePeter Wemm2003-03-051-72/+0
* Document the rxcsum and txcsum commands.Ruslan Ermilov2003-02-271-0/+11
* Add missing #if USE_IF_MEDIA/#endif.Matthew N. Dodd2003-01-231-1/+4
* fix link_status() in non-Ethernet caseMax Khon2003-01-221-4/+6
* mdoc(7) police: markup, spelling.Ruslan Ermilov2002-11-251-8/+6
* update vlandev description; vlan code now auto-recognizes devices thatSam Leffler2002-11-151-6/+4
* o display new interface capability bitsSam Leffler2002-11-151-1/+1
* Remove a line that reflected behavior that does not actually exist.Chris Costello2002-10-281-1/+0
* Document the `maclabel' command.Chris Costello2002-10-251-0/+7
* Report the MONITOR bit.Poul-Henning Kamp2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionRobert Watson2002-10-233-9/+9
* Teach ifconfig(8) how to print and set the MAC labels on networkRobert Watson2002-10-234-0/+116
* Don't crash when the user feeds us nonesense in the form:Dima Dorfman2002-10-021-3/+4
* Add the "Monitor" interface flag.Poul-Henning Kamp2002-09-272-0/+13
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).Maxim Sobolev2002-08-192-1/+7