Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Michael Brown 22511400c7 Added generic function for calculating ACPI table checksum vor 19 Jahren
..
acpi.h Added generic function for calculating ACPI table checksum vor 19 Jahren
aoe.h Improve tcpdump legibility. vor 19 Jahren
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). vor 19 Jahren
async.h Added generic asynchronous operations code. vor 19 Jahren
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. vor 19 Jahren
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). vor 19 Jahren
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. vor 19 Jahren
device.h Added generic device model. vor 19 Jahren
dhcp.h Correct option number for DHCP_DNS_SERVERS, and add it to the request list. vor 19 Jahren
ethernet.h Simplify RX data path. vor 19 Jahren
ftp.h Update ftp.c and hello.c to use the generic async_operations API. vor 19 Jahren
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). vor 19 Jahren
hello.h Update ftp.c and hello.c to use the generic async_operations API. vor 19 Jahren
http.h New HTTP protocol and test code vor 19 Jahren
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. vor 19 Jahren
icmp6.h IP6 support vor 19 Jahren
if_arp.h Header rearrangement. vor 19 Jahren
if_ether.h Add ETH_P_AOE vor 19 Jahren
in.h IP6 support vor 19 Jahren
init.h Removed some obsolete INIT_XXX constants. vor 19 Jahren
ip.h Added features that will be required for PXE UDP support. vor 19 Jahren
ip6.h IP6 support vor 19 Jahren
iscsi.h Added iSCSI boot test code vor 19 Jahren
list.h Add list_for_each_entry_safe. vor 19 Jahren
ndp.h IP6 support vor 19 Jahren
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility vor 19 Jahren
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. vor 19 Jahren
pci_ids.h Header rearrangement. vor 19 Jahren
pkbuff.h Add pkb_available() vor 19 Jahren
process.h Added basic code for implementing co-operative multitasking. vor 19 Jahren
profile.h Added basic profiling support vor 19 Jahren
retry.h Towards an RFC2988-compliant timer. vor 19 Jahren
scsi.h Added debug strings. vor 19 Jahren
settings.h Add string configuration type vor 19 Jahren
socket.h Moved the basic struct sockaddr out of in.h. vor 19 Jahren
spi.h Generalise three-wire interface to generic SPI interface. vor 19 Jahren
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. vor 19 Jahren
tcp.h Removed some bugs in TCP vor 19 Jahren
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility vor 19 Jahren
tftp.h Added TFTP test code (currently just dumps file to console). vor 19 Jahren
threewire.h Generalise three-wire interface to generic SPI interface. vor 19 Jahren
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. vor 19 Jahren
udp.h Convert some trivial functions to static inlines. vor 19 Jahren