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