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 af303db75d Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us il y a 17 ans
..
abft.h Added support for draft version of the AoE Boot Firmware Table. 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 18 ans
ansiesc.h Add basic ANSI escape sequence support to BIOS console il y a 18 ans
aoe.h Quick hack to get AoE back in to the tree, on a par with the current iSCSI hack. 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 18 ans
async.h Added async_block_progress() and default SIGUPDATE handler. il y a 18 ans
ata.h Quick hack to get AoE back in to the tree, on a par with the current iSCSI hack. il y a 17 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
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
cpio.h Add code for constructing single-file cpio archives on the fly 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 Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us to construct DHCP packets suitable for Infiniband. 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 18 ans
editbox.h __nonnull changes il y a 17 ans
editstring.h __nonnull changes il y a 17 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
errfile.h Added error IDs for all files in drivers/net; they're likely to need them. 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
features.h Allowed zero-cost enforced ordering of features in startup banner list. il y a 17 ans
filter.h Added a simple pass-through filter layer for data transfer interfaces. il y a 17 ans
ftp.h Updated FTP to use data-xfer API. il y a 18 ans
hidemem.h Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
hmac.h Added HMAC code from TLS project il y a 17 ans
http.h Allowed HTTPS to be a separately configurable feature. il y a 17 ans
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. il y a 19 ans
ibft.h Add iBFT code derived from IBM document. il y a 17 ans
icmp6.h Warnings purge il y a 17 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 Allow images to hold references to the originating URI. 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 18 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 18 ans
iobuf.h Moved iobuf.h assertions outside the static inline functions, so that the assert message's file and line number gives some clue as to the real location of the problem. 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 18 ans
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 18 ans
isapnp.h Implemented (untested) PXENV_START_UNDI. il y a 17 ans
iscsi.h Prepare for iBFT merge when possible. iscsiboot.c contains a really, really ugly hack at present, but that doesn't hugely matter since I'm aiming to change the interface to iSCSI devices anyway within the next week. 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 18 ans
linebuf.h Update HTTP to use data-xfer interface. il y a 18 ans
linux_compat.h Help quick testing of building Linux code inside gPXE il y a 18 ans
list.h Moved iobuf.h assertions outside the static inline functions, so that the assert message's file and line number gives some clue as to the real location of the problem. il y a 17 ans
malloc.h use malloc attribute il y a 17 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
monojob.h Display name and status of each file as it is downloaded. 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 18 ans
nvs.h Added the generic block-splitting code to nvs.c il y a 18 ans
open.h Added missing #include 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 19 ans
posix_io.h Make read_user() non-blocking, and add select() call. 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 Add start_timer_nodelay() il y a 17 ans
rsa.h Placeholder il y a 18 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 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 __nonnull changes il y a 17 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
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 18 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 18 ans
tcp.h Add support for TCP timestamps il y a 17 ans
tcpip.h pkbuff->iobuf changeover il y a 18 ans
tftp.h Remove unused headers. 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 TLS now working again. il y a 17 ans
uaccess.h Add UNULL il y a 18 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 18 ans
uri.h uri_get(NULL) and uri_put(NULL) are explicitly allowed. 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 18 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