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