899 Commits (945e4281375f86da5e59f4c9447edae7af7850c1)

Autor SHA1 Mensaje Fecha
  Michael Brown 62eb2294f0 [multiboot] Place multiboot modules low in memory hace 12 años
  Michael Brown a9cf527641 [vmware] Allow settings to be specified in the VMware .vmx file hace 12 años
  Michael Brown 1d33649516 [libc] Allow strtoul() to interpret negative numbers hace 12 años
  Michael Brown d11b82f0e4 [multiboot] Include full image URI in command line hace 12 años
  Marin Mareo Hannache cc288dc0f8 [linux] Fix a build error on some platforms hace 12 años
  Michael Brown 3c13d68f50 [int13] Fix compilation on some versions of gcc hace 12 años
  Michael Brown 4dbb193c33 [int13] Add support for emulating floppy disk drives hace 12 años
  Michael Brown 0b445275c4 [bios] Recognise Page Up and Page Down keys hace 12 años
  Michael Brown 82ecaaac91 [console] Remove "log message" usage from interactive console defaults hace 12 años
  Michael Brown 2834f9f6de [umalloc] Unhide umalloc()ed memory region when there are no allocations hace 12 años
  Michael Brown 920799a0ba [umalloc] Fail allocations when we run out of external memory hace 12 años
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users hace 12 años
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles hace 12 años
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console hace 12 años
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API hace 12 años
  Michael Brown 4766b1455f [build] Fix compilation under Cygwin hace 12 años
  Michael Brown efb0c7fce4 [bios] Set character attributes only when necessary hace 12 años
  Michael Brown 12002d6955 [time] Add RTC-based time source hace 12 años
  Michael Brown 846bde90e6 [time] Define an API for getting the current time hace 12 años
  Michael Brown 0b2c7885c7 [crypto] Use correct constraint for byte-addressable register hace 12 años
  Michael Brown 196f0bb081 [rng] Allow entropy_enable() to return an error hace 12 años
  Michael Brown 071184a6e4 [crypto] Add big-integer library for RSA calculations hace 12 años
  Michael Brown b4bb39909e [prefix] Eliminate uninitialised variable hace 12 años
  Michael Brown 3b689e531d [x86_64] Use memory address constraint in __bswap_16s() hace 12 años
  Michael Brown 732bea2f88 [i386] Use memory address constraints in __bswap_16s() and __bswap_64s() hace 12 años
  Michael Brown e187de7239 [i386] Fix building on older versions of gcc hace 12 años
  Michael Brown 249a833ed4 [x86_64] Provide __bswap_{16,32,64}s() hace 12 años
  Michael Brown af96c4151c [i386] Optimise byte-swapping functions and provide __bswap_{16,32,64}s() hace 12 años
  Michael Brown 6324bd9389 [undi] Allow underlying PXE stack to construct link-layer header hace 12 años
  Michael Brown cd29df5c08 [vmware] Fix length returned by guestrpc_command() hace 12 años
  Michael Brown fa538bdbc6 [vmware] Add VMware logfile console (CONSOLE_VMWARE) hace 12 años
  Michael Brown 3a5823a126 [vmware] Add GuestRPC mechanism hace 12 años
  Michael Brown 05719804b9 [rng] Add RTC-based entropy source hace 12 años
  Michael Brown 073f41085f [rng] Add ANS X9.82 Approved Source of Entropy Input hace 12 años
  Michael Brown 464ca5dbc0 [i386] Add missing #include <ipxe/io.h> in pic8259.h hace 12 años
  Till Straumann d3630b6a64 [prefix] Fix missing underscore in libprefix hace 12 años
  Michael Brown 3a4253868c [prefix] Delay initrd image copy until memory map is ready hace 12 años
  Michael Brown f5bbe7ec4a [lkrnprefix] Copy command line before installing iPXE hace 12 años
  Michael Brown 9a93db3f09 [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 builds hace 12 años
  Michael Brown fa410e0a41 [pxe] Modularise PXE API provision hace 12 años
  Michael Brown 61944ed602 [pxe] Tidy up debugging output hace 12 años
  Michael Brown faf50e8fa3 [pxe] Check for a valid PXE network device when applicable hace 12 años
  Michael Brown fa3ca017ac [undi] Retry PXENV_UNDI_INITIALIZE multiple times hace 12 años
  Michael Brown caf98cf624 [pxe] Improve pxe_preboot debugging messages hace 12 años
  Michael Brown 524349c559 [pxe] Improve pxe_undi debugging messages hace 12 años
  Michael Brown 27fdb95572 [prefix] Allow an initrd to be passed to iPXE hace 12 años
  Michael Brown 24226472b2 [prefix] Allow prefix to specify an arbitrary maximum address for relocation hace 12 años
  Michael Brown 6c5f1a342b [prefix] Use stack rather than %ebp as temporary storage area hace 12 años
  Michael Brown a05b89ef45 [undi] Ensure that native drivers are tried before the UNDI PCI driver hace 12 años
  Michael Brown a1f618c625 [undi] Use meaningful driver and device names hace 12 años