61 Commits (196751ce95fa6b6566a5b336193681fad3581fd1)

Autor SHA1 Nachricht Datum
  Michael Brown 61851e685d [elf] Avoid attempting to load 64-bit ELF binaries vor 12 Jahren
  Michael Brown 0b1fe005b3 [parseopt] Allow "prompt" command to accept character literals for --key vor 12 Jahren
  Jarrod Johnson 32c4a3a255 [efi] Add iPXE download protocol vor 13 Jahren
  Michael Brown 174df77359 [script] Accept labels on lines terminated with CRLF vor 13 Jahren
  Michael Brown fc7239bdc8 [efi] Ensure that all drivers are shut down before the OS boots vor 13 Jahren
  Michael Brown e934447a60 [script] Allow scripts to be replaced vor 13 Jahren
  Michael Brown ae92700fd4 [image] Generalise "currently-running script" to "currently-running image" vor 13 Jahren
  Michael Brown b2332d5118 [prefix] Allow iPXE's own command line to be executed as a script vor 13 Jahren
  Michael Brown e87fc5e743 [script] Add "prompt" command vor 13 Jahren
  Michael Brown 9e162121b1 [script] Add an iPXE error URI to the "not in a script" message vor 13 Jahren
  Michael Brown 34b6ecb2f1 [image] Simplify image management vor 13 Jahren
  Michael Brown 7d5dcc9299 [parseopt] Refer to online documentation for command help vor 13 Jahren
  Michael Brown 962cada830 [init] Remove concept of "shutdown exit flags" vor 13 Jahren
  Michael Brown 930f009bfa [script] Remove "Aborting on <line>" message vor 13 Jahren
  Michael Brown 7bebe9579e [cmdline] Match user expectations for &&, ||, goto, and exit vor 13 Jahren
  Michael Brown 84aa702ff8 [script] Allow "exit" to exit a script vor 13 Jahren
  Michael Brown 6d68ffee39 [script] Implement "goto" in iPXE scripts vor 13 Jahren
  Piotr Jaroszyński 5bbad9c8f0 [ioapi] Move get_memmap() to the I/O API group vor 14 Jahren
  Joshua Oreman 719ba316df [refcnt] Add ref_no_free handler vor 14 Jahren
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function vor 14 Jahren
  Geoff Lywood 62149deb11 [efi] Add the "snpnet" driver vor 14 Jahren
  Michael Brown 6c0e8c14be [libc] Enable automated extraction of error usage reports vor 14 Jahren
  Michael Brown 13dfe2cf51 [script] Accept "#!gpxe" as well as "#!ipxe" as a script magic marker vor 14 Jahren
  Michael Brown 8406115834 [build] Rename gPXE to iPXE vor 14 Jahren
  Michael Brown 4c5f00f879 [script] Allow for DOS-style line endings in scripts vor 15 Jahren
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations vor 15 Jahren
  Michael Brown 4b8e021161 [elf] Work around entry point bug in NetBSD kernels vor 15 Jahren
  Michael Brown f7d2168c8e [segment] Add "Requested memory not available" error message vor 15 Jahren
  Michael Brown 4f3bab1a55 [image] Allow for zero embedded images vor 15 Jahren
  Michael Brown 8904cd55f1 [comboot] Allow for tail recursion of COMBOOT images vor 15 Jahren
  Michael Brown 24e948f030 [image] Avoid claiming zero-length images as valid vor 15 Jahren
  Michael Brown 076154a1c6 [image] Allow multiple embedded images vor 15 Jahren
  Michael Brown c9e5b12473 [i386] Add explicit flags and type on all .section declarations vor 15 Jahren
  Michael Brown 3f85626fa9 [efi] Add efi_strerror() vor 15 Jahren
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long vor 15 Jahren
  Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment vor 15 Jahren
  Michael Brown 18aa0e79d2 [pcbios] Add extra debugging messages relating to the system memory map vor 16 Jahren
  Michael Brown dbe9269f3a [bzimage] Kill off the initrd image type vor 16 Jahren
  Michael Brown 2596a9aa9c [misc] Fix building on OpenBSD vor 16 Jahren
  Michael Brown 0ea821c7b7 [script] Remove arbitrary limit on script line lengths vor 16 Jahren
  Michael Brown 77a5cc6b13 [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage vor 16 Jahren
  Michael Brown d615b00443 [embed] Add missing register_image() to image/embedded.c vor 16 Jahren
  Michael Brown 74fd544101 Added the embedded pxelinux payload patch from hpa. vor 16 Jahren
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. vor 16 Jahren
  Michael Brown cfcc41d407 Set current working URI to be that of the executable image when vor 17 Jahren
  Michael Brown 1ae40765a6 Set current working URI equal to script URI during script execution. vor 17 Jahren
  Michael Brown 02de18eb3e Cope with non-newline-terminated scripts. vor 17 Jahren
  Michael Brown b256900d4f Scripts temporarily deregister themselves while executing. This vor 17 Jahren
  Michael Brown 10c9b03cdb Actually, the initrd image should be architecture-independent. vor 17 Jahren
  Michael Brown 797edf28b7 Replace image->entry with image->priv. vor 17 Jahren