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