summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* + Filled in routine.Jennifer Averett1999-12-231-1/+15
|
* + Initial debugJennifer Averett1999-12-231-0/+6
|
* + Made workJennifer Averett1999-12-231-15/+55
| | | | | + Added checks for valid attribute maxmsg and msgsize + Added check for ENAMETOOLONG
* + Fixed errno response to match the POSIX manual.Jennifer Averett1999-12-231-1/+1
|
* 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-231-0/+109
| | | | | to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
* Fixed dispatching and cleaned up code.Jennifer Averett1999-11-222-30/+14
|
* + Corrected enable/disable of dispatch.Jennifer Averett1999-11-221-23/+31
| | | | + Cleaned up code.
* + Updated comments.Jennifer Averett1999-11-221-9/+20
| | | | + Corrected enable/disable of dispatch.
* + 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
|
* 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
| | | | but all paths have not been checked, yet.
* Updated copyright notice.Joel Sherrill1999-11-1748-96/+48
|
* 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
| | | | being reinserted onto the ticks chain.
* Removed nanosleep() since it is now in its own file.Joel Sherrill1999-11-151-21/+0
|
* sem_close was accidentally lost in the split.Joel Sherrill1999-11-091-0/+47
|
* Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1999-11-052-0/+68
|
* Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill1999-11-034-5/+5
| | | | internal symbols are supposed to have leading underscores.
* Split types.s into individual files.Joel Sherrill1999-11-0211-171/+302
|
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-022-46/+33
|
* *** empty log message ***Joel Sherrill1999-11-022-921/+947
|
* Split cancel.c into multiple files.Joel Sherrill1999-11-027-182/+272
|
* Missed these in the initial split up.Joel Sherrill1999-11-022-0/+177
|
* Split key.c into multiple files.Joel Sherrill1999-11-026-225/+290
|
* Wrong routine was initially cut into this file.Joel Sherrill1999-11-021-14/+6
|
* Split time.c into multiple files.Joel Sherrill1999-11-0213-365/+573
|
* Split condition variables into multiple files.Joel Sherrill1999-11-0213-482/+501
|
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-0215-584/+791
|
* Split some more stuff out of psignal.c.Joel Sherrill1999-11-026-235/+341
|
* Split mutex.c into multiple files.Joel Sherrill1999-11-0221-702/+994
|
* Removed warnings.Joel Sherrill1999-11-021-2/+2
|
* Split mqueue.c into a variety of files.Joel Sherrill1999-11-0216-672/+1120
|
* Now much closer to working.Joel Sherrill1999-11-021-7/+61
|
* Added assert in case _Objects_Get_information fails since thisJoel Sherrill1999-11-021-0/+4
| | | | should NEVER occur.
* Commented out lines causing warning.Joel Sherrill1999-11-021-0/+2
|
* Added name to id support routine.Joel Sherrill1999-11-011-0/+15
|
* Removed routines that had already been separated into their own files.Joel Sherrill1999-11-011-505/+0
|
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1999-10-251-0/+8
| | | | | to initialize the pthread cancellation fields. This is a patch to _POSIX_Threads_Create_extension that fixes the problem.
* Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1999-10-211-3/+7
|
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-301-1/+13
| | | | | support for return codes from POSIX threads that do an implicit exit by returning from the bottom of the main function.
* Honor 0 as PID of caller.Joel Sherrill1999-07-011-1/+1
|
* New file to implement signal(2).Joel Sherrill1999-07-011-0/+50
|
* Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1999-05-141-0/+23
| | | | | <rdasilva@connecttel.com> who encountered random failures in his port of omniORB2.
* Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1999-05-071-2/+3
| | | | wrapped by calls to _Thread_Enable_dispatch and _Thread_Disable_dispatch.
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill1999-05-071-1/+1
| | | | of POSIX Init thread to be user configured.