summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-161-3/+15
* 2008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-181-0/+2
* 2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-121-9/+1
* Split Classic API data instantiation into individual files. This reduces the...Joel Sherrill2007-05-211-13/+3
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-171-0/+19
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-221-5/+0
* 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-011-3/+3
* 2005-10-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2005-10-041-3/+7
* Include config.h.Ralf Corsepius2005-01-181-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-15/+15
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-2/+2
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-221-2/+2
* 2003-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-111-0/+5
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2003-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-101-1/+1
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-8/+12
* 2001-04-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-081-1/+1
* 2002-04-08 Chris Johns <ccj@acm.org>Joel Sherrill2002-04-081-0/+1
* 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