History log of /netbsd-src/sys/arch/zaurus/stand/zboot/unixdev.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 8a6fbebf 04-Nov-2013 christos <christos@NetBSD.org>

fix unused variables


# bf2f9846 18-Jan-2012 nonaka <nonaka@NetBSD.org>

Support to read the kernel from local file system.

ex. boot path:/mnt/card/netbsd


# 3eb244d8 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 ...


# af901e68 02-Mar-2009 nonaka <nonaka@NetBSD.org>

Added zboot from OpenBSD.