63 Révisions (e024cd39a877ea1b37b9004dbd8f33448418cb36)

Auteur SHA1 Message Date
  Michael Brown 2f6e7bde77 [main] Add the "scriptlet" setting il y a 13 ans
  Michael Brown 202cf094eb [main] Remove shell prompt when using an embedded image il y a 13 ans
  Michael Brown 7752541bb7 [image] Use list_first_entry() to clarify logic in main() il y a 13 ans
  Michael Brown c4b6c244b0 [prompt] Replace shell_banner() with a generic prompt() function il y a 13 ans
  Michael Brown 962cada830 [init] Remove concept of "shutdown exit flags" il y a 13 ans
  Michael Brown b7c548a944 [main] Match "starting execution" and "initialising devices" message style il y a 14 ans
  Michael Brown 8406115834 [build] Rename gPXE to iPXE il y a 14 ans
  Stefan Hajnoczi 00a780e38f [proto] Remove unsupported IGMP protocol il y a 14 ans
  Stefan Hajnoczi 1548189ffa [proto] Remove unsupported NFS protocol il y a 14 ans
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations il y a 15 ans
  Michael Brown 1266d7902b [tables] Redefine methods for accessing linker tables il y a 15 ans
  Michael Brown 4f3bab1a55 [image] Allow for zero embedded images il y a 15 ans
  Michael Brown 076154a1c6 [image] Allow multiple embedded images il y a 15 ans
  Michael Brown 3e220aa73e [main] Print an "initialising devices" banner il y a 15 ans
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall il y a 15 ans
  Michael Brown 5e6b82104d [romprefix] Add vendor branding facilities and guidelines il y a 15 ans
  Michael Brown 03c80c12b8 [iSCSI] Support Windows Server 2008 direct iSCSI installation il y a 16 ans
  Michael Brown 978996cdae [usr] Offer user a second chance to enter the shell on boot failure il y a 16 ans
  Michael Brown c1006ffdb7 If no shell was requested via Ctrl-B, exit immediately if boot fails. il y a 16 ans
  Michael Brown a6a1052096 Applied a modified version of holger's regparm patches. il y a 17 ans
  Michael Brown 89349d7fad Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
  Michael Brown fd86c819ba Use a linker-table based system to automatically mark and start up il y a 17 ans
  Michael Brown dca369ddc3 Call hide_etherboot() from startup(), rather than requiring the prefix to il y a 17 ans
  Michael Brown c2708df14a Make shutdown functions callable by OS image's exec methods. il y a 17 ans
  Michael Brown 4fc9333159 Move include/image.h to include/gpxe/image.h il y a 17 ans
  Michael Brown 55e590ab3a Move header file for usr/autoboot.c to include/usr il y a 17 ans
  Michael Brown 839d425c6e Added missing header il y a 17 ans
  Michael Brown c21502acad No longer needed il y a 17 ans
  Michael Brown 84202d89f0 Split the (quick hack) boot logic out from main.c to autoboot.c, add a il y a 17 ans
  Michael Brown 38ad706b08 Use new minimal shell il y a 17 ans
  Michael Brown d9f32726b4 Added quick and dirty commands for testing the new NVO code. il y a 17 ans
  Marty Connor 1da4faa896 include stdio.h to suppress printf warning, general warnings fixups il y a 18 ans
  Michael Brown 27ba2d7527 Take out unused cleanup() function so that we can remove the link il y a 18 ans
  Michael Brown 0dd0a8366e Removed obsolete line merged in with the cmdline stuff il y a 18 ans
  Marty Connor 41af7457a8 Merge of Fredrik Hultin command_line il y a 18 ans
  Michael Brown e74e20cb55 Remove the static IP address hack from netdevice.c, and change the il y a 18 ans
  Marty Connor e8cc1c4333 Removed vestigal FILO code il y a 18 ans
  Michael Brown 3c8aafa209 Simplify RX data path. il y a 18 ans
  Michael Brown 6ab4b99f41 Quick hack to avoid trying to use an uninitialised net device. il y a 18 ans
  Michael Brown d6866202f9 Until we have a functioning UDP stack and PXE API again, there's not much il y a 18 ans
  Michael Brown f8f75cef5b BSS is now zeroed by libprefix (along with the otherwise non-zeroable il y a 18 ans
  Michael Brown 352bf1bda2 Move init.h to gpxe/init.h. il y a 18 ans
  Michael Brown 307cf36fca Linker symbols no longer defined in etherboot.h il y a 19 ans
  Michael Brown 022661283a Load buffer is now handled by the autoload() function. il y a 19 ans
  Michael Brown a5a14dc05d Use the global load_buffer, and the boot_image function. il y a 19 ans
  Michael Brown 0fe74493f4 Protocols now load data into a buffer; they don't execute it. il y a 19 ans
  Michael Brown d5bf9e71ea http.h obsoleted (no content) il y a 19 ans
  Michael Brown 2227a711fd umountall() handled by nfs.c's reset function il y a 19 ans
  Michael Brown e68378fd62 loadkernel renamed to download_url and moved to nic.c il y a 19 ans
  Michael Brown fda36a0c1a Added back in the actual call to load(). il y a 19 ans