summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-211-6/+18
* 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-238-201/+148
* 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
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-226-39/+40
* Added EINVAL for passing a NULL pointer in.Jennifer Averett1999-11-181-0/+4
* + Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett1999-11-184-30/+29
* Added a routine to remove a semaphore name from its namespace.Jennifer Averett1999-11-181-0/+15
* Updated copyright notice.Joel Sherrill1999-11-1770-140/+70
* Works now.Joel Sherrill1999-11-161-19/+12
* Return a reasonable error other than ENOSYS.Joel Sherrill1999-11-161-1/+1
* Added call to _Watchdog_Remove to remove the sporadic timer. It wasJoel Sherrill1999-11-161-0/+1
* Moved utsname from "build for now" (unimplemented files) to the mainJoel Sherrill1999-11-161-4/+5
* Removed nanosleep() since it is now in its own file.Joel Sherrill1999-11-151-21/+0
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-092-1/+2
* sem_close was accidentally lost in the split.Joel Sherrill1999-11-092-1/+48
* Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1999-11-053-2/+29
* Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill1999-11-035-8/+9
* Added prototype of _POSIX_Semaphore_Delete to avoid warnings.Joel Sherrill1999-11-031-0/+12
* Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1999-11-031-0/+12
* Split types.s into individual files.Joel Sherrill1999-11-0212-172/+306
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-024-47/+59
* *** empty log message ***Joel Sherrill1999-11-024-923/+985
* Split cancel.c into multiple files.Joel Sherrill1999-11-028-186/+280