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 acd598b4f9 Don't build option-overloaded packets; they just confuse people (ISC před 17 roky
..
acpi.h Added generic function for calculating ACPI table checksum před 18 roky
aes.h Added wrapper for AXTLS AES code před 17 roky
ansiesc.h Add basic ANSI escape sequence support to BIOS console před 17 roky
aoe.h Kill off hotplug.h and just make net devices normal reference-counted structures. před 17 roky
arp.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
asn1.h Trivial ASN.1 decoding functions. před 17 roky
async.h Added async_block_progress() and default SIGUPDATE handler. před 17 roky
ata.h Backing out last change; no immediate plans to make the whole block-device před 18 roky
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces that don't provide the full flexibility of a bit-bashing interface. před 17 roky
bitops.h Add 64-bit rotates před 17 roky
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in před 18 roky
buffer.h Moved most buffer debug messages to DBG2. před 17 roky
chap.h Generalise digest_algorithm to crypto_algorithm. před 17 roky
command.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
crypto.h Fix prototypes před 17 roky
device.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
dhcp.h Don't build option-overloaded packets; they just confuse people (ISC DHCPD and Windows RIS in particular). před 17 roky
dns.h Updated DNS to use not-yet-implemented UDP data-xfer API. před 17 roky
downloader.h Use standard xfer_open() argument list for downloader instantiator před 17 roky
ebuffer.h Added missing declaration. před 17 roky
editbox.h Don't automatically redraw the edit box; this allows better inheritance. před 17 roky
editstring.h Provide an edit history to allow caller to efficiently update display. před 17 roky
eisa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
elf.h Use generic "struct image" rather than "struct elf". před 17 roky
errortab.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. před 17 roky
filter.h Swap downstream/upstream order so that debug messages for filters show up in the same colour as debug messages for the application stream. před 17 roky
ftp.h Updated FTP to use data-xfer API. před 17 roky
heap.h Tear out old heap code, replace with code that simply allocates memory před 18 roky
hidemem.h Call hide_etherboot() from startup(), rather than requiring the prefix to do it. před 17 roky
http.h Update HTTP to use data-xfer interface. před 17 roky
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. před 18 roky
ibft.h ibft_fill_data() prototype change. před 17 roky
icmp6.h IP6 support před 18 roky
if_arp.h Header rearrangement. před 18 roky
if_ether.h Add ETH_P_AOE před 18 roky
image.h Quick hack to get image booting working again před 17 roky
in.h IP6 support před 18 roky
init.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
initrd.h Typo před 17 roky
interface.h Do not hold self-references. This then avoids the problem of having to ensure that we only drop our self-reference exactly once. před 17 roky
iobuf.h Add iob_ensure_headroom() placeholder. před 17 roky
ip.h Kill off hotplug.h and just make net devices normal reference-counted structures. před 17 roky
ip6.h pkbuff->iobuf changeover před 17 roky
isa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
isapnp.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
iscsi.h Changed to use the generic stream API. před 17 roky
job.h Added monojob controller in lieu of a full working shell. před 17 roky
keys.h Fix definition of KEY_END před 17 roky
linebuf.h Update HTTP to use data-xfer interface. před 17 roky
linux_compat.h Help quick testing of building Linux code inside gPXE před 17 roky
list.h Add list_for_each_entry_safe. před 18 roky
malloc.h Move include/malloc.h to include/gpxe/malloc.h, since everything in there is now gPXE-specific. (The standard malloc() et al have been in stdlib.h for a while). před 17 roky
mca.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. před 17 roky
md5.h Make context sizes available for statically-allocated structures před 17 roky
memmap.h Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. před 17 roky
monojob.h Added monojob controller in lieu of a full working shell. před 17 roky
ndp.h pkbuff->iobuf changeover před 17 roky
netdevice.h Kill off hotplug.h and just make net devices normal reference-counted structures. před 17 roky
nvo.h Added nvo_save() před 17 roky
nvs.h Added the generic block-splitting code to nvs.c před 17 roky
open.h Allow xfer_open() to take a struct uri as well as a URI string. před 17 roky
pci.h Add device description fields to struct device. před 17 roky
pci_ids.h Header rearrangement. před 18 roky
posix_io.h Added POSIX-style blocking I/O calls, for use by PXE TFTP API. před 17 roky
process.h Modify process semantics; rescheduling is now automatic. před 17 roky
profile.h Added basic profiling support před 18 roky
ramdisk.h Missing check-in před 17 roky
refcnt.h Document the fact that a zeroed-out refcounted object will behave in the most generally useful way. před 17 roky
resolv.h Updated DNS to use not-yet-implemented UDP data-xfer API. před 17 roky
retry.h Modify process semantics; rescheduling is now automatic. před 17 roky
rsa.h Placeholder před 17 roky
scsi.h Automatically select between the "10" and "16" variants of command set, based on the device size. před 17 roky
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t and get_memmap() in image/segment.c před 17 roky
settings.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
settings_ui.h settings_ui() now returns a status code. před 17 roky
sha1.h SHA1_DIGEST_SIZE also available as a static constant před 17 roky
shell.h Minimal shell implementation using readline() and system(). před 17 roky
shell_banner.h Separated out (and tidied up) shell banner code před 17 roky
shutdown.h Make shutdown functions callable by OS image's exec methods. před 17 roky
socket.h Mildly ugly hack to force correct linkage. před 17 roky
spi.h Migrated etherfabric driver to using generic SPI layer. před 17 roky
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. před 17 roky
stream.h Changed to use the generic stream API. před 17 roky
tables.h Add "name" field to struct device to allow human-readable hardware device names. před 17 roky
tcp.h Updated tcp.c to provide a standardised data transfer interface. před 17 roky
tcpip.h pkbuff->iobuf changeover před 17 roky
tftp.h Remove unused headers. před 17 roky
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) před 17 roky
tls.h Placeholder for TLS insertion před 17 roky
uaccess.h Add UNULL před 17 roky
udp.h Partial migration of UDP to data-xfer interface. (Will not link at present; DHCP is broken). před 17 roky
umalloc.h Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). před 17 roky
uri.h Add concept of "current working URI". před 17 roky
vsprintf.h Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them elsewhere as well. před 17 roky
xfer.h Update DHCP to use data-xfer interface (not yet tested). před 17 roky