Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Michael Brown 22511400c7 Added generic function for calculating ACPI table checksum 18 år sedan
..
acpi.h Added generic function for calculating ACPI table checksum 18 år sedan
aoe.h Improve tcpdump legibility. 18 år sedan
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). 18 år sedan
async.h Added generic asynchronous operations code. 18 år sedan
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. 18 år sedan
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). 18 år sedan
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. 18 år sedan
device.h Added generic device model. 18 år sedan
dhcp.h Correct option number for DHCP_DNS_SERVERS, and add it to the request list. 18 år sedan
ethernet.h Simplify RX data path. 18 år sedan
ftp.h Update ftp.c and hello.c to use the generic async_operations API. 18 år sedan
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). 18 år sedan
hello.h Update ftp.c and hello.c to use the generic async_operations API. 18 år sedan
http.h New HTTP protocol and test code 18 år sedan
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 18 år sedan
icmp6.h IP6 support 18 år sedan
if_arp.h Header rearrangement. 18 år sedan
if_ether.h Add ETH_P_AOE 18 år sedan
in.h IP6 support 18 år sedan
init.h Removed some obsolete INIT_XXX constants. 18 år sedan
ip.h Added features that will be required for PXE UDP support. 18 år sedan
ip6.h IP6 support 18 år sedan
iscsi.h Added iSCSI boot test code 18 år sedan
list.h Add list_for_each_entry_safe. 18 år sedan
ndp.h IP6 support 18 år sedan
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 18 år sedan
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. 18 år sedan
pci_ids.h Header rearrangement. 18 år sedan
pkbuff.h Add pkb_available() 18 år sedan
process.h Added basic code for implementing co-operative multitasking. 18 år sedan
profile.h Added basic profiling support 18 år sedan
retry.h Towards an RFC2988-compliant timer. 18 år sedan
scsi.h Added debug strings. 18 år sedan
settings.h Add string configuration type 18 år sedan
socket.h Moved the basic struct sockaddr out of in.h. 18 år sedan
spi.h Generalise three-wire interface to generic SPI interface. 18 år sedan
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. 18 år sedan
tcp.h Removed some bugs in TCP 18 år sedan
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility 18 år sedan
tftp.h Added TFTP test code (currently just dumps file to console). 18 år sedan
threewire.h Generalise three-wire interface to generic SPI interface. 18 år sedan
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. 18 år sedan
udp.h Convert some trivial functions to static inlines. 18 år sedan