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 55e590ab3a Move header file for usr/autoboot.c to include/usr před 18 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 18 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 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 Added network interface management commands před 18 roky
console.c Keep running the main processing loop while waiting for input. před 18 roky
debug.c Added auto-colourising DBGC() macro před 18 roky
dev.c include stdio.h to suppress printf warning, general warnings fixups před 18 roky
device.c Add device to hierarchy before calling the driver's probe() function; this way everything remains consistent if the probe() ends up creating child devices. před 18 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 Split strerror() out from errno.c před 18 roky
exec.c Use common symbols to avoid dragging in getopt.o unless a getopt-using command is linked in. před 18 roky
getkey.c Keep running the main processing loop while waiting for input. před 18 roky
getopt.c Use common symbols to avoid dragging in getopt.o unless a getopt-using command is linked in. před 18 roky
heap.c Tear out old heap code, replace with code that simply allocates memory před 19 roky
hotplug.c Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. před 18 roky
i82365.c Initial revision před 20 roky
image.c fix printf format args před 18 roky
init.c Move init.h to gpxe/init.h. před 19 roky
main.c Move header file for usr/autoboot.c to include/usr před 18 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 Fix prototype of random() and move to stdlib.h před 18 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 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 18 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 18 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 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 18 roky
string.c Added strdup() před 18 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 20 roky
vsprintf.c Catch attempts to print NULL strings před 18 roky