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