summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Having forced __table() to natural structure alignment, it now seemsMichael Brown2007-01-101-41/+43
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-108-27/+43
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-1/+1
* Added network interface management commandsMichael Brown2007-01-101-0/+3
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-081-15/+18
* Minimal hotplug support: provide a facility for notifying persistentMichael Brown2007-01-041-0/+45
* Added auto-colourising DBGC() macroMichael Brown2006-12-291-0/+56
* Keep running the main processing loop while waiting for input.Michael Brown2006-12-272-0/+8
* Fix prototype of random() and move to stdlib.hMichael Brown2006-12-221-1/+2
* Add iSCSI initiator IQN as a settingMichael Brown2006-12-211-0/+6
* Added missing headerMichael Brown2006-12-211-0/+1
* Some key sequences seem to end with a tildeMichael Brown2006-12-201-1/+1
* Added code to interpret ANSI keypress sequences into KEY_XXX constants.Michael Brown2006-12-201-0/+77
* No longer neededMichael Brown2006-12-201-2/+0Star
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-202-13/+9Star
* Add "config" command to access config UIMichael Brown2006-12-201-0/+3
* 8-bit integers are 1 byte long, not 8...Michael Brown2006-12-201-1/+1
* Added descriptive text for settings and setting types, and display it inMichael Brown2006-12-201-2/+12
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-22/+18Star
* Split strerror() out from errno.cMichael Brown2006-12-201-45/+2Star
* Split error-message table portions of errno.h out to gpxe/errortab.hMichael Brown2006-12-201-3/+3
* Use -ENOSPC rather than -ENOMEM, to distinguish the cases "generic out ofMichael Brown2006-12-201-5/+5
* Fix prototype of sleep() and move it to unistd.hMichael Brown2006-12-201-2/+3
* Select required commands via config.hMichael Brown2006-12-201-0/+8
* Use new minimal shellMichael Brown2006-12-201-1/+6
* Catch attempts to print NULL stringsMichael Brown2006-12-191-0/+2
* Use common symbols to avoid dragging in getopt.o unless a getopt-usingMichael Brown2006-12-192-18/+9Star
* Added support for interpreting ANSI escape sequences on behalf ofMichael Brown2006-12-181-0/+114
* Added clear_setting()Michael Brown2006-12-121-2/+25
* Cope with system("").Michael Brown2006-12-081-6/+12
* Added "priority" and "root-path" optionsMichael Brown2006-12-081-2/+94
* D'oh d'oh d'oh d'oh d'oh d'oh d'oh d'oh d'ohMichael Brown2006-12-081-3/+9
* Added execv() and system().Michael Brown2006-12-081-0/+139
* Added strdup()Michael Brown2006-12-081-2/+10
* Added a functional version of getopt() and getopt_long(), ready for useMichael Brown2006-12-071-0/+280
* inet_aton() has a non-traditional return valueMichael Brown2006-12-061-1/+1
* Tied NVO commands into the human-interactable settings code that IMichael Brown2006-12-051-37/+25Star
* Added more debug messagesMichael Brown2006-12-051-2/+8
* Added quick and dirty commands for testing the new NVO code.Michael Brown2006-12-052-2/+9
* Added nvo_save()Michael Brown2006-12-041-30/+58
* Add the concept of a fragment list for non-volatile stored options.Michael Brown2006-12-041-31/+98
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-042-106/+109
* Basic non-volatile storage supportMichael Brown2006-11-291-0/+106
* Implemented realloc(), and changed the semantics of malloc(0) to allowMichael Brown2006-11-241-15/+79
* Fixed off-by-one errorMichael Brown2006-11-221-1/+1
* Note to self: do not write code late at nightMichael Brown2006-11-151-5/+8
* May as well add octal support to strtoul()Michael Brown2006-11-151-5/+8
* Fixed endp bug in strtoul()Michael Brown2006-11-151-1/+2
* Extend strtoul() to cope with hex as well as decimal. Doesn't copeMichael Brown2006-11-151-9/+25
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-275-5/+0Star