History log of /netbsd-src/sys/arch/sparc/include/loadfile_machdep.h (Results 1 – 11 of 11)
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


# 1b5340d3 01-Mar-2003 pk <pk@NetBSD.org>

Add support for large kernels by searching for a physical memory segment
to fit it in. As a bonus, the kernel is now also mapped to the virtual
address (i.e. KERNBASE) it is linked at.


# 38b8c568 08-Dec-2002 uwe <uwe@NetBSD.org>

Use 0x07ffffff for LOADADDR mask. This still provides for 128MB (and
given that PROM maps just 4 or 16 this is not going to be a bottle
neck). Doesn't really affect normal kernels, need it for the

Use 0x07ffffff for LOADADDR mask. This still provides for 128MB (and
given that PROM maps just 4 or 16 this is not going to be a bottle
neck). Doesn't really affect normal kernels, need it for the changed
kernel base address (uncommitted) hack for broken javastation OFW.
Ok by pk.

show more ...


# 44a3eec3 20-Jul-2002 mrg <mrg@NetBSD.org>

sync these with the sparc64 versions.


# 2684ea2b 04-Dec-2001 thorpej <thorpej@NetBSD.org>

Don't declare which exec formats to support in loadfile_machdep.h.
Instead, give each user of loadfile() control over which exec formats
it wants to support.


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


# 3eeab382 16-Aug-2000 mrg <mrg@NetBSD.org>

deal with 64 bit ELF


# 35e47f06 30-Apr-1999 christos <christos@NetBSD.org>

Load the header too.


# b40179bd 28-Apr-1999 christos <christos@NetBSD.org>

MD version of loadfile.h