History log of /netbsd-src/sys/arch/vax/include/loadfile_machdep.h (Results 1 – 8 of 8)
Revision Date Author Comments
# eb6cc752 06-Aug-2014 joerg <joerg@NetBSD.org>

Consistently define WARN in a way that passes format string checks, i.e.
always uses the same number of arguments as given in the format string.


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

Remove clause 3 and 4 from TNF licenses


# 606bb2ca 25-Jan-2006 christos <christos@NetBSD.org>

free -> dealloc
unsigned -> size_t for alloc/dealloc


# 787f3adb 31-May-2002 ragge <ragge@NetBSD.org>

ALIGNENTRY must always be 0 on vax, otherwise loadfile_aout won't work.


# 015bf594 31-Mar-2002 matt <matt@NetBSD.org>

Make ddb symbol loading work for ELF as well a.out.


# e727e3f1 31-Oct-2001 thorpej <thorpej@NetBSD.org>

Split elf32 vs. elf64 handling in loadfile(), including support for
each separately and explicitly. BOOT_ELF is now BOOT_ELF32 and
BOOT_ELF64, and ELFSIZE should no longer be defined in loadfile_mac

Split elf32 vs. elf64 handling in loadfile(), including support for
each separately and explicitly. BOOT_ELF is now BOOT_ELF32 and
BOOT_ELF64, and ELFSIZE should no longer be defined in loadfile_machdep.h.

show more ...


# 8e9ff581 19-Jul-2000 matt <matt@NetBSD.org>

More ELF changes (a.out still works).


# 37be92c0 25-May-2000 matt <matt@NetBSD.org>

Add loadfile() support. soon to be needed by bootblocks.