aboutsummaryrefslogtreecommitdiff
path: root/src/core/process.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-06-28[process] Add support for one-shot processesMichael Brown1-2/+6
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-14/+28
2010-11-08[list] Add list_first_entry()Michael Brown1-2/+2
2010-11-08[process] Include step() function pointer in process debugging messagesMichael Brown1-6/+12
2010-09-03[process] Add process_running()Michael Brown1-2/+2
2010-06-15[process] Hold reference to process during call to step()Michael Brown1-0/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-08-10[process] Make it safe to call process_add() multiple timesMichael Brown1-3/+10
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-8/+1
2008-10-12[process] Add DBG2() messages to help track down frozen processesMichael Brown1-0/+2
2007-07-10Add debug messages to process.cMichael Brown1-0/+4
2007-07-03Separated out initialisation functions from startup/shutdown functions.Michael Brown1-1/+7
2007-07-03Use a linker-table based system to automatically mark and start upMichael Brown1-0/+18
2007-05-26Modify process semantics; rescheduling is now automatic.Michael Brown1-4/+22
2006-04-29Added basic code for implementing co-operative multitasking.Michael Brown1-0/+56