History log of /netbsd/sys/arch/sparc/stand/bootxx/promlib.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 9f2c6cd5 17-Jul-2011 joerg <joerg@NetBSD.org>

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 a

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.

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 4c3c91e6 13-Jul-2006 uwe <uwe@NetBSD.org>

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

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!

show more ...


# 6e4f5eb5 04-Mar-2006 uwe <uwe@NetBSD.org>

s/u_intN_t/uintN_t/


# 50a256a3 24-Dec-2005 perry <perry@NetBSD.org>

__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# c111fbbb 03-Jun-2005 martin <martin@NetBSD.org>

constify


# 4eb3db09 26-Feb-2003 pk <pk@NetBSD.org>

Move all `ID prom' stuff into the prom library.


# 6fc35c7f 03-May-1999 christos <christos@NetBSD.org>

Casts for PROM_LOADADDR which is not casted anymore.


# d292580f 15-Feb-1999 pk <pk@NetBSD.org>

Use PROMLIB to streamline this code. This also provides the bulk of
Open Firmware boot code.