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 2494625702 Added auto-colourising DBGC() macro před 17 roky
..
acpi.c Added generic function for calculating ACPI table checksum před 18 roky
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of non-ANSI-capable consoles. před 17 roky
async.c Missing from previous checkin. před 18 roky
background.c Add generic mechanism for background protocols (e.g. ARP, IGMP) před 19 roky
btext.c Removed vestigal FILO code před 18 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 18 roky
config.c Split the (quick hack) boot logic out from main.c to autoboot.c, add a "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason. před 17 roky
console.c Keep running the main processing loop while waiting for input. před 17 roky
debug.c Added auto-colourising DBGC() macro před 17 roky
dev.c include stdio.h to suppress printf warning, general warnings fixups před 18 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 18 roky
disk.c Needs to be updated to new probe logic. před 19 roky
elf_loader.c Merge from Etherboot 5.4 před 18 roky
errno.c Split strerror() out from errno.c před 17 roky
exec.c Use common symbols to avoid dragging in getopt.o unless a getopt-using command is linked in. před 17 roky
getkey.c Keep running the main processing loop while waiting for input. před 17 roky
getopt.c Use common symbols to avoid dragging in getopt.o unless a getopt-using command is linked in. před 17 roky
heap.c Tear out old heap code, replace with code that simply allocates memory před 18 roky
i82365.c Initial revision před 19 roky
image.c fix printf format args před 18 roky
init.c Move init.h to gpxe/init.h. před 18 roky
main.c Added missing header před 17 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 17 roky
misc.c Fix prototype of random() and move to stdlib.h před 17 roky
nic.c commented out contents of core/nic.c, which should now be obsolete. před 18 roky
nvo.c Added more debug messages před 17 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 18 roky
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures před 18 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 18 roky
process.c Added basic code for implementing co-operative multitasking. před 18 roky
proto.c First version před 19 roky
proto_eth_slow.c Initial revision před 19 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 18 roky
serial.c Check that serial port init actually happens před 18 roky
settings.c Add iSCSI initiator IQN as a setting před 17 roky
string.c Added strdup() před 17 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 18 roky
url.c Made parse_url do more of the processing, to avoid duplicating parts of před 19 roky
vsprintf.c Catch attempts to print NULL strings před 17 roky