summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do address assignment/removal operations after callbacks.yar2006-01-301-7/+6
* For the sake of consistency and easier typing,yar2005-09-291-0/+1
* Add a new flag '-k' to ifconfig(8), indicating that it is alright torwatson2005-07-141-1/+5
* Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flagsyar2005-07-131-1/+1
* guard against bogus address datasam2005-05-201-1/+1
* ISO C does not allow unnamed union members.stefanf2005-04-081-5/+5
* Fix typo in comment.stefanf2005-04-081-1/+1
* Fix special status reporting. Prior to the reorg there wassam2004-12-311-7/+22
* add a callback mechanism for code that wants to defer committing changessam2004-12-111-0/+30
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-081-1279/+332
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-011-1/+4
* Fix long standing mediaopt setting bugs seen on sparc64. Thoughyongari2004-08-091-6/+12
* Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',yar2004-07-261-0/+4
* For both ifconfig and route if we didn't get enough memory from theambrisko2004-04-301-2/+10
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-5/+1
* Added the new interface capability option for drivers that implementru2004-04-111-1/+3
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* add support for setting 802.11 rtsthreshold, transmit power,sam2004-03-301-0/+3
* The print mask's first part is the base, not the total number of bitru2004-03-121-1/+1
* Show the polling(4) flag on the interface.ru2004-03-121-1/+1
* Fixed a misspelling of 0 as NULL.bde2004-03-101-1/+1
* Look for both name and if_<name> strings in module metadata. Pseudo-deviceskan2004-02-271-1/+2
* Add ifconfig support for network interface renaming. In the process,brooks2004-02-041-2/+42
* 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-271-3/+4
* 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-011-1/+3
* add a "mode" directive to specify the operating mode for multi-mode devices;sam2003-04-281-0/+1
* Don't abuse module names to facilitate ifconfig module loading;mdodd2003-04-151-1/+1
* Kill #ifdef NS codepeter2003-03-051-72/+0
* Add missing #if USE_IF_MEDIA/#endif.mdodd2003-01-231-1/+4
* fix link_status() in non-Ethernet casefjoe2003-01-221-4/+6
* o display new interface capability bitssam2002-11-151-1/+1
* Report the MONITOR bit.phk2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-231-4/+4
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-231-0/+10
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Add the "Monitor" interface flag.phk2002-09-271-0/+2
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-1/+3
* 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
* Add eui64 option which fills interface index (lowermost 64bit ofume2002-06-151-0/+37
* De-__P, use ansi function definitionsimp2002-04-181-196/+83
* Turn "ether" address family into a generic "link" familyru2002-03-271-54/+37
* Remove 'register' keyword.obrien2002-03-201-11/+11
* MTU and metric are available with NET_RT_IFLIST.ru2001-12-031-22/+4
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
* Split hwcsum into rxcsum and txcsum components.jlemon2001-09-181-3/+5
* Teach ifconfig about the new interface capability words.jlemon2001-09-181-1/+43
* Actuall make plumb work in addition to create as per the manpage.brooks2001-08-171-1/+2
OpenPOWER on IntegriCloud