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
*
[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
*
[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-22
1
-4
/
+17
*
[autoboot] Improve visibility of error messages
Michael Brown
2010-10-22
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-20
1
-6
/
+6
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-21
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-21
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
[next]