Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS před 18 roky
..
acpi.c Added generic function for calculating ACPI table checksum před 19 roky
async.c Missing from previous checkin. před 19 roky
background.c Add generic mechanism for background protocols (e.g. ARP, IGMP) před 20 roky
btext.c Removed vestigal FILO code před 19 roky
buffer.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) před 19 roky
config.c Removed obsolete print_config() před 19 roky
console.c Some versions of doxygen seem to object to "@ret None" or similar. před 20 roky
debug.c Tidy up hex_dump() output. před 19 roky
dev.c include stdio.h to suppress printf warning, general warnings fixups před 19 roky
device.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) před 19 roky
disk.c Needs to be updated to new probe logic. před 20 roky
elf_loader.c Merge from Etherboot 5.4 před 19 roky
errno.c More doxygen docs před 20 roky
heap.c Tear out old heap code, replace with code that simply allocates memory for use by malloc(). před 19 roky
i82365.c Initial revision před 20 roky
image.c fix printf format args před 19 roky
init.c Move init.h to gpxe/init.h. před 19 roky
main.c include stdio.h to suppress printf warning, general warnings fixups před 19 roky
malloc.c Implemented realloc(), and changed the semantics of malloc(0) to allow for realloc(0) being a valid way to free memory. před 18 roky
misc.c Note to self: do not write code late at night před 18 roky
nic.c commented out contents of core/nic.c, which should now be obsolete. před 19 roky
nvo.c Abstracted out part of the concept of an SPI device to a generalised NVS device. před 18 roky
osloader.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) před 19 roky
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures před 19 roky
pcmcia.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc. před 19 roky
process.c Added basic code for implementing co-operative multitasking. před 19 roky
proto.c First version před 20 roky
proto_eth_slow.c Initial revision před 20 roky
resolv.c We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) před 19 roky
serial.c Check that serial port init actually happens před 19 roky
settings.c Added cmdl_show proof-of-concept před 19 roky
string.c Initial revision před 20 roky
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc. před 19 roky
url.c Made parse_url do more of the processing, to avoid duplicating parts of před 20 roky
vsprintf.c Fixed off-by-one error před 18 roky