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