You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown b8baee7632 Removed as a gesture of goodwill following a request from Microsoft преди 18 години
..
acpi.h Added generic function for calculating ACPI table checksum преди 18 години
aoe.h Improve tcpdump legibility. преди 18 години
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). преди 18 години
async.h Added generic asynchronous operations code. преди 18 години
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 години
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). преди 18 години
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 години
crypto.h Generalisation of a message digest algorithm преди 18 години
device.h Added generic device model. преди 18 години
dhcp.h Correct option number for DHCP_DNS_SERVERS, and add it to the request list. преди 18 години
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. преди 18 години
ftp.h Update ftp.c and hello.c to use the generic async_operations API. преди 18 години
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). преди 18 години
hello.h Update ftp.c and hello.c to use the generic async_operations API. преди 18 години
http.h New HTTP protocol and test code преди 18 години
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. преди 18 години
icmp6.h IP6 support преди 18 години
if_arp.h Header rearrangement. преди 18 години
if_ether.h Add ETH_P_AOE преди 18 години
in.h IP6 support преди 18 години
init.h Removed some obsolete INIT_XXX constants. преди 18 години
ip.h Added features that will be required for PXE UDP support. преди 18 години
ip6.h IP6 support преди 18 години
iscsi.h Added iSCSI boot test code преди 18 години
list.h Add list_for_each_entry_safe. преди 18 години
ndp.h IP6 support преди 18 години
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility преди 18 години
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 години
pci_ids.h Header rearrangement. преди 18 години
pkbuff.h Add pkb_available() преди 18 години
process.h Added basic code for implementing co-operative multitasking. преди 18 години
profile.h Added basic profiling support преди 18 години
retry.h Towards an RFC2988-compliant timer. преди 18 години
scsi.h Added debug strings. преди 18 години
settings.h Add string configuration type преди 18 години
socket.h Moved the basic struct sockaddr out of in.h. преди 18 години
spi.h Generalise three-wire interface to generic SPI interface. преди 18 години
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 години
tcp.h Removed some bugs in TCP преди 18 години
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility преди 18 години
tftp.h Added TFTP test code (currently just dumps file to console). преди 18 години
threewire.h Generalise three-wire interface to generic SPI interface. преди 18 години
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 години
udp.h Convert some trivial functions to static inlines. преди 18 години