2008-10-13 |
Michael Brown | [monojob] Release reference on completed job
|
commit | commitdiff | tree |
2008-10-13 |
Michael Brown | [umalloc] Formalise the user memory allocation API
|
commit | commitdiff | tree |
2008-10-13 |
Michael Brown | [uaccess] Formalise the uaccess API
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [timer] Remove now-obsolete references to TIMER_BIOS...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [nap] Formalise the CPU sleeping API
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [monojob] Allow for extremely slow system timers
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [timer] Formalise the timer API
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [process] Add DBG2() messages to help track down frozen...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [retry] Use a separate flag to indicate that a retry...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [commands] Fix config command to accept zero arguments
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [pci] Formalise the PCI I/O API
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [legacy] Add missing #include <gpxe/io.h>
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [phantom] Add missing #include <gpxe/io.h>
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [config] Split console configuration out to config...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [ioapi] Absorb virt_to_phys() and phys_to_virt() into...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [i386] Remove obsolete functions from virtaddr.h
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [rtl8139] Add missing #include <string.h>
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [natsemi] Add missing #include <string.h>
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [e1000] Add missing #include <string.h>
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [ioapi] Remove old io.h file and switch all users over...
|
commit | commitdiff | tree |
2008-10-12 |
Michael Brown | [ioapi] Formalise the I/O API as used in i386-pcbios
|
commit | commitdiff | tree |
2008-10-11 |
Michael Brown | [cs89x0] Simplify obscure loop syntax
|
commit | commitdiff | tree |
2008-10-11 |
Michael Brown | [e1000] Fix dubious syntax in e1000 I/O wrapper macros
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [makefile] Add -Wformat-nonliteral as an extra warning...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [efi] Add EFI headers from the EFI Development Kit...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [i386] Simplify linker script and standardise linker...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [makefile] Reduce verbosity of various NON_AUTO_MEDIA...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [makefile] Split platform-dependent portions out of...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [makefile] Add missing dependency on arch/$(ARCH)/Makefile...
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [util] Don't die on undefined symbols in sortobjdump.pl
|
commit | commitdiff | tree |
2008-10-10 |
Michael Brown | [util] Add optional debug messages to zbin.c
|
commit | commitdiff | tree |
2008-10-08 |
Michael Brown | [makefile] Split config.h out into config/*.h and kill...
|
commit | commitdiff | tree |
2008-10-08 |
Michael Brown | [makefile] Add support for multiple build platforms
|
commit | commitdiff | tree |
2008-10-07 |
Michael Brown | [makefile] Kill off arch/$(ARCH)/Config
|
commit | commitdiff | tree |
2008-10-07 |
Michael Brown | [libc] Define wchar_t in a gcc-compatible way
|
commit | commitdiff | tree |
2008-10-07 |
Michael Brown | [libc] Add function declaration for main() in stdlib.h
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [i2c] Generalise i2c bit-bashing support to addressless...
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [makefile] Fix -fno-stack-protector test on older versions...
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [compiler] Allow for selective disabling of debug levels...
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [compiler] Add __always_inline macro
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [arbel] Fix off-by-one error in the failure path in...
|
commit | commitdiff | tree |
2008-10-01 |
Michael Brown | [hermon] Fix off-by-one error in the failure path in...
|
commit | commitdiff | tree |
2008-09-30 |
H. Peter Anvin | [makefile] Quote argument to sed containing []
|
commit | commitdiff | tree |
2008-09-30 |
H. Peter Anvin | [makefile] Avoid using ?=
|
commit | commitdiff | tree |
2008-09-29 |
Michael Brown | [tg3] Add PCI ID
|
commit | commitdiff | tree |
2008-09-29 |
Michael Brown | [pcbios] Allow for larger-than-20-byte buffers in e820mangler.S
|
commit | commitdiff | tree |
2008-09-29 |
Michael Brown | [pcbios] Print INT 15,E820 extended attributes, if...
|
commit | commitdiff | tree |
2008-09-29 |
Michael Brown | [gdb] Fix a compiler warning that shows up only when...
|
commit | commitdiff | tree |
2008-09-28 |
Michael Brown | [pcbios] Save/restore %es in INT 15,e820
|
commit | commitdiff | tree |
2008-09-28 |
Michael Brown | [i386] Add dump_regs() debug call
|
commit | commitdiff | tree |
2008-09-28 |
Michael Brown | [hermon] Allocate only as much memory as is needed...
|
commit | commitdiff | tree |
2008-09-27 |
Michael Brown | [iscsi] Fix LUN parsing in the iSCSI root-path
|
commit | commitdiff | tree |
2008-09-26 |
Michael Brown | [settings] Allow for setting fetchers to fail in fetchf_hex()
|
commit | commitdiff | tree |
2008-09-26 |
Michael Brown | [settings] Expose MAC address setting for general use
|
commit | commitdiff | tree |
2008-09-26 |
Michael Brown | [romprefix] Fully clear the "Press B to boot..." message...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [pcbios] Fetch INT 15,e820 entry directly into our...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [arbel] Allocate sufficient space for firmware buffer
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [hermon] Allocate sufficient space for firmware buffer
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [pcbios] Add facility for testing arbitrary E820 memory...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [crypto] Remove spurious #include "config.h"
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [romprefix] Allow BANNER_TIMEOUT to control banners...
|
commit | commitdiff | tree |
2008-09-25 |
Michael Brown | [dhcp] Accept BOOTP as well as DHCP
|
commit | commitdiff | tree |
2008-09-24 |
Michael Brown | [pxe] Enable interrupts before starting PXE NBP execution
|
commit | commitdiff | tree |
2008-09-24 |
Michael Brown | [pcbios] Inhibit INT 15 memory map hiding on brain...
|
commit | commitdiff | tree |
2008-09-24 |
Michael Brown | [settings] Add the uristring setting type
|
commit | commitdiff | tree |
2008-09-24 |
Michael Brown | [uri] Add uri_encode() and uri_decode() functions for...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [romprefix] If we hook INT 19, prompt before attempting...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [phantom] Skip command PEG initialisation if PEG is...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [pcbios] Sanity-check the INT15,e820 and INT15,e801...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [phantom] Omit an initialisation step now performed...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [pxe] Display PXE_LOADER debug message after call to...
|
commit | commitdiff | tree |
2008-09-23 |
Michael Brown | [relocate] Guard against systems that report empty...
|
commit | commitdiff | tree |
2008-09-22 |
Michael Brown | [memmap] Allow for 4GB+ systems in debug message
|
commit | commitdiff | tree |
2008-09-19 |
Michael Brown | [iscsi] Change default initiator name prefix to "iqn...
|
commit | commitdiff | tree |
2008-09-12 |
Michael Brown | [undi] Scan for UNDI ROMs on 512-byte boundaries rather...
|
commit | commitdiff | tree |
2008-09-07 |
Michael Brown | [util] Disable automatic CR->LF conversion in serial...
|
commit | commitdiff | tree |
2008-09-07 |
Michael Brown | [pcbios] Add extra debugging messages relating to the...
|
commit | commitdiff | tree |
2008-09-07 |
Michael Brown | [contrib] Bring bochs/qemu READMEs up to date with...
|
commit | commitdiff | tree |
2008-09-06 |
Michael Brown | [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000
|
commit | commitdiff | tree |
2008-09-06 |
Michael Brown | [multiboot] Allow for unspecified {load,bss}_end_addr...
|
commit | commitdiff | tree |
2008-09-04 |
Eygene Ryabinkin | [util] Avoid calling fclose(NULL) in zbin.c
|
commit | commitdiff | tree |
2008-09-04 |
Eygene Ryabinkin | [libprefix] Add addr32 prefix required by older assemblers
|
commit | commitdiff | tree |
2008-08-28 |
Daniel Verkamp | [comboot] Add COMBOOT and COM32 support
|
commit | commitdiff | tree |
2008-08-28 |
Daniel Verkamp | [librm] Add rm stack copying functions
|
commit | commitdiff | tree |
2008-08-28 |
Daniel Verkamp | [librm] Make rm_sp and rm_ss globals again
|
commit | commitdiff | tree |
2008-08-28 |
Daniel Verkamp | [libc] Mark setjmp and longjmp as __cdecl
|
commit | commitdiff | tree |
2008-08-27 |
Michael Brown | [pxe] Fill in UNDIROMID pointer in !PXE structure
|
commit | commitdiff | tree |
2008-08-27 |
Michael Brown | [romprefix] Add UNDI ROMID structure bus type field
|
commit | commitdiff | tree |
2008-08-27 |
Michael Brown | [phantom] Fix P3 B1 silicon bug workaround
|
commit | commitdiff | tree |
2008-08-27 |
Michael Brown | [util] Fix interpretation of short jumps in Option...
|
commit | commitdiff | tree |
2008-08-26 |
Michael Brown | [romprefix] Preserve %edi when issuing INT 1A,B101
|
commit | commitdiff | tree |
2008-08-26 |
Michael Brown | [phantom] Remove comment that no longer matches reality
|
commit | commitdiff | tree |
2008-08-25 |
Michael Brown | [romprefix] Add more diagnostic messages to ROM prefix
|
commit | commitdiff | tree |
2008-08-25 |
Michael Brown | [phantom] Temporary workaround for bug in prototype...
|
commit | commitdiff | tree |
2008-08-22 |
Michael Brown | [romprefix] Fix regression in UNDI loader
|
commit | commitdiff | tree |
2008-08-22 |
Michael Brown | [romprefix] On a PCI3.0, non-BBS system, use the correct...
|
commit | commitdiff | tree |
2008-08-22 |
Michael Brown | [elf] Add execution entry point debug messages for...
|
commit | commitdiff | tree |
2008-08-21 |
Michael Brown | [pxe] Add extra debug messages to the PXE UDP API calls
|
commit | commitdiff | tree |
next |