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