.. |
acpi.c
|
Added generic function for calculating ACPI table checksum
|
vor 18 Jahren |
ansiesc.c
|
Added support for interpreting ANSI escape sequences on behalf of non-ANSI-capable consoles.
|
vor 18 Jahren |
async.c
|
Missing from previous checkin.
|
vor 18 Jahren |
background.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
basename.c
|
Added basename() to make automatically naming images easier.
|
vor 18 Jahren |
btext.c
|
Removed vestigal FILO code
|
vor 18 Jahren |
buffer.c
|
Use physical address in debug messages; they make more sense to read.
|
vor 18 Jahren |
config.c
|
Rename "boot" to "autoboot"
|
vor 18 Jahren |
console.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
debug.c
|
Hex dumps are now integrated into the DBG() framework.
|
vor 18 Jahren |
dev.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
device.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
disk.c
|
Needs to be updated to new probe logic.
|
vor 20 Jahren |
ebuffer.c
|
Build automatically expanding buffers from struct buffer and erealloc().
|
vor 18 Jahren |
elf_loader.c
|
Merge from Etherboot 5.4
|
vor 19 Jahren |
errno.c
|
Split strerror() out from errno.c
|
vor 18 Jahren |
exec.c
|
Ignore comment lines.
|
vor 18 Jahren |
getkey.c
|
Keep running the main processing loop while waiting for input.
|
vor 18 Jahren |
getopt.c
|
Do not go past the end of the argv[] array.
|
vor 18 Jahren |
heap.c
|
Tear out old heap code, replace with code that simply allocates memory
|
vor 19 Jahren |
hotplug.c
|
Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid.
|
vor 18 Jahren |
i82365.c
|
Initial revision
|
vor 20 Jahren |
image.c
|
Print image physical location in registration message.
|
vor 18 Jahren |
init.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
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.
|
vor 18 Jahren |
main.c
|
Call hide_etherboot() from startup(), rather than requiring the prefix to do it.
|
vor 18 Jahren |
malloc.c
|
Fix typo
|
vor 18 Jahren |
misc.c
|
Make shutdown functions callable by OS image's exec methods.
|
vor 18 Jahren |
nic.c
|
commented out contents of core/nic.c, which should now be obsolete.
|
vor 18 Jahren |
nvo.c
|
Added more debug messages
|
vor 18 Jahren |
pc_kbd.c
|
gcc is rather over-aggressive about optimising out static data structures
|
vor 19 Jahren |
pcmcia.c
|
Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc.
|
vor 18 Jahren |
process.c
|
Added basic code for implementing co-operative multitasking.
|
vor 19 Jahren |
proto.c
|
First version
|
vor 20 Jahren |
proto_eth_slow.c
|
Initial revision
|
vor 20 Jahren |
resolv.c
|
Add "name" field to struct device to allow human-readable hardware device names.
|
vor 18 Jahren |
serial.c
|
Check that serial port init actually happens
|
vor 18 Jahren |
settings.c
|
Having forced __table() to natural structure alignment, it now seems that we *can* place arrays in tables, which means we can force the order within a table without having to resort to explicitly numbered sections on everything.
|
vor 18 Jahren |
string.c
|
Added strdup()
|
vor 18 Jahren |
timer.c
|
Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc.
|
vor 18 Jahren |
url.c
|
Made parse_url do more of the processing, to avoid duplicating parts of
|
vor 20 Jahren |
vsprintf.c
|
Catch attempts to print NULL strings
|
vor 18 Jahren |