summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile.c
AgeCommit message (Expand)Author
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