summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/frsm_tsk.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-62/+0
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
1999-11-17+ Updated copyright information.Jennifer Averett1-0/+3
1999-11-16Added check to return passed if task is not suspended.Jennifer Averett1-0/+3
1999-11-15+ Fixed files to consistantly use a case of the location after callsJennifer Averett1-3/+3
to ITRON_Task_Get. + Modified to consistantly call _ITRON_return_errorno with E_OK. + Optimized the code to not disable dispatch prior to checking input values.
1999-11-12+ Changed validation of the_thread to validation of location.Joel Sherrill1-12/+8
+ Modified correct return path to call _ITRON_return_errorno( E_OK ) instead of enabling dispatching and returning E_OK.
1999-11-10Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1-1/+26
Working Group. Included are tests.
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1-0/+31
for RTEMS.