summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* [test] Allow self-tests to report exit status when running under LinuxMichael Brown2015-08-211-3/+6
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-2/+2
* [main] Defer "initialising devices" message until initialising devicesMichael Brown2013-11-271-1/+3
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-82/+2Star
* [build] Include version number within only a single object fileMichael Brown2012-11-021-2/+3
* [autoboot] Avoid excess backspacing after displaying Ctrl-B promptMichael Brown2012-10-231-1/+3
* [main] Add the "scriptlet" settingMichael Brown2011-03-281-4/+19
* [main] Remove shell prompt when using an embedded imageMichael Brown2011-03-071-14/+13Star
* [image] Use list_first_entry() to clarify logic in main()Michael Brown2011-03-071-5/+2Star
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-1/+17
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-1/+1
* [main] Match "starting execution" and "initialising devices" message styleMichael Brown2010-04-251-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-12/+12
* [proto] Remove unsupported IGMP protocolStefan Hajnoczi2010-02-011-1/+0Star
* [proto] Remove unsupported NFS protocolStefan Hajnoczi2010-02-011-1/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-4/+1Star
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-6/+10
* [image] Allow multiple embedded imagesMichael Brown2009-02-161-4/+11
* [main] Print an "initialising devices" bannerMichael Brown2009-01-081-0/+3
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-191-1/+1
* [romprefix] Add vendor branding facilities and guidelinesMichael Brown2008-10-311-2/+14
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* [usr] Offer user a second chance to enter the shell on boot failureMichael Brown2008-03-271-3/+31
* If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown2008-02-111-6/+3Star
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-1/+1
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-32/+2Star
* Use a linker-table based system to automatically mark and start upMichael Brown2007-07-031-1/+4
* Call hide_etherboot() from startup(), rather than requiring the prefix toMichael Brown2007-01-141-2/+5
* Make shutdown functions callable by OS image's exec methods.Michael Brown2007-01-141-323/+28Star
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-1/+0Star
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-1/+1
* Added missing headerMichael Brown2006-12-211-0/+1
* No longer neededMichael Brown2006-12-201-2/+0Star
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-13/+6Star
* Use new minimal shellMichael Brown2006-12-201-1/+6
* Added quick and dirty commands for testing the new NVO code.Michael Brown2006-12-051-1/+1
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-271-3/+5
* Take out unused cleanup() function so that we can remove the linkMichael Brown2006-08-151-1/+2
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-091-0/+3
* Remove the static IP address hack from netdevice.c, and change theMichael Brown2006-07-201-1/+1
* Removed vestigal FILO codeMarty Connor2006-06-291-4/+0Star
* Simplify RX data path.Michael Brown2006-06-181-9/+2Star
* Quick hack to avoid trying to use an uninitialised net device.Michael Brown2006-06-011-4/+16
* Until we have a functioning UDP stack and PXE API again, there's not muchMichael Brown2006-06-011-75/+10Star
* BSS is now zeroed by libprefix (along with the otherwise non-zeroableMichael Brown2006-05-021-15/+3Star
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
* Merge from Etherboot 5.4Michael Brown2006-03-161-5/+10
|\