Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 22511400c7 Added generic function for calculating ACPI table checksum před 19 roky
..
acpi.h Added generic function for calculating ACPI table checksum před 19 roky
aoe.h Improve tcpdump legibility. před 19 roky
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). před 19 roky
async.h Added generic asynchronous operations code. před 19 roky
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. před 19 roky
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). před 19 roky
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. před 19 roky
device.h Added generic device model. před 19 roky
dhcp.h Correct option number for DHCP_DNS_SERVERS, and add it to the request list. před 19 roky
ethernet.h Simplify RX data path. před 19 roky
ftp.h Update ftp.c and hello.c to use the generic async_operations API. před 19 roky
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). před 19 roky
hello.h Update ftp.c and hello.c to use the generic async_operations API. před 19 roky
http.h New HTTP protocol and test code před 19 roky
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. před 19 roky
icmp6.h IP6 support před 19 roky
if_arp.h Header rearrangement. před 19 roky
if_ether.h Add ETH_P_AOE před 19 roky
in.h IP6 support před 19 roky
init.h Removed some obsolete INIT_XXX constants. před 19 roky
ip.h Added features that will be required for PXE UDP support. před 19 roky
ip6.h IP6 support před 19 roky
iscsi.h Added iSCSI boot test code před 19 roky
list.h Add list_for_each_entry_safe. před 19 roky
ndp.h IP6 support před 19 roky
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility před 19 roky
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. před 19 roky
pci_ids.h Header rearrangement. před 19 roky
pkbuff.h Add pkb_available() před 19 roky
process.h Added basic code for implementing co-operative multitasking. před 19 roky
profile.h Added basic profiling support před 19 roky
retry.h Towards an RFC2988-compliant timer. před 19 roky
scsi.h Added debug strings. před 19 roky
settings.h Add string configuration type před 19 roky
socket.h Moved the basic struct sockaddr out of in.h. před 19 roky
spi.h Generalise three-wire interface to generic SPI interface. před 19 roky
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. před 19 roky
tcp.h Removed some bugs in TCP před 19 roky
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility před 19 roky
tftp.h Added TFTP test code (currently just dumps file to console). před 19 roky
threewire.h Generalise three-wire interface to generic SPI interface. před 19 roky
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. před 19 roky
udp.h Convert some trivial functions to static inlines. před 19 roky