david/ipxe
david
/
ipxe
Archived
1
0
Fork 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/core
Michael Brown b256900d4f Scripts temporarily deregister themselves while executing. This
allows us to avoid execution loops without having to hack around the
image registration order.
2007-06-09 19:00:34 +01:00
..
acpi.c Added generic function for calculating ACPI table checksum 2006-08-27 22:02:08 +00:00
ansiesc.c Added support for interpreting ANSI escape sequences on behalf of 2006-12-18 00:01:30 +00:00
asprintf.c Added [v]asprintf() 2007-06-03 01:50:03 +00:00
async.c Added async_block_progress() and default SIGUPDATE handler. 2007-01-29 04:15:24 +00:00
background.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
basename.c Added dirname() 2007-06-03 01:51:10 +00:00
btext.c Removed vestigal FILO code 2006-06-29 18:07:02 +00:00
buffer.c Moved most buffer debug messages to DBG2. 2007-01-29 04:12:29 +00:00
config.c hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise 2007-04-09 18:01:43 +00:00
console.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
debug.c Hex dumps are now integrated into the DBG() framework. 2007-01-13 16:49:38 +00:00
dev.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
device.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
disk.c Needs to be updated to new probe logic. 2005-04-12 16:51:26 +00:00
download.c Make URI structures reference-counted. 2007-05-28 17:35:15 +00:00
downloader.c Use standard xfer_open() argument list for downloader instantiator 2007-06-09 17:42:46 +01:00
ebuffer.c Moved most buffer debug messages to DBG2. 2007-01-29 04:12:29 +00:00
elf_loader.c Merge from Etherboot 5.4 2006-03-16 17:59:51 +00:00
errno.c Split strerror() out from errno.c 2006-12-20 03:49:36 +00:00
exec.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00
gcc_implicit.c Avoid barfing on gcc's implicit memcpy()s 2007-01-26 04:14:25 +00:00
getkey.c Keep running the main processing loop while waiting for input. 2006-12-27 22:59:40 +00:00
getopt.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00
heap.c SSL requires inordinately large data storage 2007-02-01 07:22:13 +00:00
hotplug.c Minimal hotplug support: provide a facility for notifying persistent 2007-01-04 03:08:16 +00:00
hw.c Modify data-xfer semantics: it is no longer necessary to call one of 2007-05-26 15:04:36 +00:00
i82365.c Initial revision 2005-03-08 18:53:11 +00:00
image.c Scripts temporarily deregister themselves while executing. This 2007-06-09 19:00:34 +01:00
init.c Add "name" field to struct device to allow human-readable hardware device 2007-01-10 04:22:09 +00:00
interface.c Add debugging 2007-05-18 15:26:44 +00:00
iobuf.c Add alloc_iob() and free_iob(). (Direct search-and-replace 2007-05-18 14:45:16 +00:00
job.c Do not hold self-references. This then avoids the problem of having to 2007-05-15 16:53:46 +00:00
linebuf.c Update HTTP to use data-xfer interface. 2007-05-29 15:37:09 +00:00
main.c Call hide_etherboot() from startup(), rather than requiring the prefix to 2007-01-14 00:53:56 +00:00
malloc.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00
misc.c Split random number generation out into core/random.c, and create the 2007-01-19 02:02:59 +00:00
nvo.c Add missing include 2007-01-15 08:44:05 +00:00
open.c Allow xfer_open() to take a struct uri as well as a URI string. 2007-06-09 18:20:08 +01:00
pc_kbd.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
pcmcia.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE 2006-08-14 22:29:51 +00:00
posix_io.c Allow xfer_open() to take a struct uri as well as a URI string. 2007-06-09 18:20:08 +01:00
process.c Modify process semantics; rescheduling is now automatic. 2007-05-26 15:00:56 +00:00
proto.c First version 2005-04-29 13:17:25 +00:00
proto_eth_slow.c Initial revision 2005-03-08 18:53:11 +00:00
random.c Split random number generation out into core/random.c, and create the 2007-01-19 02:02:59 +00:00
refcnt.c Move increment/decrement debug messages to DBG2 level 2007-05-27 01:04:52 +00:00
resolv.c Introduce name resolution interface and named socket opener. 2007-05-27 01:07:00 +00:00
serial.c Check that serial port init actually happens 2006-09-01 00:26:32 +00:00
settings.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00
string.c Move tolower() etc to ctype.h as per ISO C 2007-01-26 03:25:19 +00:00
timer.c Kill off poll_interruptions(); it is lethal when we're acting as a PXE 2006-08-14 22:29:51 +00:00
uri.c Add facility for resolving base+relative URIs (and paths). 2007-06-03 02:01:02 +00:00
vsprintf.c Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them 2007-05-31 13:26:50 +00:00
xfer.c Added missing va_end() 2007-06-03 02:11:25 +00:00