summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-071-1/+7
* Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill2000-07-061-3/+4
* Added support for converting a mutex id to a pointer and returningJoel Sherrill2000-07-061-21/+39
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-121-1/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-1210-39/+55
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-1311-0/+33
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-081-2/+1
* Removed unused variable warning.Joel Sherrill2000-01-141-1/+0
* Removed no prototype of kill() warning.Joel Sherrill2000-01-141-0/+2
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-131-2/+0
* + Comment cleanupJennifer Averett2000-01-134-15/+12
* Removed referance to rtems error.Jennifer Averett2000-01-131-1/+2
* 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
* Don't look at the object information structure for threads/tasksJoel Sherrill2000-01-102-17/+28
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-1/+5
* 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
* + Added check for reading from a write only queue.Jennifer Averett2000-01-051-1/+12
* + Added check for name greater than PATH_MAX.Jennifer Averett2000-01-051-0/+3
* + Changed to resonable default values for maxmsg and msgsize.Jennifer Averett2000-01-051-3/+11
* Added mqueuetranslatereturncode.c.Jennifer Averett2000-01-051-1/+1
* Added routines to translate to and from the core message queue return codes.Jennifer Averett2000-01-051-0/+68
* Added this file to contain an example program.Joel Sherrill2000-01-041-0/+27
* Removed warnings.Joel Sherrill2000-01-042-4/+4
* + Added routine to remove from namespace.Jennifer Averett1999-12-231-0/+13
* + Added check for name greater than PATH_MAXJennifer Averett1999-12-231-0/+14
* + Debugged.Jennifer Averett1999-12-232-40/+61
* + Filled in routine.Jennifer Averett1999-12-231-1/+15
* + Initial debugJennifer Averett1999-12-231-0/+6
* + Made workJennifer Averett1999-12-231-15/+55
* + Fixed errno response to match the POSIX manual.Jennifer Averett1999-12-231-1/+1
* Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-292-7/+20
* Made sure POSIX would build with MP enabled.Joel Sherrill1999-11-297-10/+127
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-233-3/+113
* Fixed dispatching and cleaned up code.Jennifer Averett1999-11-222-30/+14
* + Corrected enable/disable of dispatch.Jennifer Averett1999-11-221-23/+31
* + Updated comments.Jennifer Averett1999-11-221-9/+20
* + Corrected bug in error check.Jennifer Averett1999-11-221-2/+1
* + Added description of routine to comment.Jennifer Averett1999-11-221-0/+4
* + Corrected error processing code.Jennifer Averett1999-11-221-14/+15
* + Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1999-11-221-1/+7
* + Cleaned up comments.Jennifer Averett1999-11-221-6/+16