index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
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
*
[block] Allow for additional SAN boot parameters alongside filename
Michael Brown
2024-03-06
1
-4
/
+11
*
[autoboot] Include VLAN tag in filter for identifying autoboot device
Michael Brown
2023-01-15
1
-3
/
+13
*
[doc] Update user-visible ipxe.org URIs to use HTTPS
Michael Brown
2022-01-13
1
-2
/
+2
*
[autoboot] Avoid closing and immediately reopening network device
Michael Brown
2021-02-02
1
-6
/
+7
*
[cmdline] Add "--timeout" parameter to "ifconf" command
Joe Groocock
2020-07-22
1
-1
/
+1
*
[block] Allow use of a non-default EFI SAN boot filename
Michael Brown
2017-04-12
1
-6
/
+44
*
[block] Describe all SAN devices via ACPI tables
Michael Brown
2017-03-28
1
-4
/
+6
*
[block] Add basic multipath support
Michael Brown
2017-03-26
1
-6
/
+8
*
[int13] Allow drive to be hooked using the natural drive number
Michael Brown
2016-03-22
1
-4
/
+6
*
[autoboot] Fix incorrect boolean logic
Michael Brown
2016-01-19
1
-2
/
+2
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-57
/
+32
*
[autoboot] Display image information as part of the default control flow
Michael Brown
2015-08-21
1
-0
/
+1
*
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
2015-08-21
1
-7
/
+11
*
[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-25
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
[next]