summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/job.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-169/+0Star
* [job] Add missing job_progress() interface methodMichael Brown2009-08-311-0/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-281-0/+1
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-281-6/+0Star
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-3/+13
* Add always_inline attribute to force gcc to inline single-instructionMichael Brown2007-05-011-2/+2
* Add start() eventMichael Brown2007-05-011-5/+42
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-4/+3Star
* Skeleton job control interfaceMichael Brown2007-04-291-0/+124