summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+1
2000-01-14Removed unused variable warning.Joel Sherrill1-1/+0
2000-01-14Removed no prototype of kill() warning.Joel Sherrill1-0/+2
2000-01-13+ Comment cleanupJennifer Averett4-15/+12
2000-01-13Removed referance to rtems error.Jennifer Averett1-1/+2
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-10Don't look at the object information structure for threads/tasksJoel Sherrill2-17/+28
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-1/+5
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
2000-01-04Added this file to contain an example program.Joel Sherrill1-0/+27
2000-01-04Removed warnings.Joel Sherrill2-4/+4
1999-12-23+ Added check for name greater than PATH_MAXJennifer Averett1-0/+14
1999-12-23+ Debugged.Jennifer Averett2-40/+61
1999-12-23+ Filled in routine.Jennifer Averett1-1/+15
1999-12-23+ Initial debugJennifer Averett1-0/+6
1999-12-23+ Made workJennifer Averett1-15/+55
1999-12-23+ Fixed errno response to match the POSIX manual.Jennifer Averett1-1/+1
1999-11-29Made sure POSIX would build with MP enabled.Joel Sherrill7-10/+127
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+109
1999-11-22Fixed dispatching and cleaned up code.Jennifer Averett2-30/+14
1999-11-22+ Corrected enable/disable of dispatch.Jennifer Averett1-23/+31
1999-11-22+ Updated comments.Jennifer Averett1-9/+20
1999-11-22+ Corrected bug in error check.Jennifer Averett1-2/+1
1999-11-22+ Added description of routine to comment.Jennifer Averett1-0/+4
1999-11-22+ Corrected error processing code.Jennifer Averett1-14/+15
1999-11-22+ Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1-1/+7
1999-11-22+ Cleaned up comments.Jennifer Averett1-6/+16
1999-11-18Added EINVAL for passing a NULL pointer in.Jennifer Averett1-0/+4
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett4-30/+29
1999-11-17Updated copyright notice.Joel Sherrill48-96/+48
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-15Removed nanosleep() since it is now in its own file.Joel Sherrill1-21/+0
1999-11-09sem_close was accidentally lost in the split.Joel Sherrill1-0/+47
1999-11-05Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill2-0/+68
1999-11-03Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill4-5/+5
1999-11-02Split types.s into individual files.Joel Sherrill11-171/+302