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
/
hci
/
commands
/
image_cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[image] Generalise concept of selected image
Michael Brown
2023-05-17
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[image] Add "--timeout" parameter to image downloading commands
Michael Brown
2014-03-10
1
-5
/
+13
*
[cmdline] Generate command option help text automatically
Michael Brown
2013-11-07
1
-23
/
+30
*
[parseopt] Allow parsed option to be modified
Michael Brown
2013-07-22
1
-1
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[image] Add "--replace" option
Michael Brown
2012-07-20
1
-5
/
+54
*
[image] Add "--autofree" option
Michael Brown
2012-07-20
1
-3
/
+12
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-24
1
-223
/
+170
*
[image] Eliminate the register_and_xxx_image() functions
Michael Brown
2011-10-25
1
-6
/
+3
*
[image] Remove redundant call to basename()
Michael Brown
2011-03-27
1
-3
/
+0
*
[image] Simplify use of imgdownload()
Michael Brown
2011-03-09
1
-56
/
+55
*
[cmdline] Add generic concat_args() function
Michael Brown
2011-03-07
1
-30
/
+15
*
[image] Clear the command line rather than setting an empty command line
Michael Brown
2011-03-07
1
-3
/
+6
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-34
/
+30
*
[parseopt] Refer to online documentation for command help
Michael Brown
2011-03-04
1
-14
/
+8
*
[image] Use generic option-parsing library
Michael Brown
2010-11-22
1
-315
/
+156
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-2
/
+2
*
[image] Modify imgfree command to accept an argument
Joshua Oreman
2009-06-23
1
-5
/
+18
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[image] Allow for zero embedded images
Michael Brown
2009-02-24
1
-4
/
+4
*
[image] Added "chain" command to fetch, load, and execute image
Shao Miller
2009-02-24
1
-0
/
+20
*
[image] Fail "imgexec"/"boot" if the image to execute is ambiguous
Michael Brown
2008-07-08
1
-1
/
+1
*
[bzimage] Kill off the initrd image type
Michael Brown
2008-07-08
1
-22
/
+4
*
[cmdline] Fix image command-line construction for zero-length argument lists
Michael Brown
2008-06-27
1
-5
/
+8
*
[cmdline] Remove arbitrary limit on the length of image command lines
Michael Brown
2008-06-12
1
-8
/
+17
*
Error message cleanups.
Michael Brown
2007-08-02
1
-1
/
+2
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-24
/
+59
*
make imgfill_cmdline static
Holger Lubitz
2007-07-27
1
-1
/
+2
*
Removed debugging statements that should not have been checked in.
Michael Brown
2007-06-28
1
-2
/
+0
*
Quick hack to get image booting working again
Michael Brown
2007-06-28
1
-28
/
+35
*
Typo
Michael Brown
2007-03-20
1
-2
/
+2
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Add the "initrd" command
Michael Brown
2007-01-14
1
-20
/
+57
*
Make "boot" a synonym for "imgexec", to match grub
Michael Brown
2007-01-14
1
-0
/
+4
*
Don't print "<NULL>" when we use imgautoselect().
Michael Brown
2007-01-12
1
-1
/
+2
*
Allow "imgexec" with no arguments to boot the file that was loaded with
Michael Brown
2007-01-12
1
-9
/
+18
*
Cleaner separation between imgXXX() functions and image_cmd.c
Michael Brown
2007-01-12
1
-51
/
+309
*
Add basic "fetch" and "imgstat" commands.
Michael Brown
2007-01-12
1
-0
/
+228