summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-17/+309
* Add missing includeMichael Brown2007-01-151-0/+1
* Added a URI parser that should be standards conformant. (It can certainlyMichael Brown2007-01-151-0/+161
* Once image type has been set, do not autoprobe furtherMichael Brown2007-01-141-0/+5
* Allow load() and exec() methods to be NULL.Michael Brown2007-01-141-0/+9
* Placeholder bzImage supportMichael Brown2007-01-141-0/+3
* Do not go past the end of the argv[] array.Michael Brown2007-01-141-0/+4
* Call hide_etherboot() from startup(), rather than requiring the prefix toMichael Brown2007-01-141-2/+5
* Make shutdown functions callable by OS image's exec methods.Michael Brown2007-01-142-349/+28Star
* Rename "boot" to "autoboot"Michael Brown2007-01-141-2/+2
* I prefer IMAGE_XXX to XXX_IMAGE.Michael Brown2007-01-131-11/+11
* Hex dumps are now integrated into the DBG() framework.Michael Brown2007-01-131-27/+78
* Added isspace() and made strtoul() accept whitespace, as per POSIX.Michael Brown2007-01-121-0/+17
* Damn it; my lovely resilient scheme falls down when you have a protocolMichael Brown2007-01-121-62/+42Star
* Added generic line-buffering code (a la stdio)Michael Brown2007-01-121-0/+136
* Print image physical location in registration message.Michael Brown2007-01-121-1/+3
* 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