Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dan Lynch 446c1a3372 - deprecated in favour of a split library model il y a 19 ans
..
async.c Missing from previous checkin. il y a 19 ans
background.c Add generic mechanism for background protocols (e.g. ARP, IGMP) il y a 20 ans
btext.c Restructured PCI subsystem to fit the new device model. il y a 19 ans
buffer.c Assertions are now handled via the POSIX-like <assert.h>. il y a 19 ans
config.c Add NULL_TRAP as a config option il y a 19 ans
console.c Some versions of doxygen seem to object to "@ret None" or similar. il y a 20 ans
debug.c Split debug functions out into core/debug.c, so that they can be automatically linked in on demand. il y a 19 ans
dev.c dev.c uses the new tables infrastructure. il y a 20 ans
device.c Added generic device model. il y a 19 ans
disk.c Needs to be updated to new probe logic. il y a 20 ans
elf_loader.c Merge from Etherboot 5.4 il y a 19 ans
errno.c More doxygen docs il y a 20 ans
heap.c Tear out old heap code, replace with code that simply allocates memory for use by malloc(). il y a 19 ans
i82365.c Initial revision il y a 20 ans
image.c Tear out old heap code, replace with code that simply allocates memory for use by malloc(). il y a 19 ans
init.c Move init.h to gpxe/init.h. il y a 19 ans
main.c Simplify RX data path. il y a 19 ans
malloc.c Tidied up debugging messages il y a 19 ans
misc.c Remove dependency on arptable[] (which is no longer used). il y a 19 ans
nic.c Added a very quick and dirty compatibility layer, to allow not-yet-updated drivers to at least function. il y a 19 ans
osloader.c Tear out old heap code, replace with code that simply allocates memory for use by malloc(). il y a 19 ans
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... il y a 19 ans
pcmcia.c Move init.h to gpxe/init.h. il y a 19 ans
process.c Added basic code for implementing co-operative multitasking. il y a 19 ans
proto.c First version il y a 20 ans
proto_eth_slow.c Initial revision il y a 20 ans
resolv.c Added debugging. il y a 20 ans
serial.c Move init.h to gpxe/init.h. il y a 19 ans
string.c Initial revision il y a 20 ans
timer.c Initial revision il y a 20 ans
url.c Made parse_url do more of the processing, to avoid duplicating parts of il y a 20 ans
vsprintf.c Allow vcprintf() to be called by external code such as the curses library. il y a 19 ans