Home | History | Annotate | Download | only in ofw
History log of /src/sys/arch/arm/ofw/openfirm.c
RevisionDateAuthorComments
 1.11  07-Feb-2021  martin Rename argument "bootspec" to avoid shadowing a global
 1.10  31-Jan-2012  matt branches: 1.10.60;
Use a typedef to cleanup OF_set_callback.
 1.9  17-Jul-2011  joerg branches: 1.9.2; 1.9.6;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.8  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 1.7  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.6  28-Feb-2007  macallan branches: 1.6.46; 1.6.54; 1.6.60;
add OF_setprop()
 1.5  11-Dec-2005  christos branches: 1.5.26;
merge ktrace-lwp.
 1.4  03-Jun-2005  scw branches: 1.4.2;
Appease -Wcast-qual
 1.3  15-Jul-2003  lukem __KERNEL_RCSID()
 1.2  05-Oct-2002  chs branches: 1.2.8;
add missing protos.
 1.1  06-Feb-2002  thorpej branches: 1.1.2; 1.1.14;
* Move some generic ARM OpenFirmware stuff into arch/arm/ofw (still
more can move, but not yet).
* Garbage-collect some cruft from arch/arm32 in preparation for
renaming to arch/shark.
 1.1.14.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.14.1  06-Feb-2002  jdolecek file openfirm.c was added on branch kqueue on 2002-06-23 17:34:56 +0000
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  06-Feb-2002  nathanw file openfirm.c was added on branch nathanw_sa on 2002-02-28 04:07:42 +0000
 1.2.8.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.8.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.8.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.8.1  03-Aug-2004  skrll Sync with HEAD
 1.4.2.1  03-Sep-2007  yamt sync with head.
 1.5.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.6.60.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.6.54.1  28-Apr-2009  skrll Sync with HEAD.
 1.6.46.1  04-May-2009  yamt sync with head.
 1.9.6.1  18-Feb-2012  mrg merge to -current.
 1.9.2.1  17-Apr-2012  yamt sync with head
 1.10.60.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed