| Age | Commit message (Expand) | Author |
| 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 |
| 2001-07-31 | When loading ELF, zero out: | bjh21 |
| 2001-07-31 | G/C "off", since it was just tracking the difference between maxp and elfp. | bjh21 |
| 2001-07-31 | Fix a small memory leak when counting the size of the symbol table (shp was | bjh21 |
| 2001-07-31 | When loading an ELF kernel, don't load all the STRTAB sections. Instead, just | bjh21 |
| 2001-07-19 | Avoid warnings about uninitialised usage. | fvdl |
| 2001-07-13 | Back out previous. The booter will need to find the symbol table itself, | christos |
| 2001-07-13 | From Nigel Pearson: Make SYMS and NSYMS work on ELF. | christos |
| 2000-12-03 | Don't try to load a.out header if there is no space for it before text. | tsutsui |
| 2000-11-11 | Don't print "]" if loading kernel does not have symbol table. | tsutsui |
| 2000-11-01 | Add define NO_MID_CHECK that avoids checking of the a.out mid field. | ragge |
| 1999-12-29 | Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype. | hannken |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-08 | - a.out header is not a part of text segment in NMAGIC. | itohy |
| 1999-04-28 | cosmetic printf change | christos |
| 1999-04-28 | MI loadfile (used by i386, pmax and sparc shortly) | christos |