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