Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown c8b3e969a0 Allow buffers to be pre-expanded on demand. před 18 roky
..
acpi.c Added generic function for calculating ACPI table checksum před 18 roky
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of non-ANSI-capable consoles. před 18 roky
async.c Added async_uninit() to simplify failure paths. před 18 roky
background.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
basename.c Added basename() to make automatically naming images easier. před 18 roky
btext.c Removed vestigal FILO code před 18 roky
buffer.c Allow buffers to be pre-expanded on demand. před 18 roky
config.c Placeholder bzImage support před 18 roky
console.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
debug.c Hex dumps are now integrated into the DBG() framework. před 18 roky
dev.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
device.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
disk.c Needs to be updated to new probe logic. před 20 roky
download.c Reorder functions to more closely reflect the flow of control před 18 roky
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). před 18 roky
elf_loader.c Merge from Etherboot 5.4 před 19 roky
errno.c Split strerror() out from errno.c před 18 roky
exec.c Ignore comment lines. před 18 roky
getkey.c Keep running the main processing loop while waiting for input. před 18 roky
getopt.c Do not go past the end of the argv[] array. před 18 roky
heap.c Tear out old heap code, replace with code that simply allocates memory před 19 roky
hotplug.c Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. před 18 roky
i82365.c Initial revision před 20 roky
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). před 18 roky
init.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
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. před 18 roky
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to do it. před 18 roky
malloc.c Don't always zero memory in malloc(). This saves around 2us on a full-length PKB allocation. před 18 roky
misc.c Make shutdown functions callable by OS image's exec methods. před 18 roky
nvo.c Add missing include před 18 roky
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures před 19 roky
pcmcia.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc. před 18 roky
process.c Added basic code for implementing co-operative multitasking. před 19 roky
proto.c First version před 20 roky
proto_eth_slow.c Initial revision před 20 roky
resolv.c Add "name" field to struct device to allow human-readable hardware device names. před 18 roky
serial.c Check that serial port init actually happens před 18 roky
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. před 18 roky
string.c Added strdup() před 18 roky
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE stack or INT 13 emulator etc. před 18 roky
uri.c Add utility function to parse port from URI před 18 roky
vsprintf.c Catch attempts to print NULL strings před 18 roky