Home | History | Annotate | Download | only in ofw
History log of /src/sys/dev/ofw/ofw_network_subr.c
RevisionDateAuthorComments
 1.10  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.9  24-Jan-2021  thorpej Rewrite of_network_decode_media() to use strlist_next() and
device_compatible_lookup().
 1.8  29-May-2019  msaitoh branches: 1.8.10;
KNF. No functional change.
 1.7  14-Mar-2009  dsl branches: 1.7.64;
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.6  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.5  28-Apr-2008  martin branches: 1.5.8; 1.5.14;
Remove clause 3 and 4 from TNF licenses
 1.4  11-Dec-2005  christos branches: 1.4.70; 1.4.72; 1.4.74;
merge ktrace-lwp.
 1.3  04-Feb-2005  perry de-__P
 1.2  13-Nov-2001  lukem branches: 1.2.16; 1.2.24; 1.2.26;
add RCSIDs
 1.1  22-Jul-1998  thorpej branches: 1.1.26; 1.1.28;
Add common OpenFirmware network interface functions. Currently supports
decoding the `supported-network-types' and `chosen-network-type' properties
into ifmedia words.
 1.1.28.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.26.1  14-Nov-2001  nathanw Catch up to -current.
 1.2.26.1  12-Feb-2005  yamt sync with head.
 1.2.24.1  29-Apr-2005  kent sync with -current
 1.2.16.1  04-Feb-2005  skrll Sync with HEAD.
 1.4.74.2  04-May-2009  yamt sync with head.
 1.4.74.1  16-May-2008  yamt sync with head.
 1.4.72.1  18-May-2008  yamt sync with head.
 1.4.70.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.5.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.7.64.1  10-Jun-2019  christos Sync with HEAD
 1.8.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed