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 година