960 Commits (73480352315a12fdef467402ea41be9ac285e4e7)

Author SHA1 Message Date
  Michael Brown ec22e08db1 [tcpip] Add faster algorithm for calculating the TCP/IP checksum 12 years ago
  Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines 12 years ago
  Michael Brown 6a4ff519c8 [libc] Simplify memcpy() implementation 12 years ago
  Michael Brown b9ef880c8d [romprefix] Treat 0xffffffff as an error return from PMM 12 years ago
  Michael Brown b58374fe91 [romprefix] Allow .mrom image to be placed anywhere within the BAR 12 years ago
  Michael Brown 9e8d431a0d [romprefix] Add a dummy ROM header to cover the .mrom payload 12 years ago
  Michael Brown cdee7866f5 [cmdline] Use "cpuid --ext" instead of "cpuid --amd" 12 years ago
  Michael Brown 591541af66 [cmdline] Add "cpuid" command 12 years ago
  Michael Brown 734de43585 [build] Merge i386 and x86_64 versions of errfile.h 12 years ago
  Marin Hannache 7865ae0dea [image] Remove non-working image loaders 12 years ago
  Michael Brown 62eb2294f0 [multiboot] Place multiboot modules low in memory 12 years ago
  Michael Brown a9cf527641 [vmware] Allow settings to be specified in the VMware .vmx file 12 years ago
  Michael Brown 1d33649516 [libc] Allow strtoul() to interpret negative numbers 12 years ago
  Michael Brown d11b82f0e4 [multiboot] Include full image URI in command line 12 years ago
  Marin Mareo Hannache cc288dc0f8 [linux] Fix a build error on some platforms 12 years ago
  Michael Brown 3c13d68f50 [int13] Fix compilation on some versions of gcc 12 years ago
  Michael Brown 4dbb193c33 [int13] Add support for emulating floppy disk drives 12 years ago
  Michael Brown 0b445275c4 [bios] Recognise Page Up and Page Down keys 12 years ago
  Michael Brown 82ecaaac91 [console] Remove "log message" usage from interactive console defaults 12 years ago
  Michael Brown 2834f9f6de [umalloc] Unhide umalloc()ed memory region when there are no allocations 12 years ago
  Michael Brown 920799a0ba [umalloc] Fail allocations when we run out of external memory 12 years ago
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users 12 years ago
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles 12 years ago
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console 12 years ago
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API 12 years ago
  Michael Brown 4766b1455f [build] Fix compilation under Cygwin 12 years ago
  Michael Brown efb0c7fce4 [bios] Set character attributes only when necessary 12 years ago
  Michael Brown 12002d6955 [time] Add RTC-based time source 12 years ago
  Michael Brown 846bde90e6 [time] Define an API for getting the current time 12 years ago
  Michael Brown 0b2c7885c7 [crypto] Use correct constraint for byte-addressable register 12 years ago
  Michael Brown 196f0bb081 [rng] Allow entropy_enable() to return an error 12 years ago
  Michael Brown 071184a6e4 [crypto] Add big-integer library for RSA calculations 12 years ago
  Michael Brown b4bb39909e [prefix] Eliminate uninitialised variable 12 years ago
  Michael Brown 3b689e531d [x86_64] Use memory address constraint in __bswap_16s() 12 years ago
  Michael Brown 732bea2f88 [i386] Use memory address constraints in __bswap_16s() and __bswap_64s() 12 years ago
  Michael Brown e187de7239 [i386] Fix building on older versions of gcc 12 years ago
  Michael Brown 249a833ed4 [x86_64] Provide __bswap_{16,32,64}s() 12 years ago
  Michael Brown af96c4151c [i386] Optimise byte-swapping functions and provide __bswap_{16,32,64}s() 12 years ago
  Michael Brown 6324bd9389 [undi] Allow underlying PXE stack to construct link-layer header 12 years ago
  Michael Brown cd29df5c08 [vmware] Fix length returned by guestrpc_command() 12 years ago
  Michael Brown fa538bdbc6 [vmware] Add VMware logfile console (CONSOLE_VMWARE) 12 years ago
  Michael Brown 3a5823a126 [vmware] Add GuestRPC mechanism 12 years ago
  Michael Brown 05719804b9 [rng] Add RTC-based entropy source 12 years ago
  Michael Brown 073f41085f [rng] Add ANS X9.82 Approved Source of Entropy Input 12 years ago
  Michael Brown 464ca5dbc0 [i386] Add missing #include <ipxe/io.h> in pic8259.h 12 years ago
  Till Straumann d3630b6a64 [prefix] Fix missing underscore in libprefix 12 years ago
  Michael Brown 3a4253868c [prefix] Delay initrd image copy until memory map is ready 12 years ago
  Michael Brown f5bbe7ec4a [lkrnprefix] Copy command line before installing iPXE 12 years ago
  Michael Brown 9a93db3f09 [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 builds 12 years ago
  Michael Brown fa410e0a41 [pxe] Modularise PXE API provision 12 years ago