Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment il y a 15 ans
..
efi [efi] Add EFI image format and basic runtime environment il y a 15 ans
abft.h Added support for draft version of the AoE Boot Firmware Table. il y a 17 ans
acpi.h Added generic function for calculating ACPI table checksum il y a 18 ans
aes.h Added wrapper for AXTLS AES code il y a 17 ans
ansiesc.h Add basic ANSI escape sequence support to BIOS console il y a 17 ans
aoe.h [cleanup] Remove long-obsolete gpxe/async.h header file il y a 16 ans
api.h [ioapi] Formalise the I/O API as used in i386-pcbios il y a 15 ans
arp.h Add untested support for UNDI transmit and receive. il y a 17 ans
asn1.h Trivial ASN.1 decoding functions. il y a 17 ans
ata.h Quick hack to get AoE back in to the tree, on a par with the current iSCSI hack. il y a 17 ans
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces il y a 17 ans
bitmap.h Add RFC2090 TFTP multicast support. il y a 16 ans
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in il y a 18 ans
chap.h [iSCSI] Add support for mutual CHAP il y a 16 ans
command.h Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
cpio.h Add code for constructing single-file cpio archives on the fly il y a 17 ans
crypto.h Add per-file error identifiers il y a 17 ans
device.h [iSCSI] Support Windows Server 2008 direct iSCSI installation il y a 16 ans
dhcp.h [dhcp] Accept BOOTP as well as DHCP il y a 15 ans
dhcpopts.h [Settings] Remove assumption that all settings have DHCP tag values il y a 16 ans
dhcppkt.h [Settings] Remove assumption that all settings have DHCP tag values il y a 16 ans
dns.h nameserver should be static il y a 17 ans
downloader.h Use standard xfer_open() argument list for downloader instantiator il y a 17 ans
editbox.h __nonnull changes il y a 17 ans
editstring.h __nonnull changes il y a 17 ans
eisa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
elf.h Use generic "struct image" rather than "struct elf". il y a 17 ans
embedded.h Added the embedded pxelinux payload patch from hpa. il y a 16 ans
errfile.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
errortab.h Add per-file error identifiers il y a 17 ans
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. il y a 18 ans
fakedhcp.h [Settings] Remove assumption that all settings have DHCP tag values il y a 16 ans
features.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
filter.h Make seek information part of the xfer metadata, rather than an entirely separate xfer method. il y a 16 ans
ftp.h Updated FTP to use data-xfer API. il y a 17 ans
gdbserial.h [GDB] Provide functions to manually enter GDB stub. il y a 16 ans
gdbstub.h [GDB] Add watch and rwatch hardware watchpoints il y a 16 ans
gdbudp.h [GDB] Provide functions to manually enter GDB stub. il y a 16 ans
hidemem.h [pcbios] Support arbitrary splits of the e820 memory map il y a 16 ans
hmac.h Added HMAC code from TLS project il y a 17 ans
http.h Allowed HTTPS to be a separately configurable feature. il y a 17 ans
i2c.h [i2c] Generalise i2c bit-bashing support to addressless devices il y a 15 ans
ibft.h Add iBFT code derived from IBM document. il y a 17 ans
icmp6.h [IPv4] Tidy up some header files. il y a 16 ans
if_arp.h Header rearrangement. il y a 18 ans
if_ether.h Add ETH_P_AOE il y a 18 ans
image.h Allow images to hold references to the originating URI. il y a 17 ans
in.h [udp] Verify local socket address (if specified) for UDP sockets il y a 16 ans
infiniband.h [Infiniband] Move event-queue process from driver to Infiniband core il y a 16 ans
init.h [iSCSI] Support Windows Server 2008 direct iSCSI installation il y a 16 ans
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. il y a 17 ans
io.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
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. il y a 17 ans
ip.h [IPv4] Tidy up some header files. il y a 16 ans
ip6.h [IPv4] Tidy up some header files. il y a 16 ans
ipoib.h [Infiniband] Add preliminary multiple port support for Hermon cards il y a 16 ans
isa.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
isa_ids.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
isapnp.h Implemented (untested) PXENV_START_UNDI. il y a 17 ans
iscsi.h [iSCSI] Add support for mutual CHAP il y a 16 ans
job.h Added monojob controller in lieu of a full working shell. il y a 17 ans
keys.h Fix definition of KEY_END il y a 17 ans
linebuf.h Update HTTP to use data-xfer interface. il y a 17 ans
linux_compat.h Help quick testing of building Linux code inside gPXE il y a 17 ans
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. il y a 17 ans
malloc.h use malloc attribute il y a 17 ans
mca.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 17 ans
md5.h Make context sizes available for statically-allocated structures il y a 17 ans
memmap.h Move memmap.h out of arch/i386; it no longer contains anything architecture-dependent and is needed by the ELF code. il y a 17 ans
monojob.h Display name and status of each file as it is downloaded. il y a 17 ans
nap.h [nap] Formalise the CPU sleeping API il y a 15 ans
ndp.h Add per-file error identifiers il y a 17 ans
netdevice.h [undi] Fill in ProtType correctly in PXENV_UNDI_ISR il y a 16 ans
null_nap.h [nap] Formalise the CPU sleeping API il y a 15 ans
nvo.h [Settings] Migrate DHCP and NVO code to the new settings API (untested) il y a 16 ans
nvs.h Added the generic block-splitting code to nvs.c il y a 17 ans
open.h Added missing #include il y a 17 ans
pci.h [pci] Formalise the PCI I/O API il y a 15 ans
pci_ids.h Header rearrangement. il y a 18 ans
pci_io.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
posix_io.h Make read_user() non-blocking, and add select() call. il y a 17 ans
process.h Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
profile.h Added basic profiling support il y a 18 ans
ramdisk.h Added missing "extern" il y a 17 ans
rarp.h Add untested support for UNDI transmit and receive. il y a 17 ans
refcnt.h Make ref_get() return the reference, for cleaner code. il y a 17 ans
resolv.h Added missing extern il y a 17 ans
retry.h [retry] Use a separate flag to indicate that a retry timer is running il y a 15 ans
rotate.h [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h> il y a 15 ans
rsa.h Placeholder il y a 17 ans
sanboot.h [sanboot] Quick and dirty hack to make SAN boot protocols selectable il y a 15 ans
scsi.h Ready to start testing il y a 17 ans
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t and get_memmap() in image/segment.c il y a 17 ans
serial.h [Serial] Split serial console from serial driver il y a 16 ans
settings.h [settings] Expose MAC address setting for general use il y a 15 ans
settings_ui.h [Settings] Start revamping the configuration settings API. il y a 16 ans
sha1.h SHA1_DIGEST_SIZE also available as a static constant il y a 17 ans
shell.h Minimal shell implementation using readline() and system(). il y a 17 ans
shell_banner.h Separated out (and tidied up) shell banner code il y a 17 ans
socket.h Mildly ugly hack to force correct linkage. il y a 17 ans
spi.h [nvs] Add support for ST M25P32 SPI flash devices il y a 16 ans
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. il y a 17 ans
tables.h Add "name" field to struct device to allow human-readable hardware device names. il y a 17 ans
tcp.h Modify gPXE core and drivers to work with the new timer subsystem il y a 16 ans
tcpip.h pkbuff->iobuf changeover il y a 17 ans
tftp.h Add preliminary support for MTFTP. il y a 16 ans
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) il y a 17 ans
timer.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
tls.h TLS now working again. il y a 17 ans
uaccess.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
udp.h Partial migration of UDP to data-xfer interface. (Will not link at present; DHCP is broken). il y a 17 ans
umalloc.h [efi] Add EFI image format and basic runtime environment il y a 15 ans
uri.h [uri] Add uri_encode() and uri_decode() functions for URI character encoding il y a 15 ans
uuid.h [SMBIOS] Interpret UUIDs as being in network-endian order il y a 16 ans
vsprintf.h [libc] Add missing __attribute__ (( format ( printf ) )) to ssnprintf() il y a 16 ans
xfer.h [makefile] Add -Wformat-nonliteral as an extra warning category il y a 15 ans