summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-17Updated copyright notice.Joel Sherrill591-1178/+593
1999-11-17+ Updated copyright information.Jennifer Averett99-2/+295
1999-11-17Conditionally take out the offensive pragma pack when on RTEMS in additionJoel Sherrill1-2/+2
1999-11-17Updated Mailbox Manager submitted and split into multiple files.Joel Sherrill11-344/+470
1999-11-17Update from Andrew D. McDowell <amcdowel@cs.uah.edu> with modificationsJoel Sherrill1-7/+257
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill5-38/+26
1999-11-16Added check to return passed if task is not suspended.Jennifer Averett2-1/+7
1999-11-16Added code to catch the error of suspend count exceding the counter value.Jennifer Averett1-0/+4
1999-11-16Fixed bug.Jennifer Averett1-3/+3
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1-1/+1
1999-11-16Web server uses the POSIX API. Therefor, it must be disabled when theJoel Sherrill1-1/+5
1999-11-16Removed start subdirectory and distributed contents to the appropriateJoel Sherrill1-1/+1
1999-11-16Added comments.Joel Sherrill3-3/+10
1999-11-16Now use _Thread_Reset().Joel Sherrill1-19/+4
1999-11-16Added prototype for _Thread_Reset() and numerous comments.Joel Sherrill1-4/+28
1999-11-16Only check for System V IPC if multiprocessing is enabled. The unixJoel Sherrill2-1/+11
1999-11-16Fixed so can be included multiple times in the executive source.Joel Sherrill1-0/+9
1999-11-16Works now.Joel Sherrill1-19/+12
1999-11-16Return a reasonable error other than ENOSYS.Joel Sherrill1-1/+1
1999-11-16Added call to _Watchdog_Remove to remove the sporadic timer. It wasJoel Sherrill1-0/+1
1999-11-16Comment fixed when adding prototype forJoel Sherrill1-2/+11
1999-11-16New file.Joel Sherrill1-0/+66
1999-11-16New file.Joel Sherrill1-0/+113
1999-11-16Added.Joel Sherrill5-0/+205
1999-11-16Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill1-1/+1
1999-11-15Removed nanosleep() since it is now in its own file.Joel Sherrill1-21/+0
1999-11-15Returned third parameter for a NULL name to the objects open call.Jennifer Averett1-1/+1
1999-11-15+ Fixed files to consistantly use a case of the location after callsJennifer Averett11-81/+97
1999-11-15+ Modified to use new Thread_Reset routine instead of the restart method.Jennifer Averett1-1/+1
1999-11-15Split ITRON Message Buffer Manager into multiple files.Joel Sherrill11-354/+521
1999-11-15Split ITRON semaphore manager into multiple files.Joel Sherrill8-284/+376
1999-11-12+ Changed validation of the_thread to validation of location.Joel Sherrill4-37/+27
1999-11-12+ Changed validation of the_thread to validation of location.Joel Sherrill1-11/+11
1999-11-12+ Changed validation of the_thread to validation of location.Joel Sherrill2-17/+8
1999-11-12+ Moved error checks to before the disable dispatch where possible.Joel Sherrill1-5/+5
1999-11-12Added comment about the E_CTX error condition (Implementation dependent).Joel Sherrill1-0/+7
1999-11-12+ Moved error checks to before the dispatch disable where possible.Joel Sherrill1-13/+12
1999-11-12+ Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1-15/+10
1999-11-12+ Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1-5/+2
1999-11-12Corrected so now actually indexes into the allocation block.Joel Sherrill1-10/+6
1999-11-12Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill2-7/+11
1999-11-12Removed unnecessary 3rd parameter.Joel Sherrill1-1/+1
1999-11-12New file.Joel Sherrill1-0/+13
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill4-19/+19
1999-11-12Added per-task variable data stucture (rtems_task_variable_t),Joel Sherrill1-4/+36
1999-11-12Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill3-3/+222
1999-11-12Cleaned up style.Joel Sherrill1-243/+239
1999-11-12Removed redundant line.Joel Sherrill1-1/+0
1999-11-10Corrected to account for the way memory is divided up inJoel Sherrill1-7/+9
1999-11-10Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1-2/+9