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