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 9e1becaf8a Merge TCP aborted(), timedout() and closed() methods into a single vor 20 Jahren
..
gpxe Merge TCP aborted(), timedout() and closed() methods into a single closed() method with a reason code. vor 20 Jahren
.cvsignore Initial revision vor 21 Jahren
assert.h Added missing #endif vor 20 Jahren
background.h Header rearrangement. vor 20 Jahren
big_bswap.h Initial revision vor 21 Jahren
bootp.h Initial revision vor 21 Jahren
btext.h Merged mcb30-realmode-redesign back to HEAD vor 21 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 21 Jahren
byteswap.h Initial revision vor 21 Jahren
coff.h Initial revision vor 21 Jahren
compiler.h Assertions are now handled via the POSIX-like <assert.h>. vor 20 Jahren
console.h Header rearrangement. vor 20 Jahren
cpu.h Initial revision vor 21 Jahren
debug.h Initial revision vor 21 Jahren
dev.h Header rearrangement. vor 20 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 21 Jahren
disk.h BIOS floppy handling code moved to where it will really live. vor 21 Jahren
dns.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 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 21 Jahren
elf.h Initial revision vor 21 Jahren
elf_boot.h Initial revision vor 21 Jahren
endian.h Initial revision vor 21 Jahren
errno.h Gave up on adding POSIX errno's as required, and just added (almost) all of them in one go. vor 20 Jahren
etherboot.h Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux kernel. vor 20 Jahren
fs.h Initial revision vor 21 Jahren
heap.h Use shared symbols for heap_ptr and heap_end vor 21 Jahren
i82365.h Initial revision vor 21 Jahren
igmp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 Jahren
image.h Header rearrangement. vor 20 Jahren
init.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... vor 20 Jahren
ip.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 Jahren
isa.h gcc is rather over-aggressive about optimising out static data structures even when __atribute__ (( unused )) is correctly set... vor 20 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 21 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 21 Jahren
lib.h Initial revision vor 21 Jahren
little_bswap.h Initial revision vor 21 Jahren
load_buffer.h First version vor 21 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 21 Jahren
malloc.h Updated memory allocator to improve support for unaligned or partially aligned blocks. vor 20 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 21 Jahren
mii.h Initial revision vor 21 Jahren
nfs.h Initial revision vor 21 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 21 Jahren
nmb.h Fixes for gcc >= 3.2 from Georg Baum vor 21 Jahren
old_tcp.h Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) tcp.h. vor 20 Jahren
osdep.h Use __unused instead of __used for static data structures. Remove compiler.h defines from osdep.h vor 21 Jahren
osloader.h First version vor 21 Jahren
pc_kbd.h Initial revision vor 21 Jahren
pcmcia-opts.h Initial revision vor 21 Jahren
pcmcia.h Changed guard name to avoid clash with INCLUDE_xxx namespace used by drivers. vor 21 Jahren
proto.h Header rearrangement. vor 20 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 21 Jahren
pxe_api.h Documented the purpose of the two timeout fields in s_PXENV_TFTP_READ_FILE. vor 21 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 21 Jahren
resolv.h Header rearrangement. vor 20 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 20 Jahren
stdlib.h Fix up prototype of strtoul() to match POSIX. vor 20 Jahren
string.h Prototype now clashes with the macro in arch/i386. vor 20 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 20 Jahren
sys_info.h Initial revision vor 21 Jahren
tftp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 Jahren
tftpcore.h Make rfc2090 multicast option optional vor 21 Jahren
timer.h Merged mcb30-realmode-redesign back to HEAD vor 21 Jahren
udp.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 Jahren
url.h Moved include/in.h to include/gpxe/in.h, so that it can be included by prototester. vor 20 Jahren
vsprintf.h Add a temporary snprintf, so that safely-written code can at least compile, even if it won't yet be safe. vor 20 Jahren