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 b29861a5aa IPv6 minirouting table entries hold persistent references to net devices. il y a 18 ans
..
acpi.h Added generic function for calculating ACPI table checksum il y a 19 ans
ansiesc.h Add basic ANSI escape sequence support to BIOS console il y a 18 ans
aoe.h An AoE session holds a persistent reference to a net device. il y a 18 ans
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). il y a 19 ans
async.h Added generic asynchronous operations code. il y a 19 ans
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. il y a 19 ans
autoboot.h Split the (quick hack) boot logic out from main.c to autoboot.c, add a "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason. 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 18 ans
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. il y a 19 ans
chap.h Added generic CHAP layer, independent of iSCSI il y a 18 ans
command.h Added execv() and system(). il y a 18 ans
crypto.h Added "name" field to digest algorithms il y a 18 ans
device.h Added generic device model. il y a 19 ans
dhcp.h Added options listed in http://www.microsoft.com/whdc/winlogo/hwrequirements.mspx as required for iSCSI boot. Note that options 204-206 are listed in the document but don't seem to be defined anywhere on the web. il y a 18 ans
editbox.h Don't automatically redraw the edit box; this allows better inheritance. il y a 18 ans
editstring.h Provide an edit history to allow caller to efficiently update display. il y a 18 ans
errortab.h Split error-message table portions of errno.h out to gpxe/errortab.h il y a 18 ans
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. il y a 19 ans
ftp.h Merge changes from mcb-tcp-fixes branch. il y a 18 ans
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). il y a 19 ans
hello.h Merge changes from mcb-tcp-fixes branch. il y a 18 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 18 ans
http.h Merge changes from mcb-tcp-fixes branch. il y a 18 ans
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. il y a 19 ans
ibft.h ibft_fill_data() prototype change. il y a 18 ans
icmp6.h IP6 support il y a 19 ans
if_arp.h Header rearrangement. il y a 19 ans
if_ether.h Add ETH_P_AOE il y a 19 ans
in.h IP6 support il y a 19 ans
init.h Removed some obsolete INIT_XXX constants. il y a 19 ans
ip.h Verify checksums on the RX datapath. il y a 18 ans
ip6.h IPv6 minirouting table entries hold persistent references to net devices. il y a 18 ans
iscsi.h Merge changes from mcb-tcp-fixes branch. il y a 18 ans
keys.h Fix definition of KEY_END il y a 18 ans
list.h Add list_for_each_entry_safe. il y a 19 ans
md5.h Added generic CHAP layer, independent of iSCSI il y a 18 ans
ndp.h IP6 support il y a 19 ans
netdevice.h Use hotplug support to notify persistent reference holders when a net_device is unregistered. il y a 18 ans
nvo.h Added nvo_save() il y a 18 ans
nvs.h Added the generic block-splitting code to nvs.c il y a 18 ans
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. il y a 19 ans
pci_ids.h Header rearrangement. il y a 19 ans
pkbuff.h Add pkb_available() il y a 19 ans
process.h Added basic code for implementing co-operative multitasking. il y a 19 ans
profile.h Added basic profiling support il y a 19 ans
retry.h Make start_timer() and stop_timer() robust against incorrect usage. il y a 18 ans
scsi.h Automatically select between the "10" and "16" variants of command set, based on the device size. il y a 18 ans
settings.h Added descriptive text for settings and setting types, and display it in the option config UI. il y a 18 ans
settings_ui.h settings_ui() now returns a status code. il y a 18 ans
shell.h Minimal shell implementation using readline() and system(). il y a 18 ans
shell_banner.h Separated out (and tidied up) shell banner code il y a 18 ans
socket.h Moved the basic struct sockaddr out of in.h. il y a 19 ans
spi.h Migrated etherfabric driver to using generic SPI layer. il y a 18 ans
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. il y a 18 ans
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. il y a 19 ans
tcp.h Use whole bytes for the ACKED and RCVD portions of tcp_state; it produces slightly smaller code. il y a 18 ans
tcpip.h Verify checksums on the RX datapath. il y a 18 ans
tftp.h Added TFTP test code (currently just dumps file to console). il y a 19 ans
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) il y a 18 ans
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. il y a 19 ans
udp.h Convert some trivial functions to static inlines. il y a 19 ans