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