NetBSD/sys/arch/pmax
christos dc2ac29584 Cleanup and clarify the ELFSIZE mess:
We now have 2 variables automatically set in elf_machdep.h:

    ARCH_ELFSIZE: the size for userland binaries
    KERN_ELFSIZE: the size for the kernel binaries

DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.

In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.
2017-11-06 03:47:45 +00:00
..
compile
conf clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
ibus correct size checks so they cannot be circumvented by integer overflows 2017-06-13 19:13:55 +00:00
include Cleanup and clarify the ELFSIZE mess: 2017-11-06 03:47:45 +00:00
pmax fix printf formats. 2017-07-16 17:35:20 +00:00
stand spelling (DEC called it "TURBOchannel") 2017-06-22 16:46:52 +00:00
tc
Makefile