summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add "dhcp" commandMichael Brown2007-01-121-0/+3
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-26/+33
* Use systematic names for XXX_IMAGE.Michael Brown2007-01-121-5/+8
* Add debug messageMichael Brown2007-01-121-0/+1
* Ignore comment lines.Michael Brown2007-01-121-3/+5
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-3/+1Star
* Add free_imageMichael Brown2007-01-121-0/+17
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+3
* Added IMAGE_LOADED flag and find_image()Michael Brown2007-01-121-0/+27
* Added basename() to make automatically naming images easier.Michael Brown2007-01-121-0/+40
* Build automatically expanding buffers from struct buffer and erealloc().Michael Brown2007-01-121-0/+72
* Fix typoMichael Brown2007-01-121-1/+1
* Allow for named images.Michael Brown2007-01-121-3/+5
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-62/+115
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-113-5/+2Star
* Use physical address in debug messages; they make more sense to read.Michael Brown2007-01-111-8/+12
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-111-91/+0Star
* buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2007-01-111-6/+5Star
* Fix bug in buffer.c, add buffer mini-unit test.Michael Brown2007-01-111-3/+3
* Update buffer-handling code to enable expandable buffers.Michael Brown2007-01-112-141/+138Star
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-112-2/+2
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-101-0/+3
* 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