.. |
acpi.c
|
Added generic function for calculating ACPI table checksum
|
2006-08-27 22:02:08 +00:00 |
ansiesc.c
|
Added support for interpreting ANSI escape sequences on behalf of
|
2006-12-18 00:01:30 +00:00 |
async.c
|
Gave asynchronous operations approximate POSIX signal semantics. This
|
2007-01-15 08:49:10 +00:00 |
background.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
basename.c
|
Added basename() to make automatically naming images easier.
|
2007-01-12 05:24:51 +00:00 |
btext.c
|
Removed vestigal FILO code
|
2006-06-29 18:07:02 +00:00 |
buffer.c
|
Use physical address in debug messages; they make more sense to read.
|
2007-01-11 15:08:58 +00:00 |
config.c
|
Placeholder bzImage support
|
2007-01-14 04:27:25 +00:00 |
console.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
debug.c
|
Hex dumps are now integrated into the DBG() framework.
|
2007-01-13 16:49:38 +00:00 |
dev.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
device.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
disk.c
|
Needs to be updated to new probe logic.
|
2005-04-12 16:51:26 +00:00 |
ebuffer.c
|
Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously
|
2007-01-16 08:36:42 +00:00 |
elf_loader.c
|
Merge from Etherboot 5.4
|
2006-03-16 17:59:51 +00:00 |
errno.c
|
Split strerror() out from errno.c
|
2006-12-20 03:49:36 +00:00 |
exec.c
|
Ignore comment lines.
|
2007-01-12 08:56:48 +00:00 |
getkey.c
|
Keep running the main processing loop while waiting for input.
|
2006-12-27 22:59:40 +00:00 |
getopt.c
|
Do not go past the end of the argv[] array.
|
2007-01-14 02:01:26 +00:00 |
heap.c
|
Tear out old heap code, replace with code that simply allocates memory
|
2006-05-16 15:00:36 +00:00 |
hotplug.c
|
Minimal hotplug support: provide a facility for notifying persistent
|
2007-01-04 03:08:16 +00:00 |
i82365.c
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
image.c
|
Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously
|
2007-01-16 08:36:42 +00:00 |
init.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
linebuf.c
|
Damn it; my lovely resilient scheme falls down when you have a protocol
|
2007-01-12 18:09:14 +00:00 |
main.c
|
Call hide_etherboot() from startup(), rather than requiring the prefix to
|
2007-01-14 00:53:56 +00:00 |
malloc.c
|
Fix typo
|
2007-01-12 01:37:38 +00:00 |
misc.c
|
Make shutdown functions callable by OS image's exec methods.
|
2007-01-14 00:16:41 +00:00 |
nvo.c
|
Add missing include
|
2007-01-15 08:44:05 +00:00 |
pc_kbd.c
|
gcc is rather over-aggressive about optimising out static data structures
|
2006-04-24 18:31:37 +00:00 |
pcmcia.c
|
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
|
2006-08-14 22:29:51 +00:00 |
process.c
|
Added basic code for implementing co-operative multitasking.
|
2006-04-29 16:42:09 +00:00 |
proto_eth_slow.c
|
Initial revision
|
2005-03-08 18:53:11 +00:00 |
proto.c
|
First version
|
2005-04-29 13:17:25 +00:00 |
resolv.c
|
Add "name" field to struct device to allow human-readable hardware device
|
2007-01-10 04:22:09 +00:00 |
serial.c
|
Check that serial port init actually happens
|
2006-09-01 00:26:32 +00:00 |
settings.c
|
Having forced __table() to natural structure alignment, it now seems
|
2007-01-10 05:08:05 +00:00 |
string.c
|
Added strdup()
|
2006-12-08 00:34:47 +00:00 |
timer.c
|
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
|
2006-08-14 22:29:51 +00:00 |
uri.c
|
Added a URI parser that should be standards conformant. (It can certainly
|
2007-01-14 23:48:31 +00:00 |
vsprintf.c
|
Catch attempts to print NULL strings
|
2006-12-19 22:33:42 +00:00 |