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