index
:
ipxe
master
qemu
ipxe
about
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
*
[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-26
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-03
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-20
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-04
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-14
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-17
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
|
\
*
|
Linker symbols no longer defined in etherboot.h
Michael Brown
2005-05-18
1
-4
/
+7
|
/
*
Load buffer is now handled by the autoload() function.
Michael Brown
2005-05-17
1
-5
/
+15
*
Use the global load_buffer, and the boot_image function.
Michael Brown
2005-05-09
1
-6
/
+11
*
Protocols now load data into a buffer; they don't execute it.
Michael Brown
2005-05-09
1
-2
/
+10
*
http.h obsoleted (no content)
Michael Brown
2005-05-01
1
-1
/
+0
*
umountall() handled by nfs.c's reset function
Michael Brown
2005-05-01
1
-3
/
+0
*
loadkernel renamed to download_url and moved to nic.c
Michael Brown
2005-04-30
1
-74
/
+2
*
Added back in the actual call to load().
Michael Brown
2005-04-26
1
-10
/
+24
*
s/{name,describe}/{name,describe}_device/
Michael Brown
2005-04-25
1
-4
/
+5
*
Created a bus/device API that allows for the ROM prefix to specify an
Michael Brown
2005-04-21
1
-26
/
+18
*
Leave some time to see what's going on.
Michael Brown
2005-04-15
1
-0
/
+1
*
Separate out bus-scanning and device-probing logic.
Michael Brown
2005-04-14
1
-2
/
+13
*
Use the magic of common symbols to allow struct dev to effectively grow at
Michael Brown
2005-04-14
1
-19
/
+4
*
Use dev's print_info method to print standardised information about
Michael Brown
2005-04-12
1
-0
/
+3
*
Fix up find_pci_device so that it can be used for scanning for devices
Michael Brown
2005-04-12
1
-1
/
+19
*
Replaced main loop with a trivial implementation so that we can try
Michael Brown
2005-04-12
1
-21
/
+40
[next]