summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>Joel Sherrill2001-09-211-1/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+6
* Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill2000-01-211-0/+2
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-161-14/+6
* Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1999-11-121-4/+4
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-121-3/+65
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-021-4/+9
* Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1999-05-171-961/+0
* Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1999-05-071-7/+6
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-24/+73
* Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill1998-08-211-9/+11
* All task delete API level services were incorrectly assuming that theJoel Sherrill1998-06-181-1/+10
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* File changed to reflect change in license and copyright.Joel Sherrill1997-04-221-5/+5
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-1/+1
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-061-1/+1
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-061-4/+16
* *** empty log message ***Joel Sherrill1996-05-291-0/+3
* It is now not an error to have 0 RTEMS initialization tasks since you couldJoel Sherrill1996-05-291-0/+6
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-131-4/+6
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-011-4/+5
* posix support initially addedJoel Sherrill1995-09-261-10/+10
* More file movement required api extension to be added to scoreJoel Sherrill1995-09-211-5/+5
* More file movementJoel Sherrill1995-09-211-1/+1
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-191-16/+11
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-122/+382
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-281-109/+105
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-231-5/+33
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-5/+6
* + Added object type field to object id.Joel Sherrill1995-08-181-1/+0
* Initial revisionJoel Sherrill1995-05-111-0/+816