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 af303db75d Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us пре 17 година
..
abft.h Added support for draft version of the AoE Boot Firmware Table. пре 17 година
acpi.h Added generic function for calculating ACPI table checksum пре 18 година
aes.h Added wrapper for AXTLS AES code пре 18 година
ansiesc.h Add basic ANSI escape sequence support to BIOS console пре 18 година
aoe.h Quick hack to get AoE back in to the tree, on a par with the current iSCSI hack. пре 17 година
arp.h Add untested support for UNDI transmit and receive. пре 17 година
asn1.h Trivial ASN.1 decoding functions. пре 18 година
async.h Added async_block_progress() and default SIGUPDATE handler. пре 18 година
ata.h Quick hack to get AoE back in to the tree, on a par with the current iSCSI hack. пре 17 година
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 година
bitops.h Add 64-bit rotates пре 18 година
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in пре 19 година
chap.h Generalise digest_algorithm to crypto_algorithm. пре 18 година
command.h Add "name" field to struct device to allow human-readable hardware device names. пре 18 година
cpio.h Add code for constructing single-file cpio archives on the fly пре 17 година
crypto.h Add per-file error identifiers пре 17 година
device.h pxe_netdev now holds a reference to the network device. пре 17 година
dhcp.h Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us to construct DHCP packets suitable for Infiniband. пре 17 година
dns.h nameserver should be static пре 17 година
downloader.h Use standard xfer_open() argument list for downloader instantiator пре 18 година
editbox.h __nonnull changes пре 17 година
editstring.h __nonnull changes пре 17 година
eisa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. пре 18 година
elf.h Use generic "struct image" rather than "struct elf". пре 18 година
errfile.h Added error IDs for all files in drivers/net; they're likely to need them. пре 17 година
errortab.h Add per-file error identifiers пре 17 година
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. пре 18 година
features.h Allowed zero-cost enforced ordering of features in startup banner list. пре 17 година
filter.h Added a simple pass-through filter layer for data transfer interfaces. пре 17 година
ftp.h Updated FTP to use data-xfer API. пре 18 година
hidemem.h Separated out initialisation functions from startup/shutdown functions. пре 17 година
hmac.h Added HMAC code from TLS project пре 17 година
http.h Allowed HTTPS to be a separately configurable feature. пре 17 година
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. пре 19 година
ibft.h Add iBFT code derived from IBM document. пре 17 година
icmp6.h Warnings purge пре 17 година
if_arp.h Header rearrangement. пре 19 година
if_ether.h Add ETH_P_AOE пре 19 година
image.h Allow images to hold references to the originating URI. пре 17 година
in.h IP6 support пре 18 година
init.h Separated out initialisation functions from startup/shutdown functions. пре 17 година
initrd.h Typo пре 18 година
interface.h Do not hold self-references. This then avoids the problem of having to ensure that we only drop our self-reference exactly once. пре 18 година
iobuf.h Moved iobuf.h assertions outside the static inline functions, so that the assert message's file and line number gives some clue as to the real location of the problem. пре 17 година
ip.h Make masking constants unsigned, to avoid a gcc3-only compiler warning. пре 17 година
ip6.h Warnings purge: src/{crypto,hci,net} пре 17 година
isa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. пре 18 година
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. пре 18 година
isapnp.h Implemented (untested) PXENV_START_UNDI. пре 17 година
iscsi.h Prepare for iBFT merge when possible. iscsiboot.c contains a really, really ugly hack at present, but that doesn't hugely matter since I'm aiming to change the interface to iSCSI devices anyway within the next week. пре 17 година
job.h Added monojob controller in lieu of a full working shell. пре 17 година
keys.h Fix definition of KEY_END пре 18 година
linebuf.h Update HTTP to use data-xfer interface. пре 18 година
linux_compat.h Help quick testing of building Linux code inside gPXE пре 18 година
list.h Moved iobuf.h assertions outside the static inline functions, so that the assert message's file and line number gives some clue as to the real location of the problem. пре 17 година
malloc.h use malloc attribute пре 17 година
mca.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. пре 18 година
md5.h Make context sizes available for statically-allocated structures пре 18 година
memmap.h Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. пре 18 година
monojob.h Display name and status of each file as it is downloaded. пре 17 година
ndp.h Add per-file error identifiers пре 17 година
netdevice.h Use net_device_operations structure and netdev_nullify() to allow for safe dropping of the netdev ref by the driver while other refs still exist. пре 17 година
nvo.h Added nvo_save() пре 18 година
nvs.h Added the generic block-splitting code to nvs.c пре 18 година
open.h Added missing #include пре 17 година
pci.h Remove deprecation of pci_bar_size() пре 17 година
pci_ids.h Header rearrangement. пре 19 година
posix_io.h Make read_user() non-blocking, and add select() call. пре 17 година
process.h Separated out initialisation functions from startup/shutdown functions. пре 17 година
profile.h Added basic profiling support пре 18 година
ramdisk.h Added missing "extern" пре 17 година
rarp.h Add untested support for UNDI transmit and receive. пре 17 година
refcnt.h Make ref_get() return the reference, for cleaner code. пре 17 година
resolv.h Added missing extern пре 17 година
retry.h Add start_timer_nodelay() пре 17 година
rsa.h Placeholder пре 18 година
scsi.h Ready to start testing пре 17 година
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t and get_memmap() in image/segment.c пре 18 година
settings.h Add "name" field to struct device to allow human-readable hardware device names. пре 18 година
settings_ui.h __nonnull changes пре 17 година
sha1.h SHA1_DIGEST_SIZE also available as a static constant пре 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 Mildly ugly hack to force correct linkage. пре 17 година
spi.h Migrated etherfabric driver to using generic SPI layer. пре 18 година
spi_bit.h Support cards such as natsemi which treat the data as little-endian (i.e. LSB transmitted first on the wire), even though SPI commands and addresses always have to be big-endian. пре 17 година
tables.h Add "name" field to struct device to allow human-readable hardware device names. пре 18 година
tcp.h Add support for TCP timestamps пре 17 година
tcpip.h pkbuff->iobuf changeover пре 18 година
tftp.h Remove unused headers. пре 18 година
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) пре 18 година
tls.h TLS now working again. пре 17 година
uaccess.h Add UNULL пре 18 година
udp.h Partial migration of UDP to data-xfer interface. (Will not link at present; DHCP is broken). пре 17 година
umalloc.h Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). пре 18 година
uri.h uri_get(NULL) and uri_put(NULL) are explicitly allowed. пре 17 година
vsprintf.h Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them elsewhere as well. пре 18 година
xfer.h Separate the "is data ready" function of xfer_seek() into an xfer_window() function, which can return a scalar rather than a boolean. пре 17 година