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