summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill11-97/+89
2000-02-04Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill1-1/+1
2000-02-04Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill1-1/+1
2000-02-03Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill1-2/+1
2000-02-03Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill17-79/+479
2000-02-03Fixed spelling errors.Joel Sherrill1-2/+2
2000-01-31Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill17-249/+192
2000-01-27Added after report from Quality Quorum <qqi@world.std.com> thatJoel Sherrill1-0/+5
2000-01-23Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill3-1/+86
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> at the request of JakeJoel Sherrill1-33/+56
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill5-7/+13
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to remove warnings.Joel Sherrill1-4/+3
2000-01-14Removed unused variable warning.Joel Sherrill2-2/+0
2000-01-14Removed no prototype of kill() warning.Joel Sherrill1-0/+2
2000-01-14Removed warning.Joel Sherrill2-2/+4
2000-01-13POSIX message queues now include complete functionality includingJoel Sherrill13-140/+204
2000-01-13+ Added commentsJennifer Averett3-8/+46
2000-01-13+ Added and yellow line tested _CORE_message_queue_Flush_waiting_threadsJennifer Averett3-1/+174
2000-01-13Added comment.Jennifer Averett1-0/+1
2000-01-13+ Comment cleanupJennifer Averett4-15/+12
2000-01-13Removed referance to rtems error.Jennifer Averett1-1/+2
2000-01-13Added comment to indicate this path does not occur.Jennifer Averett1-1/+2
2000-01-12+ Added code for waiting sendJennifer Averett1-4/+39
2000-01-12Debugged and yellow line tested routines.Jennifer Averett3-41/+71
2000-01-12+ Modified return codesJennifer Averett1-16/+27
2000-01-12+ Added signal processing.Jennifer Averett1-1/+3
2000-01-12+ Modified to correct return codes.Jennifer Averett1-2/+5
2000-01-12+ Changed call from core flush to core close routine. This flushes waitingJennifer Averett1-2/+4
2000-01-12+ Removed name validation code (this was already done in nametoid.Jennifer Averett1-41/+6
2000-01-11Fixed spacing.Joel Sherrill1-1/+1
2000-01-11This code did not return properly when a process oriented signalJoel Sherrill1-6/+5
2000-01-10Removed definition of USHRT_MAX to remove lots of redefinition warnings.Joel Sherrill1-2/+0
2000-01-10Don't look at the object information structure for threads/tasksJoel Sherrill2-17/+28
2000-01-06Corrected spacing.Joel Sherrill1-3/+2
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill16-111/+174
2000-01-05Added message priority parameter returned by core support routine.Joel Sherrill1-1/+3
2000-01-05Added new message priority parameter as returned by core support routine.Joel Sherrill1-5/+7
2000-01-05Spacing corrected.Joel Sherrill1-1/+1
2000-01-05Fixed recursive release for mutexes with nesting allowed.Joel Sherrill1-1/+4
2000-01-05+ Added return priority from message seize.Jennifer Averett1-10/+11
2000-01-05Added the recording of the submit type.Jennifer Averett1-0/+1
2000-01-05+ Added return of the message priority.Jennifer Averett1-6/+8
2000-01-05Added priority conversion between POSIX and core.Jennifer Averett1-2/+17
2000-01-05Added priority conversion between POSIX and core priorities.Jennifer Averett1-2/+29
2000-01-05+ Changed priority to the POSIX priority type.Jennifer Averett1-9/+46
2000-01-05+ Added check for reading from a write only queue.Jennifer Averett1-1/+12
2000-01-05+ Added check for name greater than PATH_MAX.Jennifer Averett1-0/+3
2000-01-05+ Changed to resonable default values for maxmsg and msgsize.Jennifer Averett1-3/+11
2000-01-05Added mqueuetranslatereturncode.c.Jennifer Averett1-1/+1
2000-01-05Added routines to translate to and from the core message queue return codes.Jennifer Averett1-0/+68