Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Michael Brown 22511400c7 Added generic function for calculating ACPI table checksum 19 gadus atpakaļ
..
acpi.h Added generic function for calculating ACPI table checksum 19 gadus atpakaļ
aoe.h Improve tcpdump legibility. 19 gadus atpakaļ
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). 19 gadus atpakaļ
async.h Added generic asynchronous operations code. 19 gadus atpakaļ
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. 19 gadus atpakaļ
bitbash.h Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). 19 gadus atpakaļ
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. 19 gadus atpakaļ
device.h Added generic device model. 19 gadus atpakaļ
dhcp.h Correct option number for DHCP_DNS_SERVERS, and add it to the request list. 19 gadus atpakaļ
ethernet.h Simplify RX data path. 19 gadus atpakaļ
ftp.h Update ftp.c and hello.c to use the generic async_operations API. 19 gadus atpakaļ
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). 19 gadus atpakaļ
hello.h Update ftp.c and hello.c to use the generic async_operations API. 19 gadus atpakaļ
http.h New HTTP protocol and test code 19 gadus atpakaļ
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 19 gadus atpakaļ
icmp6.h IP6 support 19 gadus atpakaļ
if_arp.h Header rearrangement. 19 gadus atpakaļ
if_ether.h Add ETH_P_AOE 19 gadus atpakaļ
in.h IP6 support 19 gadus atpakaļ
init.h Removed some obsolete INIT_XXX constants. 19 gadus atpakaļ
ip.h Added features that will be required for PXE UDP support. 19 gadus atpakaļ
ip6.h IP6 support 19 gadus atpakaļ
iscsi.h Added iSCSI boot test code 19 gadus atpakaļ
list.h Add list_for_each_entry_safe. 19 gadus atpakaļ
ndp.h IP6 support 19 gadus atpakaļ
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility 19 gadus atpakaļ
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. 19 gadus atpakaļ
pci_ids.h Header rearrangement. 19 gadus atpakaļ
pkbuff.h Add pkb_available() 19 gadus atpakaļ
process.h Added basic code for implementing co-operative multitasking. 19 gadus atpakaļ
profile.h Added basic profiling support 19 gadus atpakaļ
retry.h Towards an RFC2988-compliant timer. 19 gadus atpakaļ
scsi.h Added debug strings. 19 gadus atpakaļ
settings.h Add string configuration type 19 gadus atpakaļ
socket.h Moved the basic struct sockaddr out of in.h. 19 gadus atpakaļ
spi.h Generalise three-wire interface to generic SPI interface. 19 gadus atpakaļ
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. 19 gadus atpakaļ
tcp.h Removed some bugs in TCP 19 gadus atpakaļ
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility 19 gadus atpakaļ
tftp.h Added TFTP test code (currently just dumps file to console). 19 gadus atpakaļ
threewire.h Generalise three-wire interface to generic SPI interface. 19 gadus atpakaļ
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. 19 gadus atpakaļ
udp.h Convert some trivial functions to static inlines. 19 gadus atpakaļ