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 d8e99bf28f Gave up on adding POSIX errno's as required, and just added (almost) all před 18 roky
..
gpxe Actually, it's probably a good idea to have packet buffers avoid 4kB crossings. před 18 roky
.cvsignore Initial revision před 20 roky
assert.h Added missing #endif před 19 roky
background.h Header rearrangement. před 18 roky
big_bswap.h Initial revision před 20 roky
bootp.h Initial revision před 20 roky
btext.h Merged mcb30-realmode-redesign back to HEAD před 20 roky
buffer.h Allow data blocks to be less than sizeof ( struct buffer_free_block ) in size. (The restriction on the size of free blocks remains.) před 19 roky
byteswap.h Initial revision před 20 roky
coff.h Initial revision před 20 roky
compiler.h Assertions are now handled via the POSIX-like <assert.h>. před 19 roky
console.h Header rearrangement. před 18 roky
cpu.h Initial revision před 20 roky
debug.h Initial revision před 20 roky
dev.h Header rearrangement. před 18 roky
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. před 19 roky
disk.h BIOS floppy handling code moved to where it will really live. před 19 roky
dns.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
eisa.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. před 19 roky
elf.h Initial revision před 20 roky
elf_boot.h Initial revision před 20 roky
endian.h Initial revision před 20 roky
errno.h Gave up on adding POSIX errno's as required, and just added (almost) all of them in one go. před 18 roky
etherboot.h Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux kernel. před 18 roky
fs.h Initial revision před 20 roky
heap.h Use shared symbols for heap_ptr and heap_end před 19 roky
i82365.h Initial revision před 20 roky
igmp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
image.h Header rearrangement. před 18 roky
init.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... před 18 roky
ip.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
isa.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... před 18 roky
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. před 19 roky
isapnp.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. před 19 roky
lib.h Initial revision před 20 roky
little_bswap.h Initial revision před 20 roky
load_buffer.h First version před 19 roky
main.h Fix up find_pci_device so that it can be used for scanning for devices *other* than the main boot device. před 19 roky
malloc.h Updated memory allocator to improve support for unaligned or partially aligned blocks. před 18 roky
mca.h ISA bus driver updated to report devices as present only if a driver thinks they are. Other bus drivers modified for consistency. před 19 roky
mii.h Initial revision před 20 roky
nfs.h Initial revision před 20 roky
nic.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. před 19 roky
nmb.h Fixes for gcc >= 3.2 from Georg Baum před 19 roky
old_tcp.h Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) tcp.h. před 19 roky
osdep.h Use __unused instead of __used for static data structures. Remove compiler.h defines from osdep.h před 19 roky
osloader.h First version před 19 roky
pc_kbd.h Initial revision před 20 roky
pcmcia-opts.h Initial revision před 20 roky
pcmcia.h Changed guard name to avoid clash with INCLUDE_xxx namespace used by drivers. před 19 roky
proto.h Header rearrangement. před 18 roky
pxe.h TFTP upgraded to use a core function library (in tftpcore.c) which will be shared between TFTP, TFTM and MTFTP protocols. před 19 roky
pxe_api.h Documented the purpose of the two timeout fields in s_PXENV_TFTP_READ_FILE. před 19 roky
pxe_types.h Split PXE code into preboot, udp, tftp, undi and loader units. PXE code now compiles without errors (though it won't actually work). před 19 roky
resolv.h Header rearrangement. před 18 roky
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. před 19 roky
stdlib.h Moved strtoul prototype into stdlib.h for consistency před 19 roky
string.h Prototype now clashes with the macro in arch/i386. před 18 roky
strings.h Add __constant_flsl(), because it's useful for finding out the next power-of-two up from a given constant via ( 1 << fls ( constant - 1 ) ) před 18 roky
sys_info.h Initial revision před 20 roky
tftp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
tftpcore.h Make rfc2090 multicast option optional před 19 roky
timer.h Merged mcb30-realmode-redesign back to HEAD před 20 roky
udp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
url.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. před 19 roky
vsprintf.h Merge from Etherboot 5.4 před 19 roky