aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifmedia.c
Commit message (Expand)AuthorAgeFilesLines
* Finish removing FDDI and tokenring media support.Brooks Davis2018-04-231-27/+0
* Remove support for FDDI and token ring media types in userland utilities.Brooks Davis2018-04-161-8/+0
* Remove support for FDDI networks.Brooks Davis2018-04-111-27/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Fix a comment that's been wrong ever since this file was imported in 1997Alan Somers2017-05-011-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-6/+6
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* ifmedia changes:Eric Joyner2015-04-071-6/+26
* When setting media always and not just in case of switching to IFM_AUTOMarius Strobl2011-05-151-5/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDMarius Strobl2011-01-051-1/+9
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-121-4/+0
* When setting a media with no sub-type specified also reset the typeMarius Strobl2010-11-131-1/+1
* When printing media with more than one media option set aggregate theseMarius Strobl2010-11-131-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-1/+2
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-2/+2
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-4/+12
* Update for revised 802.11 support:Sam Leffler2007-06-111-6/+6
* Actually fully emulate NetBSD and print the media instance numberMarius Strobl2007-01-221-2/+3
* - Display the media instance numbers and allow the user to set the activeMarius Strobl2007-01-201-1/+25
* Clear full-duplex when half-duplex flag is set. This actually makesJung-uk Kim2006-12-191-2/+6
* (media_status): Factor common code between IFM_ETHER and IFM_ATM cases.Thomas Quinot2006-08-221-21/+9
* Grab the media from the passed in structure to put it into theDoug Ambrisko2006-01-111-0/+1
* Change the ifr_media operation to only get its value and only setDoug Ambrisko2005-01-271-79/+81
* Fix special status reporting. Prior to the reorg there wasSam Leffler2004-12-311-2/+2
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-6/+30
* 802.11 mode bits are now masks; convert to suitSam Leffler2004-01-151-1/+1
* o correct mode request handlingSam Leffler2003-06-251-3/+6
* Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-291-0/+34
* add a "mode" directive to specify the operating mode for multi-mode devices;Sam Leffler2003-04-281-3/+118
* De-__P, use ansi function definitionsWarner Losh2002-04-181-54/+25
* Back out previous commit.Jeroen Ruigrok van der Werven2001-11-151-2/+0
* Report ad hoc mode correctly.Jeroen Ruigrok van der Werven2001-11-151-0/+2
* Cosmetic: Don't output a blank line if a driver providesYaroslav Tykhiy2001-11-021-2/+1
* When using interfaces that support if_media, the supported media list isPoul-Henning Kamp2001-05-291-22/+120
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-3/+33
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* Make the supported media info output the default.Peter Wemm1997-10-161-2/+2
* Clean up some more. Move parsing of sysctl iflist data into a singlePeter Wemm1997-05-101-2/+3
* Grumble.. My last patchup here didn't quite work either. I hate thisPeter Wemm1997-05-101-4/+7
* Bring in the ifmedia components of NetBSD's ifconfig as a seperate file.Peter Wemm1997-05-041-0/+526