summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-164-4/+12
* [efi] Fix linker script for ld 2.17.50.0.9Michael Brown2008-10-131-6/+6
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-1340-1/+4781
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-139-22/+64
* [config] Make the default image type selection platform-dependentMichael Brown2008-10-132-10/+19
* [monojob] Release reference on completed jobMichael Brown2008-10-131-0/+1
* [umalloc] Formalise the user memory allocation APIMichael Brown2008-10-137-30/+95
* [uaccess] Formalise the uaccess APIMichael Brown2008-10-1321-760/+569Star
* [timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSCMichael Brown2008-10-132-12/+0Star
* [nap] Formalise the CPU sleeping APIMichael Brown2008-10-1312-20/+138
* [monojob] Allow for extremely slow system timersMichael Brown2008-10-121-1/+1
* [timer] Formalise the timer APIMichael Brown2008-10-1222-284/+386
* [process] Add DBG2() messages to help track down frozen processesMichael Brown2008-10-121-0/+2
* [retry] Use a separate flag to indicate that a retry timer is runningMichael Brown2008-10-122-9/+12
* [commands] Fix config command to accept zero argumentsMichael Brown2008-10-121-1/+1
* [pci] Formalise the PCI I/O APIMichael Brown2008-10-1210-81/+220
* [legacy] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [phantom] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [config] Split console configuration out to config/console.hMichael Brown2008-10-124-26/+26
* [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O APIMichael Brown2008-10-124-39/+60
* [i386] Remove obsolete functions from virtaddr.hMichael Brown2008-10-121-21/+2Star
* [rtl8139] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [natsemi] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [e1000] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-1222-291/+26Star
* [ioapi] Formalise the I/O API as used in i386-pcbiosMichael Brown2008-10-128-0/+850
* [cs89x0] Simplify obscure loop syntaxMichael Brown2008-10-121-2/+2
* [e1000] Fix dubious syntax in e1000 I/O wrapper macrosMichael Brown2008-10-121-24/+24
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-106-26/+47
* [efi] Add EFI headers from the EFI Development Kit (edk2)Michael Brown2008-10-1025-0/+9013
* [i386] Simplify linker script and standardise linker-defined symbol namesMichael Brown2008-10-1011-236/+153Star
* [makefile] Reduce verbosity of various NON_AUTO_MEDIA rulesMichael Brown2008-10-103-10/+17
* [makefile] Split platform-dependent portions out of arch/i386/MakefileMichael Brown2008-10-102-50/+56
* [makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty listsMichael Brown2008-10-101-0/+4
* [makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPSMichael Brown2008-10-101-0/+1
* [util] Don't die on undefined symbols in sortobjdump.plMichael Brown2008-10-101-1/+1
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-087-293/+57Star
* [makefile] Add support for multiple build platformsMichael Brown2008-10-083-219/+378
* [makefile] Kill off arch/$(ARCH)/ConfigMichael Brown2008-10-073-166/+56Star
* [libc] Define wchar_t in a gcc-compatible wayMichael Brown2008-10-071-0/+6
* [libc] Add function declaration for main() in stdlib.hMichael Brown2008-10-071-0/+1
* [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>Michael Brown2008-10-012-4/+4
* [i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown2008-10-013-47/+174
* [makefile] Fix -fno-stack-protector test on older versions of gccMichael Brown2008-10-011-1/+2
* [compiler] Allow for selective disabling of debug levels at runtimeMichael Brown2008-10-011-2/+17
* [compiler] Add __always_inline macroMichael Brown2008-10-011-0/+3
* [release] Update version to 0.9.5+ post releaseMarty Connor2008-10-011-1/+1
* [release] Update version to 0.9.5 for releasev0.9.5Marty Connor2008-10-011-2/+2
* [arbel] Fix off-by-one error in the failure path in arbel_probe()Michael Brown2008-10-011-4/+4