index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
loadfile.c
Age
Commit message (
Expand
)
Author
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-03-31
Correctly load ZMAGIC a.out binaries.
Miod Vallat
2008-03-31
Fix format strings in a.out loader.
Miod Vallat
2008-03-30
Let this compile with BOOT_AOUT defined.
Miod Vallat
2007-06-26
Fix the description of loadfile() semantics in comment (and kill "and
Tom Cosgrove
2007-05-30
Pull out the ELF loadfile pieces from the standalone libraries, so that
Tom Cosgrove
2007-01-04
Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms
Miod Vallat
2006-12-30
do not load unneeded stringtab sections; avoids backward seeking; from netbsd...
Michael Shalayeff
2005-07-13
do not leak memory if read()ing section headers fails; from Andrey Matveev <e...
Michael Shalayeff
2004-02-10
Allow /boot to load read-only data segments in ELF kernels.
Tom Cosgrove
2003-08-11
load file in one pass avoiding seeking the headers back and forth; miod@ test...
Michael Shalayeff
2003-08-11
ansification and knf and protos
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-01
strcpy/strcat/sprintf removal in all bootblocks. various testing by
Theo de Raadt
2003-05-07
plug a memory leak
Michael Shalayeff
2002-11-11
avoid uninitialized warnings from gcc; art@ ok
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-23
Add MI loadfile support, from NetBSD
Dale Rahn