History log of /src/sys/arch/sun3/include/loadfile_machdep.h |
Revision | | Date | Author | Comments |
1.4 |
| 17-Sep-2006 |
tsutsui | Make sun68k/stand build without installed ${DESTDIR} files.
Currently "machine" symlink points sys/arch/sun68k/include, but this means some <machine/foo.h> files are taken from sys/arch/sun68k/include but others (i.e. files not in sun68k/include) are taken from ${DESTDIR}/usr/include/machine.
Instead, make "machine" symlink point sys/arch/${MACHINE}/include, make "sun68k" symlink point sys/arch/sun68k/include (not sys/arch/sun68k), add sys/arch to include path, and move some files where appropriate.
|
1.3 |
| 25-Jan-2006 |
christos | branches: 1.3.18; free -> dealloc unsigned -> size_t for alloc/dealloc
|
1.2 |
| 31-Oct-2001 |
thorpej | branches: 1.2.2; 1.2.34; 1.2.46; 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.
|
1.1 |
| 22-Feb-2001 |
chs | branches: 1.1.4; 1.1.6; 1.1.8; switch sun3 to ELF. highlight include: add "%" prefix to register names in assembly code. change assembly functions to return values in %a0 instead of %d0. C symbols no longer prepend an underscore, adjust assembly code for this. 32-bit values are now 32-bit aligned instead of 16-bit aligned, adjust structure packing and padding to override this where necessary. make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional. use the MI loadfile() instead of several home-grown versions.
|
1.1.8.1 |
| 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.1.6.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.4.2 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.1 |
| 22-Feb-2001 |
bouyer | file loadfile_machdep.h was added on branch thorpej_scsipi on 2001-03-12 13:29:36 +0000
|
1.2.46.1 |
| 01-Feb-2006 |
yamt | sync with head.
|
1.2.34.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.2.34.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.2.2.2 |
| 31-Oct-2001 |
thorpej | 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.
|
1.2.2.1 |
| 31-Oct-2001 |
thorpej | file loadfile_machdep.h was added on branch nathanw_sa on 2001-10-31 17:20:50 +0000
|
1.3.18.1 |
| 18-Nov-2006 |
ad | Sync with head.
|