692 Commits (f28b9cfb6577f0a4acfff9bf9e30542f7516c78d)

Autor SHA1 Mensaje Fecha
  Michael Brown 8904cd55f1 [comboot] Allow for tail recursion of COMBOOT images hace 15 años
  Michael Brown 7bc4093e1a [build] Cope with oddities in the Fedora 10 assembler hace 15 años
  Michael Brown 24e948f030 [image] Avoid claiming zero-length images as valid hace 15 años
  Michael Brown f16668dd60 [romprefix] Update ROM checksum even if PMM allocation fails hace 15 años
  Michael Brown c9e5b12473 [i386] Add explicit flags and type on all .section declarations hace 15 años
  Michael Brown ce2aa66d39 [i386] Add explicit ""aw", @nobits" declarations to stack sections hace 15 años
  Michael Brown 46da51703a [umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB hace 15 años
  Michael Brown dbe84c5aad [iobuf] Add iob_disown() and use it where it simplifies code hace 15 años
  Michael Brown e65afc4b10 [dhcp] Split PXE menuing code out of dhcp.c hace 15 años
  Michael Brown 1284773363 [tftp] Temporary fix for conveying TFTP block size to callers hace 15 años
  Michael Brown f1d17ae2be [bios] Add F8 function key as a recognised BIOS keycode hace 15 años
  Michael Brown 765efac771 [efi] Allow for .efidrv images as well as .efi images hace 15 años
  Michael Brown 314779eb36 [efi] Use elf2efi utility in place of efilink hace 15 años
  Michael Brown 21cfab4fb8 [efi] Inhibit harmless ld warning on unresolved symbol check hace 15 años
  Marty Connor 8674bc05a0 [pcbios] Add additional sanity check for bogus e820 map hace 15 años
  Michael Brown ce0a0ccf5c [x86_64] Add support for compilation as an x86_64 binary hace 15 años
  Michael Brown 29480dd715 [efi] Use EFI-native mechanism for accessing SMBIOS table hace 15 años
  Michael Brown 4d7c650164 [romprefix] Change from opt-in to opt-out when booting via INT19 hace 15 años
  Michael Brown e78bcb6175 [netdevice] Kill off the various guess_boot_netdev() functions hace 15 años
  Michael Brown 8e8a348fd4 [pxe] Select the correct network device on multiport cards hace 15 años
  Laurent Vivier a2686a55c4 [blockdev] Move block device operations to structure block_device_operations hace 15 años
  Michael Brown d9b3d09910 [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios hace 15 años
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long hace 15 años
  Michael Brown 849e4b12d6 [libgcc] Make __libgcc architecture-specific hace 15 años
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall hace 15 años
  Michael Brown 446b6d5fdd [pxe] Move all PXE files to arch/i386 hace 15 años
  Michael Brown fca2dcabb8 [elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files hace 15 años
  Michael Brown 0a8a17e669 [i386] Free allocated base memory on exit, if possible hace 15 años
  Michael Brown cc93556725 [build] Fix calculation of _filesz hace 15 años
  Michael Brown c661945e82 [build] Discard junk sections created by newer gcc versions hace 15 años
  Michael Brown 54fbd11221 [build] Keep gcc 4.4 happy hace 15 años
  Michael Brown 2ca2607b1b [romprefix] Use smaller PMM allocations if possible hace 15 años
  Michael Brown 29e6f9835e [i386] Add data32 prefixes to all lgdt/lidt instructions hace 15 años
  Michael Brown 5e6b82104d [romprefix] Add vendor branding facilities and guidelines hace 15 años
  Michael Brown 467c4f77c3 [hacks] Improve the guess_boot_netdev() logic hace 15 años
  Michael Brown 0a6c66a830 [settings] Add the notion of a "tag magic" to numbered settings hace 15 años
  Michael Brown 621101c36a [romprefix] Further sanity checks for the PCI 3 runtime segment address hace 15 años
  Michael Brown 7a4c129af7 [ioapi] Fix broken implementation of insX() in the x86 I/O API hace 15 años
  Michael Brown bcc70d6b99 [pcbios] Guard against register corruption in INT 15,e820 implementations hace 15 años
  Michael Brown d9c38d14d6 [build] Fix building on FreeBSD hace 15 años
  Michael Brown 5600955bdd [romprefix] Sanity-check the runtime segment address for PCI 3 hace 15 años
  Michael Brown 7982e79d3c [build] Use ".bss.*" names for uninitialised-data sections hace 15 años
  Michael Brown 04f3206581 [build] Fix building on Ubuntu 8.04 hace 15 años
  Michael Brown 64e5ca0582 [efi] Fix linker script for ld 2.17.50.0.9 hace 15 años
  Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment hace 15 años
  Michael Brown 831e4cfc27 [umalloc] Formalise the user memory allocation API hace 15 años
  Michael Brown 6554b79ff9 [uaccess] Formalise the uaccess API hace 15 años
  Michael Brown c0835339d0 [nap] Formalise the CPU sleeping API hace 15 años
  Michael Brown 16f1e35775 [timer] Formalise the timer API hace 15 años
  Michael Brown 8a4ccebec9 [pci] Formalise the PCI I/O API hace 15 años