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 9aa61ad5a2 Add per-file error identifiers il y a 17 ans
..
acpi.h Added generic function for calculating ACPI table checksum il y a 18 ans
aes.h Added wrapper for AXTLS AES code il y a 17 ans
ansiesc.h Add basic ANSI escape sequence support to BIOS console il y a 17 ans
aoe.h Kill off hotplug.h and just make net devices normal reference-counted structures. il y a 17 ans
arp.h Add untested support for UNDI transmit and receive. il y a 17 ans
asn1.h Trivial ASN.1 decoding functions. il y a 17 ans
async.h Added async_block_progress() and default SIGUPDATE handler. il y a 17 ans
ata.h Backing out last change; no immediate plans to make the whole block-device il y a 18 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 17 ans
bitops.h Add 64-bit rotates il y a 17 ans
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in il y a 18 ans
chap.h Generalise digest_algorithm to crypto_algorithm. il y a 17 ans
command.h Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
crypto.h Add per-file error identifiers il y a 17 ans
device.h pxe_netdev now holds a reference to the network device. il y a 17 ans
dhcp.h Fix typo that was preventing any DHCP option applicators from being applied. il y a 17 ans
dns.h nameserver should be static il y a 17 ans
downloader.h Use standard xfer_open() argument list for downloader instantiator il y a 17 ans
editbox.h Don't automatically redraw the edit box; this allows better inheritance. il y a 17 ans
editstring.h Provide an edit history to allow caller to efficiently update display. il y a 17 ans
eisa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
elf.h Use generic "struct image" rather than "struct elf". il y a 17 ans
errfile.h Add per-file error identifiers il y a 17 ans
errortab.h Add per-file error identifiers il y a 17 ans
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. il y a 18 ans
ftp.h Updated FTP to use data-xfer API. il y a 17 ans
hidemem.h Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
http.h Update HTTP to use data-xfer interface. il y a 17 ans
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. il y a 18 ans
ibft.h ibft_fill_data() prototype change. il y a 17 ans
icmp6.h Warnings purge il y a 17 ans
if_arp.h Header rearrangement. il y a 18 ans
if_ether.h Add ETH_P_AOE il y a 18 ans
image.h Quick hack to get image booting working again il y a 17 ans
in.h IP6 support il y a 18 ans
init.h Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
initrd.h Typo il y a 17 ans
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. il y a 17 ans
iobuf.h Add per-file error identifiers il y a 17 ans
ip.h Make masking constants unsigned, to avoid a gcc3-only compiler warning. il y a 17 ans
ip6.h Warnings purge: src/{crypto,hci,net} il y a 17 ans
isa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
isapnp.h Implemented (untested) PXENV_START_UNDI. il y a 17 ans
iscsi.h Ready to start testing il y a 17 ans
job.h Added monojob controller in lieu of a full working shell. il y a 17 ans
keys.h Fix definition of KEY_END il y a 17 ans
linebuf.h Update HTTP to use data-xfer interface. il y a 17 ans
linux_compat.h Help quick testing of building Linux code inside gPXE il y a 17 ans
list.h Add list_for_each_entry_safe. il y a 18 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 17 ans
mca.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
md5.h Make context sizes available for statically-allocated structures il y a 17 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 17 ans
monojob.h Added monojob controller in lieu of a full working shell. il y a 17 ans
ndp.h Add per-file error identifiers il y a 17 ans
netdevice.h Use net_device_operations structure and netdev_nullify() to allow for safe dropping of the netdev ref by the driver while other refs still exist. il y a 17 ans
nvo.h Added nvo_save() il y a 17 ans
nvs.h Added the generic block-splitting code to nvs.c il y a 17 ans
open.h Allow xfer_open() to take a struct uri as well as a URI string. il y a 17 ans
pci.h Remove deprecation of pci_bar_size() il y a 17 ans
pci_ids.h Header rearrangement. il y a 18 ans
posix_io.h Added POSIX-style blocking I/O calls, for use by PXE TFTP API. il y a 17 ans
process.h Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
profile.h Added basic profiling support il y a 18 ans
ramdisk.h Added missing "extern" il y a 17 ans
rarp.h Add untested support for UNDI transmit and receive. il y a 17 ans
refcnt.h Make ref_get() return the reference, for cleaner code. il y a 17 ans
resolv.h Added missing extern il y a 17 ans
retry.h Modify process semantics; rescheduling is now automatic. il y a 17 ans
rsa.h Placeholder il y a 17 ans
scsi.h Ready to start testing il y a 17 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 17 ans
settings.h Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
settings_ui.h settings_ui() now returns a status code. il y a 17 ans
sha1.h SHA1_DIGEST_SIZE also available as a static constant il y a 17 ans
shell.h Minimal shell implementation using readline() and system(). il y a 17 ans
shell_banner.h Separated out (and tidied up) shell banner code il y a 17 ans
socket.h Mildly ugly hack to force correct linkage. il y a 17 ans
spi.h Migrated etherfabric driver to using generic SPI layer. il y a 17 ans
spi_bit.h Support cards such as natsemi which treat the data as little-endian (i.e. LSB transmitted first on the wire), even though SPI commands and addresses always have to be big-endian. il y a 17 ans
tables.h Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
tcp.h Add support for TCP timestamps il y a 17 ans
tcpip.h pkbuff->iobuf changeover il y a 17 ans
tftp.h Remove unused headers. il y a 17 ans
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) il y a 17 ans
tls.h Placeholder for TLS insertion il y a 17 ans
uaccess.h Add UNULL il y a 17 ans
udp.h Partial migration of UDP to data-xfer interface. (Will not link at present; DHCP is broken). il y a 17 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 17 ans
uri.h Add concept of "current working URI". il y a 17 ans
vsprintf.h Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them elsewhere as well. il y a 17 ans
xfer.h Separate the "is data ready" function of xfer_seek() into an xfer_window() function, which can return a scalar rather than a boolean. il y a 17 ans