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
/
usr
/
autoboot.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[autoboot] Add "netboot" command
Michael Brown
2010-11-20
1
-1
/
+1
*
[autoboot] Introduce "skip-san-boot" option
Dave Hansen
2010-10-21
1
-4
/
+17
*
[autoboot] Improve visibility of error messages
Michael Brown
2010-10-21
1
-27
/
+34
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
1
-8
/
+62
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
1
-1
/
+8
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-6
/
+6
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-20
1
-3
/
+7
*
[config] Make PXE stack a compile-time option
Joshua Oreman
2010-01-20
1
-1
/
+1
*
[autoboot] Ensure that an error message is always printed for a boot failure
Michael Brown
2009-11-18
1
-14
/
+16
*
[dhcp] Await link-up before starting DHCP
Joshua Oreman
2009-06-24
1
-7
/
+0
*
[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()
Joshua Oreman
2009-06-24
1
-5
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-8
/
+1
*
[image] Allow multiple embedded images
Michael Brown
2009-02-16
1
-30
/
+0
*
[pxe] Skip PXE boot server discovery if directed to do so
Michael Brown
2009-02-05
1
-6
/
+15
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-2
/
+13
*
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
Michael Brown
2008-10-13
1
-6
/
+14
*
[autoboot] Retain initial-slash (if present) when constructing TFTP URIs
Michael Brown
2008-07-31
1
-3
/
+30
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-0
/
+3
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-0
/
+11
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-2
/
+2
*
[Settings] Convert code in src/usr to use settings API.
Michael Brown
2008-03-20
1
-4
/
+3
*
[Command] Add "sanboot" command.
Michael Brown
2008-03-04
1
-1
/
+1
*
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
1
-0
/
+30
*
Display name and status of each file as it is downloaded.
Michael Brown
2007-08-03
1
-4
/
+9
*
Error message cleanups.
Michael Brown
2007-08-02
1
-1
/
+1
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-13
/
+3
*
Quick hack to get AoE back in to the tree, on a par with the current
Michael Brown
2007-07-29
1
-4
/
+7
*
make netboot() static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Fix up iscsiboot missing prototype warnings
Michael Brown
2007-07-09
1
-0
/
+1
*
Ready to start testing
Michael Brown
2007-07-08
1
-26
/
+66
*
Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot
Marty Connor
2007-07-03
1
-28
/
+0
*
Quick hack to get image booting working again
Michael Brown
2007-06-28
1
-1
/
+9
*
Typo
Michael Brown
2007-03-20
1
-2
/
+2
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().
Michael Brown
2007-01-12
1
-5
/
+35
*
Add route() function to display routing table.
Michael Brown
2007-01-10
1
-0
/
+3
*
Try booting from the "boot" network device first (i.e. the one which we
Michael Brown
2007-01-10
1
-7
/
+80
*
Move header file for usr/autoboot.c to include/usr
Michael Brown
2007-01-10
1
-1
/
+3
*
Added network interface management commands
Michael Brown
2007-01-10
1
-13
/
+9
*
Add "name" field to network device, to facilitate netdev commands.
Michael Brown
2007-01-09
1
-1
/
+1
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-3
/
+15
*
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
Michael Brown
2006-12-20
1
-0
/
+40
[prev]