Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sun2/include/db_machdep.h
RevisionDateAuthorComments
 1.8  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.7  11-Dec-2005  christos branches: 1.7.122;
merge ktrace-lwp.
 1.6  03-Jun-2005  tsutsui Remove declarations for db_read_bytes() and db_write_bytes().
They are in <ddb/db_access.h>.
 1.5  22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.4  13-May-2002  matt branches: 1.4.10; 1.4.18;
Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h>
 1.3  30-Nov-2001  fredette Purge vm_offset_t.
 1.2  09-Nov-2001  thorpej branches: 1.2.2;
Remove unneeded declarations of the db_machine_init() function. The
ARM ports are the only ones that actually have one, and it is about
to change.
 1.1  06-Apr-2001  fredette branches: 1.1.2; 1.1.4; 1.1.8;
Added.
 1.1.8.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.1.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.1.2.1  06-Apr-2001  bouyer file db_machdep.h was added on branch thorpej_scsipi on 2001-04-21 17:54:49 +0000
 1.2.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.2.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.2.2.1  09-Nov-2001  nathanw file db_machdep.h was added on branch nathanw_sa on 2002-01-08 00:28:09 +0000
 1.4.18.1  29-Apr-2005  kent sync with -current
 1.4.10.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.10.1  24-Jan-2005  skrll Sync with HEAD.
 1.7.122.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed