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.
Michael Brown dca369ddc3 Call hide_etherboot() from startup(), rather than requiring the prefix to il y a 18 ans
..
gpxe Call hide_etherboot() from startup(), rather than requiring the prefix to do it. il y a 18 ans
readline Skeletal (non-echoing) version of readline() il y a 18 ans
usr Added missing declaration. il y a 18 ans
.cvsignore Initial revision il y a 20 ans
alloca.h alloca() can be useful in some (limited) circumstances. il y a 18 ans
assert.h Don't include __FUNCTION__ in assert() messages; it was causing the function name to appear within the objects even in non-asserting builds. (This could be considered a gcc bug.) il y a 18 ans
background.h Add "name" field to struct device to allow human-readable hardware device names. il y a 18 ans
big_bswap.h Added the "swap in place" macros il y a 18 ans
bootp.h Initial revision il y a 20 ans
btext.h Merged mcb30-realmode-redesign back to HEAD il y a 20 ans
byteswap.h Add 64-bit byte-swapping operations. il y a 19 ans
cmdline.h Merge of Fredrik Hultin command_line il y a 18 ans
cmdlinelib.h Merge of Fredrik Hultin command_line il y a 18 ans
cmdlist.h Added quick and dirty commands for testing the new NVO code. il y a 18 ans
coff.h Initial revision il y a 20 ans
compiler.h Hex dumps are now integrated into the DBG() framework. il y a 18 ans
console.h Add "name" field to struct device to allow human-readable hardware device names. il y a 18 ans
cpu.h Initial revision il y a 20 ans
curses.h KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from curses.h so that you don't have to suffer the curses namespace pollution just to get the symbolic key names. il y a 18 ans
debug.h Initial revision il y a 20 ans
dev.h Move include/buffer.h to include/gpxe/buffer.h il y a 18 ans
dhcp.h Created a bus/device API that allows for the ROM prefix to specify an initial device, and will also allow for e.g. a device menu to be presented to the user. il y a 20 ans
disk.h BIOS floppy handling code moved to where it will really live. il y a 20 ans
dns.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. il y a 19 ans
eisa.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. il y a 20 ans
elf.h Removed the Etherboot-specific ELF-image code and replaced it with a generic ELF loader, to be used by the multiboot code. il y a 18 ans
endian.h Initial revision il y a 20 ans
errno.h Distinguish between ENOMEM (as representing a lack of internal memory as allocated by malloc()) versus all other errors, in particular ENOBUFS (representing a lack of external buffer space, e.g. in a device's TX queue or a user buffer). il y a 18 ans
etherboot.h Fix prototype of random() and move to stdlib.h il y a 18 ans
fs.h Initial revision il y a 20 ans
getopt.h Use common symbols to avoid dragging in getopt.o unless a getopt-using command is linked in. il y a 18 ans
i82365.h Initial revision il y a 20 ans
igmp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. il y a 19 ans
ip.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. il y a 19 ans
isa.h Add "name" field to struct device to allow human-readable hardware device names. il y a 18 ans
isa_ids.h Created a bus/device API that allows for the ROM prefix to specify an initial device, and will also allow for e.g. a device menu to be presented to the user. il y a 20 ans
isapnp.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. il y a 20 ans
lib.h Initial revision il y a 20 ans
libgen.h Added basename() to make automatically naming images easier. il y a 18 ans
little_bswap.h Added the "swap in place" macros il y a 18 ans
main.h Fix up find_pci_device so that it can be used for scanning for devices *other* than the main boot device. il y a 20 ans
malloc.h Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific function prototypes (e.g. malloc_dma()) in malloc.h. il y a 18 ans
mca.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. il y a 20 ans
mii.h Initial revision il y a 20 ans
nfs.h Initial revision il y a 20 ans
nic.h Added a very quick and dirty compatibility layer, to allow not-yet-updated drivers to at least function. il y a 18 ans
nmb.h Fixes for gcc >= 3.2 from Georg Baum il y a 20 ans
old_tcp.h Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) tcp.h. il y a 19 ans
osdep.h Towards a(nother) new real-mode infrastructure, in which we take advantage of the fact that we have to have a permanently-resident block in base memory. il y a 19 ans
pc_kbd.h Initial revision il y a 20 ans
pcmcia-opts.h Initial revision il y a 20 ans
pcmcia.h Changed guard name to avoid clash with INCLUDE_xxx namespace used by drivers. il y a 20 ans
proto.h Move include/buffer.h to include/gpxe/buffer.h il y a 18 ans
pxe.h Remove types and prototypes now provided in the undi*.h headers. il y a 18 ans
pxe_api.h Partial implementation of UNDI loader caller. il y a 18 ans
pxe_types.h Update to match the daft capitalisation in the actual PXE spec il y a 18 ans
resolv.h Add "name" field to struct device to allow human-readable hardware device names. il y a 18 ans
stddef.h Added container_of(). This seems about the best place to put it, since the definition of it uses offsetof(), and the two concepts are related. il y a 19 ans
stdlib.h Fix prototype of random() and move to stdlib.h il y a 18 ans
string.h Move strerror() prototype to string.h, where it belongs il y a 18 ans
strings.h The prototype for strcasecmp() is apparently in strings.h. il y a 18 ans
sys_info.h Initial revision il y a 20 ans
tftp.h Move include/buffer.h to include/gpxe/buffer.h il y a 18 ans
tftpcore.h Make rfc2090 multicast option optional il y a 19 ans
timer.h Merged mcb30-realmode-redesign back to HEAD il y a 20 ans
udp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. il y a 19 ans
unistd.h Fix prototype of sleep() and move it to unistd.h il y a 18 ans
url.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. il y a 19 ans
vsprintf.h Added missing include of stdint.h il y a 18 ans