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 dffdc285b3 Obsoleted by downloader.c 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 il y a 17 ans
asprintf.c Added [v]asprintf() il y a 17 ans
async.c Added async_block_progress() and default SIGUPDATE handler. il y a 17 ans
background.c Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
basename.c Added dirname() il y a 17 ans
btext.c Removed vestigal FILO code il y a 18 ans
buffer.c Moved most buffer debug messages to DBG2. il y a 17 ans
config.c Added missing config.[ch] lines for FTP protocol il y a 17 ans
console.c Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
cwuri.c Add concept of "current working URI". il y a 17 ans
debug.c Hex dumps are now integrated into the DBG() framework. il y a 17 ans
dev.c Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
device.c Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
disk.c Needs to be updated to new probe logic. il y a 19 ans
downloader.c Kill off job::start() (it was only ever added as part of an aborted attempt at triggering TCP-related protocols to start). il y a 17 ans
ebuffer.c Moved most buffer debug messages to DBG2. il y a 17 ans
elf_loader.c Merge from Etherboot 5.4 il y a 18 ans
errno.c Split strerror() out from errno.c il y a 17 ans
exec.c Use stdio.h instead of vsprintf.h il y a 17 ans
gcc_implicit.c Avoid barfing on gcc's implicit memcpy()s il y a 17 ans
getkey.c Keep running the main processing loop while waiting for input. il y a 17 ans
getopt.c Use stdio.h instead of vsprintf.h il y a 17 ans
heap.c SSL requires inordinately large data storage il y a 17 ans
hw.c Modify data-xfer semantics: it is no longer necessary to call one of request(), seek() or deliver_xxx() in order to start the data flow. Autonomous generators must be genuinely autonomous (having their own process), or otherwise arrange to be called. TCP does this by starting the retry timer immediately. il y a 17 ans
i82365.c Initial revision il y a 19 ans
image.c Scripts temporarily deregister themselves while executing. This allows us to avoid execution loops without having to hack around the image registration order. il y a 17 ans
init.c Add "name" field to struct device to allow human-readable hardware device names. il y a 17 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 Added monojob controller in lieu of a full working shell. il y a 17 ans
linebuf.c Update HTTP to use data-xfer interface. il y a 17 ans
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. il y a 17 ans
malloc.c Renamed _calloc() to zalloc(), ready to be used as a standalone function. il y a 17 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 17 ans
monojob.c Added monojob controller in lieu of a full working shell. il y a 17 ans
nvo.c Update DHCP to use data-xfer interface (not yet tested). il y a 17 ans
open.c Treat URIs opened via xfer_open() and friends as relative to the current working URI. 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 Add concept of transfer metadata, to be used by UDP in order to implement sendto()/recvfrom() equivalents. il y a 17 ans
process.c Modify process semantics; rescheduling is now automatic. il y a 17 ans
proto.c First version il y a 19 ans
proto_eth_slow.c Initial revision il y a 19 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 17 ans
refcnt.c Move increment/decrement debug messages to DBG2 level il y a 17 ans
resolv.c Introduce name resolution interface and named socket opener. il y a 17 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 17 ans
string.c Move tolower() etc to ctype.h as per ISO C il y a 17 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 concept of "current working URI". il y a 17 ans
vsprintf.c Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them elsewhere as well. il y a 17 ans
xfer.c Add concept of transfer metadata, to be used by UDP in order to implement sendto()/recvfrom() equivalents. il y a 17 ans