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