Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Michael Brown c8b3e969a0 Allow buffers to be pre-expanded on demand. vor 18 Jahren
..
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 Added async_uninit() to simplify failure paths. 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 Allow buffers to be pre-expanded on demand. vor 18 Jahren
config.c Placeholder bzImage support 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
download.c Reorder functions to more closely reflect the flow of control vor 18 Jahren
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). 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 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). 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 Don't always zero memory in malloc(). This saves around 2us on a full-length PKB allocation. vor 18 Jahren
misc.c Make shutdown functions callable by OS image's exec methods. vor 18 Jahren
nvo.c Add missing include 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
uri.c Add utility function to parse port from URI vor 18 Jahren
vsprintf.c Catch attempts to print NULL strings vor 18 Jahren