| Age | Commit message (Expand) | Author |
| 2013-11-27 | Fix a use-after-free (well, dealloc actually) issue. | jakllsch |
| 2011-02-17 | revert bad whitespace change. | christos |
| 2011-02-17 | fix -Wself-assign warning | christos |
| 2010-09-16 | Use standard ELF types for ELF code, instead of paddr_t. paddr_t should | jym |
| 2010-09-02 | PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab into | christos |
| 2010-03-12 | DTrace: Add support for CTF sections in the netbsd elf image, load these | darran |
| 2008-09-25 | add a LOAD_NOTE flag to make loading the note optional. | christos |
| 2008-05-20 | Extract kernel version from the note section and stuff into a global | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-29 | ANSIfy. | tsutsui |
| 2007-12-03 | Use standard error code (EIO) instead of standalone error code | isaki |
| 2007-12-02 | unsigned -> unsigned int | tsutsui |
| 2007-11-23 | loadfile_*() must set errno when it returns -1. | isaki |
| 2007-06-05 | Add a MARK_DATA marker containing the effective VA of the first loaded | martin |
| 2006-04-06 | Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out. | cherry |
| 2006-04-03 | Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code, | cherry |
| 2006-04-03 | Allows processor ABI specific ELF segment loads. | cherry |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-14 | rearrange free's and add a missing one. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-10-23 | The paddr_t type is integral, so no longer compatible with NULL, | he |
| 2003-08-31 | Fix signed/unsigned warnings. | fvdl |
| 2002-02-11 | Not all ports use the `offset' in their calulations and on those platforms | reinoud |
| 2001-11-09 | Remove USB copyrights. The coff and elf loading code did not come with BSD4.4. | christos |
| 2001-11-09 | To avoid backwards seeks on sequential devices (eq. QIC tapes), read all | scw |
| 2001-10-31 | Make the ELF loadfile routines byte-order independent when used in | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-31 | Build the loadfile() a.out, ECOFF, and ELF back-ends as separate | thorpej |
| 2001-10-30 | Split the exec formats included by loadfile() into separate files. | thorpej |