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 35edecac34 Move {show,set,clear}_setting() to {show,set,clear}_named_setting().
Introduce new {show,set,clear}_setting() that take a struct setting *
rather than a const char *.

set_setting() handles calling clear_setting() when appropriate, so that
individual setting types don't have to check for empty strings.
2006-12-20 04:20:13 +00: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
async.c Missing from previous checkin. 2006-05-31 18:45:43 +00:00
background.c Add generic mechanism for background protocols (e.g. ARP, IGMP) 2005-06-01 22:18:38 +00:00
btext.c Removed vestigal FILO code 2006-06-29 18:07:02 +00:00
buffer.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
config.c Select required commands via config.h 2006-12-20 00:39:06 +00:00
console.c Some versions of doxygen seem to object to "@ret None" or similar. 2005-05-24 00:11:25 +00:00
debug.c Tidy up hex_dump() output. 2006-07-17 13:04:29 +00:00
dev.c include stdio.h to suppress printf warning, general warnings fixups 2006-09-27 04:04:55 +00:00
device.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
disk.c Needs to be updated to new probe logic. 2005-04-12 16:51:26 +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 common symbols to avoid dragging in getopt.o unless a getopt-using 2006-12-19 16:27:15 +00:00
getopt.c Use common symbols to avoid dragging in getopt.o unless a getopt-using 2006-12-19 16:27:15 +00:00
heap.c Tear out old heap code, replace with code that simply allocates memory 2006-05-16 15:00:36 +00:00
i82365.c Initial revision 2005-03-08 18:53:11 +00:00
image.c fix printf format args 2006-06-29 19:04:25 +00:00
init.c Move init.h to gpxe/init.h. 2006-04-30 01:08:52 +00:00
main.c Use new minimal shell 2006-12-20 00:26:01 +00:00
malloc.c Implemented realloc(), and changed the semantics of malloc(0) to allow 2006-11-24 16:51:18 +00:00
misc.c Fix prototype of sleep() and move it to unistd.h 2006-12-20 03:14:59 +00:00
nic.c commented out contents of core/nic.c, which should now be obsolete. 2006-09-18 15:08:08 +00:00
nvo.c Added more debug messages 2006-12-04 23:47:44 +00:00
osloader.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00: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
process.c Added basic code for implementing co-operative multitasking. 2006-04-29 16:42:09 +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
resolv.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
serial.c Check that serial port init actually happens 2006-09-01 00:26:32 +00:00
settings.c Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). 2006-12-20 04:20:13 +00:00
string.c Added strdup() 2006-12-08 00:34:47 +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
url.c Made parse_url do more of the processing, to avoid duplicating parts of 2005-05-01 19:10:04 +00:00
vsprintf.c Catch attempts to print NULL strings 2006-12-19 22:33:42 +00:00