summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-1391-0/+337
* Added routines to get and set C3x IOF register. The code is conditionallyJoel Sherrill2000-03-012-26/+142
* BSP now compiles and links with CAVSL board information. This includesJoel Sherrill2000-02-291-3/+3
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-2212-0/+3149
* Increased block size to 128 and added comments based on feedback fromJoel Sherrill2000-02-111-1/+13
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-0811-97/+89
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-041-1/+1
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-041-1/+1
* Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill2000-02-031-2/+1
* Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-0317-79/+479
* Fixed spelling errors.Joel Sherrill2000-02-031-2/+2
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-3117-249/+192
* Added after report from Quality Quorum <qqi@world.std.com> thatJoel Sherrill2000-01-271-0/+5
* Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill2000-01-233-1/+86
* Patch from Eric Norum <eric@cls.usask.ca> at the request of JakeJoel Sherrill2000-01-211-33/+56
* Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill2000-01-215-7/+13
* Patch from Eric Norum <eric@cls.usask.ca> to remove warnings.Joel Sherrill2000-01-211-4/+3
* Removed unused variable warning.Joel Sherrill2000-01-142-2/+0
* Removed no prototype of kill() warning.Joel Sherrill2000-01-141-0/+2
* Removed warning.Joel Sherrill2000-01-142-2/+4
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-1313-140/+204
* + Added commentsJennifer Averett2000-01-133-8/+46
* + Added and yellow line tested _CORE_message_queue_Flush_waiting_threadsJennifer Averett2000-01-133-1/+174
* Added comment.Jennifer Averett2000-01-131-0/+1
* + Comment cleanupJennifer Averett2000-01-134-15/+12
* Removed referance to rtems error.Jennifer Averett2000-01-131-1/+2
* Added comment to indicate this path does not occur.Jennifer Averett2000-01-131-1/+2
* + Added code for waiting sendJennifer Averett2000-01-121-4/+39
* Debugged and yellow line tested routines.Jennifer Averett2000-01-123-41/+71
* + Modified return codesJennifer Averett2000-01-121-16/+27
* + Added signal processing.Jennifer Averett2000-01-121-1/+3
* + Modified to correct return codes.Jennifer Averett2000-01-121-2/+5
* + Changed call from core flush to core close routine. This flushes waitingJennifer Averett2000-01-121-2/+4
* + Removed name validation code (this was already done in nametoid.Jennifer Averett2000-01-121-41/+6
* Fixed spacing.Joel Sherrill2000-01-111-1/+1
* This code did not return properly when a process oriented signalJoel Sherrill2000-01-111-6/+5
* Removed definition of USHRT_MAX to remove lots of redefinition warnings.Joel Sherrill2000-01-101-2/+0
* Don't look at the object information structure for threads/tasksJoel Sherrill2000-01-102-17/+28
* Corrected spacing.Joel Sherrill2000-01-061-3/+2
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-0516-111/+174
* Added message priority parameter returned by core support routine.Joel Sherrill2000-01-051-1/+3
* Added new message priority parameter as returned by core support routine.Joel Sherrill2000-01-051-5/+7
* Spacing corrected.Joel Sherrill2000-01-051-1/+1
* Fixed recursive release for mutexes with nesting allowed.Joel Sherrill2000-01-051-1/+4
* + Added return priority from message seize.Jennifer Averett2000-01-051-10/+11
* Added the recording of the submit type.Jennifer Averett2000-01-051-0/+1
* + Added return of the message priority.Jennifer Averett2000-01-051-6/+8
* Added priority conversion between POSIX and core.Jennifer Averett2000-01-051-2/+17
* Added priority conversion between POSIX and core priorities.Jennifer Averett2000-01-051-2/+29
* + Changed priority to the POSIX priority type.Jennifer Averett2000-01-051-9/+46