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 98240d99f0 Do not go past the end of the argv[] array. 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 Missing from previous checkin. 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 Use physical address in debug messages; they make more sense to read. před 18 roky
config.c Rename "boot" to "autoboot" 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
ebuffer.c Build automatically expanding buffers from struct buffer and erealloc(). 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 Print image physical location in registration message. 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 Fix typo před 18 roky
misc.c Make shutdown functions callable by OS image's exec methods. před 18 roky
nic.c commented out contents of core/nic.c, which should now be obsolete. před 18 roky
nvo.c Added more debug messages 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
url.c Made parse_url do more of the processing, to avoid duplicating parts of před 20 roky
vsprintf.c Catch attempts to print NULL strings před 18 roky