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 15f8323055 Removing obsolete files. hace 18 años
..
acpi.c Added generic function for calculating ACPI table checksum hace 19 años
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of hace 18 años
asprintf.c Added [v]asprintf() hace 18 años
async.c Added async_block_progress() and default SIGUPDATE handler. hace 18 años
background.c Add "name" field to struct device to allow human-readable hardware device names. hace 18 años
basename.c Added dirname() hace 18 años
btext.c Removed vestigal FILO code hace 19 años
buffer.c Moved most buffer debug messages to DBG2. hace 18 años
config.c Add gdbsym.c object to help with running gdb-to-qemu hace 18 años
console.c Add "name" field to struct device to allow human-readable hardware device names. hace 18 años
cwuri.c Add concept of "current working URI". hace 18 años
debug.c Hex dumps are now integrated into the DBG() framework. hace 18 años
dev.c Add "name" field to struct device to allow human-readable hardware device names. hace 18 años
device.c Add "name" field to struct device to allow human-readable hardware device names. hace 18 años
disk.c Needs to be updated to new probe logic. hace 20 años
downloader.c Kill off job::start() (it was only ever added as part of an aborted attempt at triggering TCP-related protocols to start). hace 18 años
elf_loader.c Merge from Etherboot 5.4 hace 19 años
errno.c Split strerror() out from errno.c hace 18 años
exec.c Use stdio.h instead of vsprintf.h hace 18 años
gcc_implicit.c Avoid barfing on gcc's implicit memcpy()s hace 18 años
getkey.c Keep running the main processing loop while waiting for input. hace 18 años
getopt.c Use stdio.h instead of vsprintf.h hace 18 años
heap.c SSL requires inordinately large data storage hace 18 años
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. hace 18 años
i82365.c Initial revision hace 20 años
image.c Scripts temporarily deregister themselves while executing. This allows us to avoid execution loops without having to hack around the image registration order. hace 18 años
init.c Add "name" field to struct device to allow human-readable hardware device names. hace 18 años
interface.c Add debugging hace 18 años
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). hace 18 años
job.c Added monojob controller in lieu of a full working shell. hace 18 años
linebuf.c Update HTTP to use data-xfer interface. hace 18 años
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. hace 18 años
malloc.c Renamed _calloc() to zalloc(), ready to be used as a standalone function. hace 18 años
misc.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). hace 18 años
monojob.c Added monojob controller in lieu of a full working shell. hace 18 años
nvo.c Update DHCP to use data-xfer interface (not yet tested). hace 18 años
open.c Treat URIs opened via xfer_open() and friends as relative to the current working URI. hace 18 años
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures hace 19 años
pcmcia.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE hace 19 años
posix_io.c Add concept of transfer metadata, to be used by UDP in order to implement sendto()/recvfrom() equivalents. hace 18 años
process.c Modify process semantics; rescheduling is now automatic. hace 18 años
proto.c First version hace 20 años
proto_eth_slow.c Initial revision hace 20 años
random.c Split random number generation out into core/random.c, and create the correct prototypes for srandom(), rand() and srand(). hace 18 años
refcnt.c Move increment/decrement debug messages to DBG2 level hace 18 años
resolv.c Introduce name resolution interface and named socket opener. hace 18 años
serial.c Check that serial port init actually happens hace 19 años
settings.c Use stdio.h instead of vsprintf.h hace 18 años
string.c Move tolower() etc to ctype.h as per ISO C hace 18 años
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE hace 19 años
uri.c Add concept of "current working URI". hace 18 años
vsprintf.c Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them elsewhere as well. hace 18 años
xfer.c Add concept of transfer metadata, to be used by UDP in order to implement sendto()/recvfrom() equivalents. hace 18 años