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 5b00fbade3 Increase window size to 64kB. Line rate downloads on a 100Mbps link, vor 17 Jahren
..
acpi.h Added generic function for calculating ACPI table checksum vor 18 Jahren
ansiesc.h Add basic ANSI escape sequence support to BIOS console vor 17 Jahren
aoe.h Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). vor 17 Jahren
arp.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
async.h Added async_uninit() to simplify failure paths. vor 17 Jahren
ata.h Backing out last change; no immediate plans to make the whole block-device vor 18 Jahren
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces that don't provide the full flexibility of a bit-bashing interface. vor 17 Jahren
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in vor 18 Jahren
buffer.h Allow buffers to be pre-expanded on demand. vor 17 Jahren
chap.h Added generic CHAP layer, independent of iSCSI vor 17 Jahren
command.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
crypto.h Added "name" field to digest algorithms vor 17 Jahren
device.h Add device description fields to struct device. vor 17 Jahren
dhcp.h Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). vor 17 Jahren
dns.h Use struct sockaddr rather than struct sockaddr_tcpip vor 17 Jahren
download.h Replacement for fetch() which operates asynchronously and identifies protocols by URI scheme. vor 17 Jahren
ebuffer.h Added missing declaration. vor 17 Jahren
editbox.h Don't automatically redraw the edit box; this allows better inheritance. vor 17 Jahren
editstring.h Provide an edit history to allow caller to efficiently update display. vor 17 Jahren
elf.h Use generic "struct image" rather than "struct elf". vor 17 Jahren
errortab.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. vor 18 Jahren
ftp.h Update TFTP and FTP to take the same temporary URI scheme as HTTP vor 17 Jahren
heap.h Tear out old heap code, replace with code that simply allocates memory vor 18 Jahren
hidemem.h Call hide_etherboot() from startup(), rather than requiring the prefix to do it. vor 17 Jahren
hotplug.h Minimal hotplug support: provide a facility for notifying persistent reference holders that their reference is about to become invalid. vor 17 Jahren
http.h HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any other protocol won't work at the moment. vor 17 Jahren
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. vor 18 Jahren
ibft.h ibft_fill_data() prototype change. vor 17 Jahren
icmp6.h IP6 support vor 18 Jahren
if_arp.h Header rearrangement. vor 18 Jahren
if_ether.h Add ETH_P_AOE vor 18 Jahren
image.h Can almost start a kernel now. It dies with "No setup signature found" vor 17 Jahren
in.h IP6 support vor 18 Jahren
init.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
initrd.h Typo vor 17 Jahren
ip.h Add route() function to display routing table. vor 17 Jahren
ip6.h IPv6 minirouting table entries hold persistent references to net devices. vor 17 Jahren
iscsi.h Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). vor 17 Jahren
keys.h Fix definition of KEY_END vor 17 Jahren
linebuf.h Whitespace fix vor 17 Jahren
list.h Add list_for_each_entry_safe. vor 18 Jahren
md5.h Added generic CHAP layer, independent of iSCSI vor 17 Jahren
memmap.h Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. vor 17 Jahren
ndp.h IP6 support vor 18 Jahren
netdevice.h Add find_pci_netdev() vor 17 Jahren
nvo.h Added nvo_save() vor 17 Jahren
nvs.h Added the generic block-splitting code to nvs.c vor 17 Jahren
pci.h Add device description fields to struct device. vor 17 Jahren
pci_ids.h Header rearrangement. vor 18 Jahren
pkbuff.h Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. vor 17 Jahren
process.h Added basic code for implementing co-operative multitasking. vor 18 Jahren
profile.h Added basic profiling support vor 18 Jahren
retry.h Make start_timer() and stop_timer() robust against incorrect usage. vor 17 Jahren
scsi.h Automatically select between the "10" and "16" variants of command set, based on the device size. vor 17 Jahren
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t and get_memmap() in image/segment.c vor 17 Jahren
settings.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
settings_ui.h settings_ui() now returns a status code. vor 17 Jahren
shell.h Minimal shell implementation using readline() and system(). vor 17 Jahren
shell_banner.h Separated out (and tidied up) shell banner code vor 17 Jahren
shutdown.h Make shutdown functions callable by OS image's exec methods. vor 17 Jahren
socket.h Ensure that struct sockaddr is long enough... vor 17 Jahren
spi.h Migrated etherfabric driver to using generic SPI layer. vor 17 Jahren
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. vor 17 Jahren
tables.h Add "name" field to struct device to allow human-readable hardware device names. vor 17 Jahren
tcp.h Increase window size to 64kB. Line rate downloads on a 100Mbps link, anyone? vor 17 Jahren
tcpip.h Ensure that struct sockaddr is long enough... vor 17 Jahren
tftp.h Update TFTP and FTP to take the same temporary URI scheme as HTTP vor 17 Jahren
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) vor 17 Jahren
uaccess.h Add UNULL vor 17 Jahren
udp.h Add udp_sendto_via() to allow e.g. DHCP to transmit without first having to set up dummy routing entries. vor 17 Jahren
umalloc.h Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). vor 17 Jahren
uri.h Add utility function to parse port from URI vor 17 Jahren