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 e330db3c74 Dead code removal. 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
background.c Add "name" field to struct device to allow human-readable hardware device il y a 17 ans
basename.c Added dirname() il y a 17 ans
btext.c Dead code removal. il y a 17 ans
buffer.c Moved most buffer debug messages to DBG2. il y a 17 ans
config.c Dead code removal. il y a 17 ans
console.c Add "name" field to struct device to allow human-readable hardware device il y a 17 ans
cwuri.c Add concept of "current working URI". il y a 17 ans
debug.c Warnings purge of src/core il y a 17 ans
device.c Add "name" field to struct device to allow human-readable hardware device il y a 17 ans
downloader.c Separate the "is data ready" function of xfer_seek() into an xfer_window() function, which can return a scalar rather than a boolean. il y a 17 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
hw.c Separate the "is data ready" function of xfer_seek() into an xfer_window() function, which can return a scalar rather than a boolean. il y a 17 ans
i82365.c Initial revision il y a 19 ans
image.c convert to zalloc il y a 17 ans
init.c Separated out initialisation functions from startup/shutdown functions. 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 Unplug before sending close() message, to avoid screwing up interfaces which respond to close with a reopen() (e.g. iSCSI). il y a 17 ans
linebuf.c Update HTTP to use data-xfer interface. il y a 17 ans
main.c Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
malloc.c Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
misc.c Dead code removal. 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 Should be using the generic device probe mechanism, when (if) they eventually get updated. il y a 17 ans
posix_io.c Separate the "is data ready" function of xfer_seek() into an xfer_window() function, which can return a scalar rather than a boolean. il y a 17 ans
process.c Add debug messages to process.c il y a 17 ans
proto_eth_slow.c Dead code removal. il y a 17 ans
random.c Dead code removal. il y a 17 ans
refcnt.c Make ref_get() return the reference, for cleaner code. il y a 17 ans
resolv.c Unplug before sending close() message, to avoid screwing up interfaces which respond to close with a reopen() (e.g. iSCSI). il y a 17 ans
serial.c Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
settings.c Use stdio.h instead of vsprintf.h il y a 17 ans
string.c Dead code removal. il y a 17 ans
timer.c Dead code removal. il y a 17 ans
uri.c convert to zalloc 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 Unplug before sending close() message, to avoid screwing up interfaces which respond to close with a reopen() (e.g. iSCSI). il y a 17 ans