summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile_elf32.c
AgeCommit message (Expand)Author
2013-11-27Fix a use-after-free (well, dealloc actually) issue.jakllsch
2011-02-17revert bad whitespace change.christos
2011-02-17fix -Wself-assign warningchristos
2010-09-16Use standard ELF types for ELF code, instead of paddr_t. paddr_t shouldjym
2010-09-02PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab intochristos
2010-03-12DTrace: Add support for CTF sections in the netbsd elf image, load thesedarran
2008-09-25add a LOAD_NOTE flag to make loading the note optional.christos
2008-05-20Extract kernel version from the note section and stuff into a globalad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-29ANSIfy.tsutsui
2007-12-03Use standard error code (EIO) instead of standalone error codeisaki
2007-12-02unsigned -> unsigned inttsutsui
2007-11-23loadfile_*() must set errno when it returns -1.isaki
2007-06-05Add a MARK_DATA marker containing the effective VA of the first loadedmartin
2006-04-06Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out.cherry
2006-04-03Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code,cherry
2006-04-03Allows processor ABI specific ELF segment loads.cherry
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-07-14rearrange free's and add a missing one.christos
2005-02-26nuke trailing whitespaceperry
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