david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe
Michael Brown 544fa25928 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).
2007-01-16 08:36:42 +00:00
..
acpi.h Added generic function for calculating ACPI table checksum 2006-08-27 22:02:08 +00:00
ansiesc.h Add basic ANSI escape sequence support to BIOS console 2006-12-18 01:19:38 +00:00
aoe.h Gave asynchronous operations approximate POSIX signal semantics. This 2007-01-15 08:49:10 +00:00
arp.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
async.h Create and use async_block() macro; it cuts down on the visual overhead 2007-01-16 08:10:54 +00:00
ata.h Backing out last change; no immediate plans to make the whole block-device 2006-06-01 11:14:59 +00:00
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces 2006-12-04 15:36:51 +00:00
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in 2006-05-19 15:06:51 +00:00
buffer.h buffer.c should be using copy_{to,from}_user, rather than 2007-01-11 05:42:06 +00:00
chap.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
command.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
crypto.h Added "name" field to digest algorithms 2006-11-21 16:14:50 +00:00
device.h Add device description fields to struct device. 2007-01-10 15:27:48 +00:00
dhcp.h Gave asynchronous operations approximate POSIX signal semantics. This 2007-01-15 08:49:10 +00:00
dns.h A working DNS resolver (not yet tied in to anything) 2007-01-15 17:31:35 +00:00
ebuffer.h Added missing declaration. 2007-01-12 05:27:02 +00:00
editbox.h Don't automatically redraw the edit box; this allows better inheritance. 2006-12-20 02:09:41 +00:00
editstring.h Provide an edit history to allow caller to efficiently update display. 2006-12-19 23:24:16 +00:00
elf.h Use generic "struct image" rather than "struct elf". 2007-01-11 16:10:32 +00:00
errortab.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. 2006-09-15 12:34:34 +00:00
ftp.h Update TFTP and FTP to take the same temporary URI scheme as HTTP 2007-01-15 09:58:26 +00:00
heap.h Tear out old heap code, replace with code that simply allocates memory 2006-05-16 15:00:36 +00:00
hidemem.h Call hide_etherboot() from startup(), rather than requiring the prefix to 2007-01-14 00:53:56 +00:00
hotplug.h Minimal hotplug support: provide a facility for notifying persistent 2007-01-04 03:08:16 +00:00
http.h Gave asynchronous operations approximate POSIX signal semantics. This 2007-01-15 08:49:10 +00:00
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. 2006-06-12 19:29:50 +00:00
ibft.h ibft_fill_data() prototype change. 2006-12-21 18:42:51 +00:00
icmp6.h IP6 support 2006-08-19 15:58:22 +00:00
if_arp.h Header rearrangement. 2006-04-24 15:42:49 +00:00
if_ether.h Add ETH_P_AOE 2006-05-28 21:47:52 +00:00
image.h Can almost start a kernel now. It dies with "No setup signature found" 2007-01-14 06:36:20 +00:00
in.h IP6 support 2006-08-19 15:58:22 +00:00
init.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
initrd.h Typo 2007-01-14 15:13:33 +00:00
ip6.h IPv6 minirouting table entries hold persistent references to net devices. 2007-01-04 03:28:30 +00:00
ip.h Add route() function to display routing table. 2007-01-10 20:38:20 +00:00
iscsi.h Gave asynchronous operations approximate POSIX signal semantics. This 2007-01-15 08:49:10 +00:00
keys.h Fix definition of KEY_END 2006-12-20 22:17:44 +00:00
linebuf.h Whitespace fix 2007-01-12 19:17:25 +00:00
list.h Add list_for_each_entry_safe. 2006-05-16 14:14:31 +00:00
md5.h Added generic CHAP layer, independent of iSCSI 2006-11-21 13:26:59 +00:00
memmap.h Move memmap.h out of arch/i386; it no longer contains anything 2007-01-11 14:08:44 +00:00
ndp.h IP6 support 2006-08-19 15:58:22 +00:00
netdevice.h Add find_pci_netdev() 2007-01-10 16:16:05 +00:00
nvo.h Added nvo_save() 2006-12-04 22:04:10 +00:00
nvs.h Added the generic block-splitting code to nvs.c 2006-12-04 19:06:07 +00:00
pci_ids.h Header rearrangement. 2006-04-24 15:42:49 +00:00
pci.h Add device description fields to struct device. 2007-01-10 15:27:48 +00:00
pkbuff.h Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. 2007-01-11 05:25:50 +00:00
process.h Added basic code for implementing co-operative multitasking. 2006-04-29 16:42:09 +00:00
profile.h Added basic profiling support 2006-08-24 16:22:56 +00:00
retry.h Make start_timer() and stop_timer() robust against incorrect usage. 2006-12-22 01:35:21 +00:00
scsi.h Automatically select between the "10" and "16" variants of command set, 2006-12-12 18:54:35 +00:00
segment.h Remove osloader.c and replace with a prep_segment() that uses userptr_t 2007-01-11 14:32:26 +00:00
settings_ui.h settings_ui() now returns a status code. 2006-12-20 11:42:48 +00:00
settings.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
shell_banner.h Separated out (and tidied up) shell banner code 2006-12-20 00:24:13 +00:00
shell.h Minimal shell implementation using readline() and system(). 2006-12-19 23:55:05 +00:00
shutdown.h Make shutdown functions callable by OS image's exec methods. 2007-01-14 00:16:41 +00:00
socket.h Moved the basic struct sockaddr out of in.h. 2006-08-02 00:06:30 +00:00
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS 2006-12-04 18:23:06 +00:00
spi.h Migrated etherfabric driver to using generic SPI layer. 2006-12-04 20:47:51 +00:00
tables.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
tcp.h Advertise a larger MSS to improve TCP performance. 2007-01-13 17:36:17 +00:00
tcpip.h Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
tftp.h Update TFTP and FTP to take the same temporary URI scheme as HTTP 2007-01-15 09:58:26 +00:00
threewire.h Added write support for three-wire devices (e.g. the RTL8139 EEPROM) 2006-12-06 19:51:58 +00:00
uaccess.h Add UNULL 2007-01-12 01:40:12 +00:00
udp.h Add udp_sendto_via() to allow e.g. DHCP to transmit without first having 2007-01-10 02:31:38 +00:00
umalloc.h Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously 2007-01-16 08:36:42 +00:00
uri.h Added a URI parser that should be standards conformant. (It can certainly 2007-01-14 23:48:31 +00:00