index
:
ipxe
master
qemu
ipxe
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] Match against parent devices when matching by bus type and location
Michael Brown
2015-03-17
1
-2
/
+7
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[build] Allow product tag line to be customised via config/branding.h
Michael Brown
2015-02-11
1
-1
/
+1
*
[build] Allow product URI to be customised via config/branding.h
Michael Brown
2015-02-11
1
-2
/
+1
*
[build] Use PRODUCT_SHORT_NAME for end-user visible strings
Michael Brown
2015-02-11
1
-3
/
+5
*
[build] Move branding information to config/branding.h
Michael Brown
2015-02-11
1
-1
/
+1
*
[uri] Allow tftp_uri() to construct a URI with a custom port
Michael Brown
2015-02-06
1
-1
/
+1
*
[autoboot] Allow autoboot device to be identified by link-layer address
Michael Brown
2014-07-08
1
-9
/
+59
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-2
/
+2
*
[image] Add "--timeout" parameter to image downloading commands
Michael Brown
2014-03-10
1
-1
/
+1
*
[autoboot] Enable infrastructure to specify an autoboot device location
Alex Williamson
2014-03-03
1
-17
/
+26
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-11
/
+2
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
1
-3
/
+5
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-21
/
+24
*
[autoboot] Use ifconf() to configure network device
Michael Brown
2013-11-05
1
-3
/
+2
*
[autoboot] Fix shell banner timeout
Michael Brown
2013-11-05
1
-1
/
+3
*
[autoboot] Use next-server from filename's settings block
Michael Brown
2013-06-24
1
-14
/
+25
*
[autoboot] Split main control flow out of main() into a new function ipxe()
Michael Brown
2013-03-13
1
-0
/
+95
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[image] Automatically free autobooted images
Michael Brown
2012-07-20
1
-0
/
+1
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-24
1
-3
/
+6
*
[image] Eliminate the register_and_xxx_image() functions
Michael Brown
2011-10-25
1
-1
/
+1
*
[sanboot] Add "sanhook" and "sanunhook" commands
Michael Brown
2011-04-24
1
-43
/
+56
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-1
/
+1
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-2
/
+2
*
[image] Simplify use of imgdownload()
Michael Brown
2011-03-09
1
-12
/
+1
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-1
/
+1
*
[autoboot] Allow a SAN boot as a fallback if a filename boot returns
Michael Brown
2011-03-02
1
-6
/
+23
*
[autoboot] Tidy up output following NBP execution
Michael Brown
2011-03-02
1
-1
/
+7
*
[autoboot] Use a custom error number for "nothing to boot"
Michael Brown
2011-02-28
1
-1
/
+6
*
[autoboot] Add an iPXE error URI to the "nothing to boot" message
Michael Brown
2011-02-28
1
-1
/
+1
*
[autoboot] Cope properly with empty DHCP filenames
Michael Brown
2011-02-01
1
-3
/
+3
*
[autoboot] Avoid using uri_dup() for constructed TFTP URI
Michael Brown
2011-02-01
1
-6
/
+6
*
[autoboot] Allow setting expansions in filename and root-path
Michael Brown
2011-01-28
1
-10
/
+32
*
[autoboot] Connect SAN disk during a filename boot, if applicable
Michael Brown
2011-01-27
1
-130
/
+185
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
1
-4
/
+0
*
[autoboot] Merge "netboot" command into "autoboot"
Michael Brown
2010-11-22
1
-18
/
+19
*
[autoboot] Use generic option-parsing library
Michael Brown
2010-11-21
1
-3
/
+5
*
[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
[next]