You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown b63b14ff32 Add debugging пре 17 година
..
acpi.c Added generic function for calculating ACPI table checksum пре 18 година
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of non-ANSI-capable consoles. пре 17 година
async.c Added async_block_progress() and default SIGUPDATE handler. пре 17 година
background.c Add "name" field to struct device to allow human-readable hardware device names. пре 17 година
basename.c Added basename() to make automatically naming images easier. пре 17 година
btext.c Removed vestigal FILO code пре 18 година
buffer.c Moved most buffer debug messages to DBG2. пре 17 година
config.c hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise output buffering defintions and the like) пре 17 година
console.c Add "name" field to struct device to allow human-readable hardware device names. пре 17 година
debug.c Hex dumps are now integrated into the DBG() framework. пре 17 година
dev.c Add "name" field to struct device to allow human-readable hardware device names. пре 17 година
device.c Add "name" field to struct device to allow human-readable hardware device names. пре 17 година
disk.c Needs to be updated to new probe logic. пре 19 година
download.c Keep HTTP progress updated, and display a progress indicator during the download пре 17 година
downloader.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() пре 17 година
ebuffer.c Moved most buffer debug messages to DBG2. пре 17 година
elf_loader.c Merge from Etherboot 5.4 пре 18 година
errno.c Split strerror() out from errno.c пре 17 година
exec.c Use stdio.h instead of vsprintf.h пре 17 година
gcc_implicit.c Avoid barfing on gcc's implicit memcpy()s пре 17 година
getkey.c Keep running the main processing loop while waiting for input. пре 17 година
getopt.c Use stdio.h instead of vsprintf.h пре 17 година
heap.c SSL requires inordinately large data storage пре 17 година
hotplug.c Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. пре 17 година
hw.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() пре 17 година
i82365.c Initial revision пре 19 година
image.c Use stdio.h instead of vsprintf.h пре 17 година
init.c Add "name" field to struct device to allow human-readable hardware device names. пре 17 година
interface.c Add debugging пре 17 година
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). пре 17 година
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. пре 17 година
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. пре 17 година
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. пре 17 година
malloc.c Use stdio.h instead of vsprintf.h пре 17 година
misc.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). пре 17 година
nvo.c Add missing include пре 17 година
open.c Prefix all the open()-family routines with xfer_, to disambiguate them from the normal POSIX-style open() пре 17 година
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures пре 18 година
pcmcia.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE пре 18 година
posix_io.c Added POSIX-style blocking I/O calls, for use by PXE TFTP API. пре 17 година
process.c Added basic code for implementing co-operative multitasking. пре 18 година
proto.c First version пре 19 година
proto_eth_slow.c Initial revision пре 19 година
random.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). пре 17 година
refcnt.c Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. пре 17 година
resolv.c Zeroing out memory before using it can be so important. пре 17 година
serial.c Check that serial port init actually happens пре 18 година
settings.c Use stdio.h instead of vsprintf.h пре 17 година
string.c Move tolower() etc to ctype.h as per ISO C пре 17 година
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE пре 18 година
uri.c Add utility function to parse port from URI пре 17 година
vsprintf.c vsprintf.h is gPXE-specific; move it to include/gpxe пре 17 година
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. пре 17 година