index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image
/
elf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
[elf] Reject ELFBoot images requiring virtual addressing
Michael Brown
1
-51
/
+88
2015-03-02
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
1
-1
/
+5
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
1
-1
/
+2
2012-04-19
[multiboot] Place multiboot modules low in memory
Michael Brown
1
-3
/
+15
2012-04-09
[elf] Avoid attempting to load 64-bit ELF binaries
Michael Brown
1
-1
/
+10
2011-03-07
[image] Simplify image management
Michael Brown
1
-14
/
+15
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-4
/
+4
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
1
-0
/
+2
2009-04-24
[elf] Work around entry point bug in NetBSD kernels
Michael Brown
1
-14
/
+41
2008-11-19
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
1
-1
/
+1
2008-06-09
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
1
-23
/
+6
2007-01-14
Replace image->entry with image->priv.
Michael Brown
1
-2
/
+2
2007-01-12
Force probing of multiboot before ELF.
Michael Brown
1
-2
/
+2
2007-01-12
Rename copy_user() to memcpy_user(). Add memmove_user() and
Michael Brown
1
-1
/
+1
2007-01-11
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
1
-5
/
+11
2007-01-11
Add placeholder elf_execute()
Michael Brown
1
-0
/
+11
2007-01-11
Limit -ENOEXEC to mean "this is not in my format".
Michael Brown
1
-3
/
+3
2007-01-11
Use generic "struct image" rather than "struct elf".
Michael Brown
1
-11
/
+18
2007-01-11
Create include/gpxe/elf.h for the ELF bits that aren't part of the ELF
Michael Brown
1
-8
/
+4
2007-01-11
Removed the Etherboot-specific ELF-image code and replaced it with a
Michael Brown
1
-0
/
+130