You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown d40761d725 Add (and use) generic reference counter, to improve signal:noise ratio 18 anni fa
..
acpi.h Added generic function for calculating ACPI table checksum 19 anni fa
aes.h Added wrapper for AXTLS AES code 18 anni fa
ansiesc.h Add basic ANSI escape sequence support to BIOS console 18 anni fa
aoe.h Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). 18 anni fa
arp.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
asn1.h Trivial ASN.1 decoding functions. 18 anni fa
async.h Added async_block_progress() and default SIGUPDATE handler. 18 anni fa
ata.h Backing out last change; no immediate plans to make the whole block-device 19 anni fa
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. 18 anni fa
bitops.h Add 64-bit rotates 18 anni fa
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in 19 anni fa
buffer.h Moved most buffer debug messages to DBG2. 18 anni fa
chap.h Generalise digest_algorithm to crypto_algorithm. 18 anni fa
command.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
crypto.h Fix prototypes 18 anni fa
device.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
dhcp.h hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise output buffering defintions and the like) 18 anni fa
dns.h Have DHCP set the nameserver, rather than DNS read the DHCP nameserver value. 18 anni fa
download.h Replacement for fetch() which operates asynchronously and identifies protocols by URI scheme. 18 anni fa
ebuffer.h Added missing declaration. 18 anni fa
editbox.h Don't automatically redraw the edit box; this allows better inheritance. 18 anni fa
editstring.h Provide an edit history to allow caller to efficiently update display. 18 anni fa
eisa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
elf.h Use generic "struct image" rather than "struct elf". 18 anni fa
errortab.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. 19 anni fa
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. 18 anni fa
ftp.h Changed to use the generic stream API. 18 anni fa
heap.h Tear out old heap code, replace with code that simply allocates memory 19 anni fa
hidemem.h Call hide_etherboot() from startup(), rather than requiring the prefix to do it. 18 anni fa
hotplug.h Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. 18 anni fa
http.h Add HTTPS port 18 anni fa
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 19 anni fa
ibft.h ibft_fill_data() prototype change. 18 anni fa
icmp6.h IP6 support 19 anni fa
if_arp.h Header rearrangement. 19 anni fa
if_ether.h Add ETH_P_AOE 19 anni fa
image.h Can almost start a kernel now. It dies with "No setup signature found" 18 anni fa
in.h IP6 support 19 anni fa
init.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
initrd.h Typo 18 anni fa
interface.h Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. 18 anni fa
iobuf.h Initial sketch for the generic data-transfer interface. 18 anni fa
ip.h Add route() function to display routing table. 18 anni fa
ip6.h IPv6 minirouting table entries hold persistent references to net devices. 18 anni fa
isa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
isapnp.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
iscsi.h Changed to use the generic stream API. 18 anni fa
job.h Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. 18 anni fa
keys.h Fix definition of KEY_END 18 anni fa
linebuf.h Whitespace fix 18 anni fa
linux_compat.h Help quick testing of building Linux code inside gPXE 18 anni fa
list.h Add list_for_each_entry_safe. 19 anni fa
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). 18 anni fa
mca.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 18 anni fa
md5.h Make context sizes available for statically-allocated structures 18 anni fa
memmap.h Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. 18 anni fa
ndp.h IP6 support 19 anni fa
netdevice.h Add find_pci_netdev() 18 anni fa
nvo.h Added nvo_save() 18 anni fa
nvs.h Added the generic block-splitting code to nvs.c 18 anni fa
open.h Add seek() 18 anni fa
pci.h Add device description fields to struct device. 18 anni fa
pci_ids.h Header rearrangement. 19 anni fa
pkbuff.h Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. 18 anni fa
process.h Added basic code for implementing co-operative multitasking. 19 anni fa
profile.h Added basic profiling support 19 anni fa
ramdisk.h Missing check-in 18 anni fa
refcnt.h Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. 18 anni fa
resolv.h A working name resolution framework 18 anni fa
retry.h Make start_timer() and stop_timer() robust against incorrect usage. 18 anni fa
rsa.h Placeholder 18 anni fa
scsi.h Automatically select between the "10" and "16" variants of command set, based on the device size. 18 anni fa
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t and get_memmap() in image/segment.c 18 anni fa
settings.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
settings_ui.h settings_ui() now returns a status code. 18 anni fa
sha1.h SHA1_DIGEST_SIZE also available as a static constant 18 anni fa
shell.h Minimal shell implementation using readline() and system(). 18 anni fa
shell_banner.h Separated out (and tidied up) shell banner code 18 anni fa
shutdown.h Make shutdown functions callable by OS image's exec methods. 18 anni fa
socket.h Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions and debug functions. 18 anni fa
spi.h Migrated etherfabric driver to using generic SPI layer. 18 anni fa
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 18 anni fa
stream.h Changed to use the generic stream API. 18 anni fa
tables.h Add "name" field to struct device to allow human-readable hardware device names. 18 anni fa
tcp.h Changed to use the generic stream API. 18 anni fa
tcpip.h Ensure that struct sockaddr is long enough... 18 anni fa
tftp.h Update TFTP and FTP to take the same temporary URI scheme as HTTP 18 anni fa
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) 18 anni fa
tls.h Placeholder for TLS insertion 18 anni fa
uaccess.h Add UNULL 18 anni fa
udp.h Add udp_sendto_via() to allow e.g. DHCP to transmit without first having to set up dummy routing entries. 18 anni fa
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). 18 anni fa
uri.h Add utility function to parse port from URI 18 anni fa
vsprintf.h vsprintf.h is gPXE-specific; move it to include/gpxe 18 anni fa
xfer.h Add (and use) generic reference counter, to improve signal:noise ratio in code defining reference-counted objects. 18 anni fa