summaryrefslogtreecommitdiffstats
path: root/src/core/process.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [process] Add support for one-shot processesMichael Brown2011-06-281-2/+6
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-14/+28
* [list] Add list_first_entry()Michael Brown2010-11-081-2/+2
* [process] Include step() function pointer in process debugging messagesMichael Brown2010-11-081-6/+12
* [process] Add process_running()Michael Brown2010-09-031-2/+2
* [process] Hold reference to process during call to step()Michael Brown2010-06-151-0/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-3/+10
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-8/+1Star
* [process] Add DBG2() messages to help track down frozen processesMichael Brown2008-10-121-0/+2
* Add debug messages to process.cMichael Brown2007-07-101-0/+4
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-1/+7
* Use a linker-table based system to automatically mark and start upMichael Brown2007-07-031-0/+18
* Modify process semantics; rescheduling is now automatic.Michael Brown2007-05-261-4/+22
* Added basic code for implementing co-operative multitasking.Michael Brown2006-04-291-0/+56