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