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 b63b14ff32 Add debugging 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 18 roky
async.c Added async_block_progress() and default SIGUPDATE handler. před 18 roky
background.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
basename.c Added basename() to make automatically naming images easier. před 18 roky
btext.c Removed vestigal FILO code před 18 roky
buffer.c Moved most buffer debug messages to DBG2. před 18 roky
config.c hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise output buffering defintions and the like) před 17 roky
console.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
debug.c Hex dumps are now integrated into the DBG() framework. před 18 roky
dev.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
device.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
disk.c Needs to be updated to new probe logic. před 20 roky
download.c Keep HTTP progress updated, and display a progress indicator during the download před 18 roky
downloader.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() před 17 roky
ebuffer.c Moved most buffer debug messages to DBG2. před 18 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 stdio.h instead of vsprintf.h před 18 roky
gcc_implicit.c Avoid barfing on gcc's implicit memcpy()s před 18 roky
getkey.c Keep running the main processing loop while waiting for input. před 18 roky
getopt.c Use stdio.h instead of vsprintf.h před 18 roky
heap.c SSL requires inordinately large data storage před 18 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
hw.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() před 17 roky
i82365.c Initial revision před 20 roky
image.c Use stdio.h instead of vsprintf.h před 18 roky
init.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
interface.c Add debugging před 17 roky
iobuf.c Add alloc_iob() and free_iob(). (Direct search-and-replace equivalents for alloc_pkb() and free_pkb(), which will be retired in due course). před 17 roky
job.c Do not hold self-references. This then avoids the problem of having to ensure that we only drop our self-reference exactly once. před 17 roky
linebuf.c Damn it; my lovely resilient scheme falls down when you have a protocol that switches from line-oriented to byte-oriented partway through, such as HTTP. před 18 roky
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. před 18 roky
malloc.c Use stdio.h instead of vsprintf.h před 18 roky
misc.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). před 18 roky
nvo.c Add missing include před 18 roky
open.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() před 17 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 před 18 roky
posix_io.c Added POSIX-style blocking I/O calls, for use by PXE TFTP API. před 17 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 20 roky
random.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). před 18 roky
refcnt.c Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. před 17 roky
resolv.c Zeroing out memory before using it can be so important. před 18 roky
serial.c Check that serial port init actually happens před 18 roky
settings.c Use stdio.h instead of vsprintf.h před 18 roky
string.c Move tolower() etc to ctype.h as per ISO C před 18 roky
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE před 18 roky
uri.c Add utility function to parse port from URI před 18 roky
vsprintf.c vsprintf.h is gPXE-specific; move it to include/gpxe před 18 roky
xfer.c Do not hold self-references. This then avoids the problem of having to ensure that we only drop our self-reference exactly once. před 17 roky