index
:
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
/
core
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
1
-2
/
+1
2015-08-21
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
1
-3
/
+6
2015-03-02
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
1
-1
/
+1
2014-06-24
[build] Expose build timestamp, build name, and product names
Michael Brown
1
-2
/
+2
2013-11-27
[main] Defer "initialising devices" message until initialising devices
Michael Brown
1
-1
/
+3
2013-03-13
[autoboot] Split main control flow out of main() into a new function ipxe()
Michael Brown
1
-82
/
+2
2012-11-02
[build] Include version number within only a single object file
Michael Brown
1
-2
/
+3
2012-10-23
[autoboot] Avoid excess backspacing after displaying Ctrl-B prompt
Michael Brown
1
-1
/
+3
2011-03-28
[main] Add the "scriptlet" setting
Michael Brown
1
-4
/
+19
2011-03-07
[main] Remove shell prompt when using an embedded image
Michael Brown
1
-14
/
+13
2011-03-07
[image] Use list_first_entry() to clarify logic in main()
Michael Brown
1
-5
/
+2
2011-03-07
[prompt] Replace shell_banner() with a generic prompt() function
Michael Brown
1
-1
/
+17
2011-01-27
[init] Remove concept of "shutdown exit flags"
Michael Brown
1
-1
/
+1
2010-04-25
[main] Match "starting execution" and "initialising devices" message style
Michael Brown
1
-2
/
+2
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-12
/
+12
2010-01-31
[proto] Remove unsupported IGMP protocol
Stefan Hajnoczi
1
-1
/
+0
2010-01-31
[proto] Remove unsupported NFS protocol
Stefan Hajnoczi
1
-1
/
+0
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
1
-0
/
+2
2009-03-13
[tables] Redefine methods for accessing linker tables
Michael Brown
1
-4
/
+1
2009-02-24
[image] Allow for zero embedded images
Michael Brown
1
-6
/
+10
2009-02-16
[image] Allow multiple embedded images
Michael Brown
1
-4
/
+11
2009-01-08
[main] Print an "initialising devices" banner
Michael Brown
1
-0
/
+3
2008-11-19
[i386] Rename __cdecl to __asmcall
Michael Brown
1
-1
/
+1
2008-10-31
[romprefix] Add vendor branding facilities and guidelines
Michael Brown
1
-2
/
+14
2008-07-17
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
1
-1
/
+1
2008-03-26
[usr] Offer user a second chance to enter the shell on boot failure
Michael Brown
1
-3
/
+31
2008-02-11
If no shell was requested via Ctrl-B, exit immediately if boot fails.
Michael Brown
1
-6
/
+3
2007-07-29
Applied a modified version of holger's regparm patches.
Michael Brown
1
-1
/
+1
2007-07-03
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
1
-32
/
+2
2007-07-03
Use a linker-table based system to automatically mark and start up
Michael Brown
1
-1
/
+4
2007-01-14
Call hide_etherboot() from startup(), rather than requiring the prefix to
Michael Brown
1
-2
/
+5
2007-01-14
Make shutdown functions callable by OS image's exec methods.
Michael Brown
1
-323
/
+28
2007-01-11
Move include/image.h to include/gpxe/image.h
Michael Brown
1
-1
/
+0
2007-01-10
Move header file for usr/autoboot.c to include/usr
Michael Brown
1
-1
/
+1
2006-12-20
Added missing header
Michael Brown
1
-0
/
+1
2006-12-20
No longer needed
Michael Brown
1
-2
/
+0
2006-12-20
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
Michael Brown
1
-13
/
+6
2006-12-20
Use new minimal shell
Michael Brown
1
-1
/
+6
2006-12-04
Added quick and dirty commands for testing the new NVO code.
Michael Brown
1
-1
/
+1
2006-09-27
include stdio.h to suppress printf warning, general warnings fixups
Marty Connor
1
-3
/
+5
2006-08-14
Take out unused cleanup() function so that we can remove the link
Michael Brown
1
-1
/
+2
2006-08-09
Removed obsolete line merged in with the cmdline stuff
Michael Brown
1
-1
/
+0
2006-08-09
Merge of Fredrik Hultin command_line
Marty Connor
1
-0
/
+3
2006-07-20
Remove the static IP address hack from netdevice.c, and change the
Michael Brown
1
-1
/
+1
2006-06-29
Removed vestigal FILO code
Marty Connor
1
-4
/
+0
2006-06-17
Simplify RX data path.
Michael Brown
1
-9
/
+2
2006-06-01
Quick hack to avoid trying to use an uninitialised net device.
Michael Brown
1
-4
/
+16
2006-06-01
Until we have a functioning UDP stack and PXE API again, there's not much
Michael Brown
1
-75
/
+10
2006-05-02
BSS is now zeroed by libprefix (along with the otherwise non-zeroable
Michael Brown
1
-15
/
+3
2006-04-30
Move init.h to gpxe/init.h.
Michael Brown
1
-1
/
+1
[next]