OpenGrok
Cross Reference: db_machdep.h
xref
: /
src
/
sys
/
arch
/
x68k
/
include
/
db_machdep.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/x68k/include/db_machdep.h
Revision
Date
Author
Comments
1.3
06-Nov-2017
christos
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.
1.2
06-Dec-2001
minoura
branches: 1.2.166;
Add ELF support.
1.1
05-May-1996
oki
branches: 1.1.1;
Initial revision
1.1.1.1
05-May-1996
oki
branches: 1.1.1.1.46; 1.1.1.1.50;
NetBSD/x68k, by Masaru Oki.
1.1.1.1.50.1
08-Jan-2002
nathanw
Catch up to -current.
1.1.1.1.46.1
10-Jan-2002
thorpej
Sync kqueue branch with -current.
1.2.166.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Wed Oct 15 16:09:53 GMT 2025