index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_media.c
Age
Commit message (
Expand
)
Author
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-12-20
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-09-19
tidy up a little.
Brad Smith
2007-09-17
- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and
Brad Smith
2005-07-28
rev 1.18
Brad Smith
2005-07-09
ANSI protos
Brad Smith
2005-07-05
- prototype must not have variable name.
Brad Smith
2005-07-03
rev 1.13
Brad Smith
2005-02-20
ifmedia_set() should not panic, nor can it really fail. So if there is
Brad Smith
2005-02-15
rev 1.19
Brad Smith
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-10-20
tyop
Jason Wright
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-11-28
Free the same type we malloced with.
Artur Grabowski
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-03-21
small knits in .c, more media definitions from netbsd in .h
Michael Shalayeff
2000-02-26
use LIST_* macros where appropriate instead of using LIST* internals.
Michael Shalayeff
2000-01-08
expose ifmedia_match
Jason Wright
1998-09-03
o OpenBSD gets if_media support (from NetBSD)
Jason Wright