summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/loadfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-4/+4
* more a.out/ecoff removal; ok phesslerderaadt2013-10-171-298/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Correctly load ZMAGIC a.out binaries.miod2008-03-311-2/+4
* Fix format strings in a.out loader.miod2008-03-311-5/+5
* Let this compile with BOOT_AOUT defined.miod2008-03-301-2/+2
* Fix the description of loadfile() semantics in comment (and kill "andtom2007-06-261-3/+4
* Pull out the ELF loadfile pieces from the standalone libraries, so thattom2007-05-301-188/+30
* Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksymsmiod2007-01-041-20/+13
* do not load unneeded stringtab sections; avoids backward seeking; from netbsd; tested by miod@ and martin@; deraadt@ okmickey2006-12-301-13/+20
* do not leak memory if read()ing section headers fails; from Andrey Matveev <evol@online.ptt.ru>mickey2005-07-131-1/+2
* Allow /boot to load read-only data segments in ELF kernels.tom2004-02-101-3/+3
* load file in one pass avoiding seeking the headers back and forth; miod@ testing & ok (two months ago and then i forgot ;)mickey2003-08-111-29/+38
* ansification and knf and protosderaadt2003-08-111-20/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
* plug a memory leakmickey2003-05-071-3/+2
* avoid uninitialized warnings from gcc; art@ okmickey2002-11-111-6/+4
* First round of __P removal in sysmillert2002-03-141-4/+4
* Add MI loadfile support, from NetBSDdrahn2001-06-231-0/+628