summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/tasks.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-286/+0
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-8/+12
2002-04-082001-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-04-082002-04-08 Chris Johns <ccj@acm.org>Joel Sherrill1-0/+1
2001-09-212001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>Joel Sherrill1-1/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-2/+6
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill1-0/+2
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1-14/+6
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1-4/+4
1999-11-12Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1-3/+65
1999-11-02Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1-4/+9
1999-05-17Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1-961/+0
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1-7/+6
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-24/+73
1998-08-21Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill1-9/+11
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+10
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22File changed to reflect change in license and copyright.Joel Sherrill1-5/+5
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1-1/+1
1996-09-06changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1-1/+1
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill1-4/+16
1996-05-29*** empty log message ***Joel Sherrill1-0/+3
1996-05-29It is now not an error to have 0 RTEMS initialization tasks since you couldJoel Sherrill1-0/+6
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill1-4/+6
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1-4/+5
1995-09-26posix support initially addedJoel Sherrill1-10/+10
1995-09-21More file movement required api extension to be added to scoreJoel Sherrill1-5/+5
1995-09-21More file movementJoel Sherrill1-1/+1
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1-16/+11
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill1-122/+382
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1-109/+105
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1-5/+33
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill1-5/+6
1995-08-18+ Added object type field to object id.Joel Sherrill1-1/+0