選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Michael Brown c8b3e969a0 Allow buffers to be pre-expanded on demand. 18年前
..
acpi.c Added generic function for calculating ACPI table checksum 18年前
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of non-ANSI-capable consoles. 18年前
async.c Added async_uninit() to simplify failure paths. 18年前
background.c Add "name" field to struct device to allow human-readable hardware device names. 18年前
basename.c Added basename() to make automatically naming images easier. 18年前
btext.c Removed vestigal FILO code 18年前
buffer.c Allow buffers to be pre-expanded on demand. 18年前
config.c Placeholder bzImage support 18年前
console.c Add "name" field to struct device to allow human-readable hardware device names. 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年前
download.c Reorder functions to more closely reflect the flow of control 18年前
ebuffer.c Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). 18年前
elf_loader.c Merge from Etherboot 5.4 19年前
errno.c Split strerror() out from errno.c 18年前
exec.c Ignore comment lines. 18年前
getkey.c Keep running the main processing loop while waiting for input. 18年前
getopt.c Do not go past the end of the argv[] array. 18年前
heap.c Tear out old heap code, replace with code that simply allocates memory 18年前
hotplug.c Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. 18年前
i82365.c Initial revision 20年前
image.c Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). 18年前
init.c Add "name" field to struct device to allow human-readable hardware device names. 18年前
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. 18年前
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. 18年前
malloc.c Don't always zero memory in malloc(). This saves around 2us on a full-length PKB allocation. 18年前
misc.c Make shutdown functions callable by OS image's exec methods. 18年前
nvo.c Add missing include 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 stack or INT 13 emulator etc. 18年前
process.c Added basic code for implementing co-operative multitasking. 19年前
proto.c First version 20年前
proto_eth_slow.c Initial revision 20年前
resolv.c Add "name" field to struct device to allow human-readable hardware device names. 18年前
serial.c Check that serial port init actually happens 18年前
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. 18年前
string.c Added strdup() 18年前
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc. 18年前
uri.c Add utility function to parse port from URI 18年前
vsprintf.c Catch attempts to print NULL strings 18年前