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 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS il y a 18 ans
..
acpi.h Added generic function for calculating ACPI table checksum il y a 19 ans
aoe.h Improve tcpdump legibility. il y a 19 ans
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). il y a 19 ans
async.h Added generic asynchronous operations code. il y a 19 ans
ata.h Backing out last change; no immediate plans to make the whole block-device layer asynchronous, so keeping the sync/async boundary within aoedev.c seems cleanest for now. 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
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. il y a 19 ans
chap.h Added generic CHAP layer, independent of iSCSI il y a 18 ans
crypto.h Added "name" field to digest algorithms il y a 18 ans
device.h Added generic device model. il y a 19 ans
dhcp.h Create "username" and "password" DHCP options, ready for placing this information in NVS. il y a 18 ans
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. il y a 19 ans
ftp.h Update ftp.c and hello.c to use the generic async_operations API. il y a 19 ans
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). il y a 19 ans
hello.h Update ftp.c and hello.c to use the generic async_operations API. il y a 19 ans
http.h New HTTP protocol and test code il y a 19 ans
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. il y a 19 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
in.h IP6 support il y a 19 ans
init.h Removed some obsolete INIT_XXX constants. il y a 19 ans
ip.h Added features that will be required for PXE UDP support. il y a 19 ans
ip6.h IP6 support il y a 19 ans
iscsi.h Updated to use asynchronous operation model for iSCSI requests il y a 18 ans
list.h Add list_for_each_entry_safe. il y a 19 ans
md5.h Added generic CHAP layer, independent of iSCSI il y a 18 ans
ndp.h IP6 support il y a 19 ans
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility il y a 19 ans
nvo.h Abstracted out part of the concept of an SPI device to a generalised NVS device. il y a 18 ans
nvs.h Abstracted out part of the concept of an SPI device to a generalised NVS device. il y a 18 ans
pci.h Strip down i386 PCI configuration space I/O to the bare minimum. A typical build will now include 880 bytes of PCI support code, compared to 2327 bytes in Etherboot 5.4. il y a 19 ans
pci_ids.h Header rearrangement. il y a 19 ans
pkbuff.h Add pkb_available() il y a 19 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
retry.h Towards an RFC2988-compliant timer. il y a 19 ans
scsi.h Added debug strings. il y a 19 ans
settings.h Add string configuration type il y a 19 ans
socket.h Moved the basic struct sockaddr out of in.h. il y a 19 ans
spi.h Abstracted out part of the concept of an SPI device to a generalised NVS device. 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
tables.h Remove unused attribute from __table macros; the tables are no longer static since otherwise gcc4 optimises them away completely. Also, it really *is* an error if the table start and end are unused, so they certainly shouldn't be marked with attribute unused. il y a 19 ans
tcp.h Removed some bugs in TCP il y a 19 ans
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility il y a 19 ans
tftp.h Added TFTP test code (currently just dumps file to console). il y a 19 ans
threewire.h Abstracted out part of the concept of an SPI device to a generalised NVS device. il y a 18 ans
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. il y a 19 ans
udp.h Convert some trivial functions to static inlines. il y a 19 ans