summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile.c
AgeCommit message (Expand)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-03-31Correctly load ZMAGIC a.out binaries.Miod Vallat
2008-03-31Fix format strings in a.out loader.Miod Vallat
2008-03-30Let this compile with BOOT_AOUT defined.Miod Vallat
2007-06-26Fix the description of loadfile() semantics in comment (and kill "andTom Cosgrove
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-01-04Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksymsMiod Vallat
2006-12-30do not load unneeded stringtab sections; avoids backward seeking; from netbsd...Michael Shalayeff
2005-07-13do not leak memory if read()ing section headers fails; from Andrey Matveev <e...Michael Shalayeff
2004-02-10Allow /boot to load read-only data segments in ELF kernels.Tom Cosgrove
2003-08-11load file in one pass avoiding seeking the headers back and forth; miod@ test...Michael Shalayeff
2003-08-11ansification and knf and protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-07plug a memory leakMichael Shalayeff
2002-11-11avoid uninitialized warnings from gcc; art@ okMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-23Add MI loadfile support, from NetBSDDale Rahn