summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile_elf32.c
AgeCommit message (Expand)Author
2003-10-23The paddr_t type is integral, so no longer compatible with NULL,he
2003-08-31Fix signed/unsigned warnings.fvdl
2002-02-11Not all ports use the `offset' in their calulations and on those platformsreinoud
2001-11-09Remove USB copyrights. The coff and elf loading code did not come with BSD4.4.christos
2001-11-09To avoid backwards seeks on sequential devices (eq. QIC tapes), read allscw
2001-10-31Make the ELF loadfile routines byte-order independent when used inthorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
2001-10-30Split the exec formats included by loadfile() into separate files.thorpej