summaryrefslogtreecommitdiffstats
path: root/sys/net/if_media.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl().stsp2019-04-211-2/+2
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-4/+4
* Fix build with IFMEDIA_DEBUG defined; ok sthen@stsp2015-10-171-2/+5
* add sizes to some of the simpler free callsderaadt2015-09-291-4/+5
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-20/+20
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.deraadt2015-01-211-1/+2
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* Prettify; remove useless cast, reformat, fix TAILQ_FOREACH's.pelikan2014-01-191-10/+10
* Count the number of media words required only once. If the media wordsderaadt2014-01-191-13/+12
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* return with ENOTTY instead of EINVAL for unknown ioctl requests.brad2007-12-201-2/+2
* tidy up a little.brad2007-09-191-9/+6
* - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andbrad2007-09-171-2/+2
* rev 1.18brad2005-07-281-4/+6
* ANSI protosbrad2005-07-091-35/+12
* - prototype must not have variable name.brad2005-07-051-6/+6
* rev 1.13brad2005-07-031-2/+2
* ifmedia_set() should not panic, nor can it really fail. So if there isbrad2005-02-201-3/+24
* rev 1.19brad2005-02-151-40/+24
* de-register. deraadt okitojun2003-12-101-2/+2
* tyopjason2003-10-201-2/+2
* KNF - return is not a function.itojun2002-09-111-2/+2
* First round of __P removal in sysmillert2002-03-141-2/+2
* Free the same type we malloced with.art2000-11-281-2/+2
* sync mii code with netbsdnate2000-08-261-13/+35
* small knits in .c, more media definitions from netbsd in .hmickey2000-03-211-3/+3
* use LIST_* macros where appropriate instead of using LIST* internals.mickey2000-02-261-7/+28
* expose ifmedia_matchjason2000-01-081-4/+1
* o OpenBSD gets if_media support (from NetBSD)jason1998-09-031-0/+456