Home | History | Annotate | Download | only in bootxx
History log of /src/sys/arch/sparc/stand/bootxx/promlib.c
RevisionDateAuthorComments
 1.12  07-Feb-2024  msaitoh Fix typo of "following" in comment.
 1.11  17-Jul-2011  joerg 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.10  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.9  04-Mar-2007  christos branches: 1.9.40; 1.9.42; 1.9.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.8  13-Jul-2006  uwe branches: 1.8.10;
De-__P. ANSIify.

Same object code is generated (except in prf.c, where putchar argument
type was changed to int to match the prototype and one instrcution
changes accordingly).

strategy() in ofdev.c was not ANSIified in this sweep, b/c that
changes code generated at call sites!
 1.7  04-Mar-2006  uwe branches: 1.7.2;
s/u_intN_t/uintN_t/
 1.6  24-Dec-2005  perry branches: 1.6.4; 1.6.6;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
 1.5  11-Dec-2005  christos merge ktrace-lwp.
 1.4  03-Jun-2005  martin branches: 1.4.2;
constify
 1.3  26-Feb-2003  pk branches: 1.3.2;
Move all `ID prom' stuff into the prom library.
 1.2  03-May-1999  christos Casts for PROM_LOADADDR which is not casted anymore.
 1.1  15-Feb-1999  pk branches: 1.1.4;
Use PROMLIB to streamline this code. This also provides the bulk of
Open Firmware boot code.
 1.1.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.3.2.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.2.3  03-Sep-2007  yamt sync with head.
 1.4.2.2  30-Dec-2006  yamt sync with head.
 1.4.2.1  21-Jun-2006  yamt sync with head.
 1.6.6.1  22-Apr-2006  simonb Sync with head.
 1.6.4.1  09-Sep-2006  rpaulo sync with head
 1.7.2.1  11-Aug-2006  yamt sync with head
 1.8.10.1  12-Mar-2007  rmind Sync with HEAD.
 1.9.44.1  16-May-2008  yamt sync with head.
 1.9.42.1  18-May-2008  yamt sync with head.
 1.9.40.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed