summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-15Removed nanosleep() since it is now in its own file.Joel Sherrill1-21/+0
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1-1/+1
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 Sherrill5-8/+9
1999-11-03Added prototype of _POSIX_Semaphore_Delete to avoid warnings.Joel Sherrill1-0/+12
1999-11-03Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1-0/+12
1999-11-02Split types.s into individual files.Joel Sherrill11-171/+302
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill3-46/+58
1999-11-02*** empty log message ***Joel Sherrill3-921/+979
1999-11-02Split cancel.c into multiple files.Joel Sherrill7-182/+272
1999-11-02Missed these in the initial split up.Joel Sherrill2-0/+177
1999-11-02Split key.c into multiple files.Joel Sherrill6-225/+290
1999-11-02Wrong routine was initially cut into this file.Joel Sherrill1-14/+6
1999-11-02Split time.c into multiple files.Joel Sherrill13-365/+573
1999-11-02Split condition variables into multiple files.Joel Sherrill14-482/+537
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill17-585/+829
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill6-235/+341
1999-11-02Split mutex.c into multiple files.Joel Sherrill22-702/+1029
1999-11-02Split mqueue into multiple files.Joel Sherrill1-0/+28
1999-11-02Removed warnings.Joel Sherrill1-2/+2
1999-11-02Split mqueue.c into a variety of files.Joel Sherrill16-672/+1120
1999-11-02Now much closer to working.Joel Sherrill1-7/+61
1999-11-02Added assert in case _Objects_Get_information fails since thisJoel Sherrill1-0/+4
1999-11-02Commented out lines causing warning.Joel Sherrill1-0/+2
1999-11-02Added #define for SEM_FAILED.Joel Sherrill1-0/+2
1999-11-02Added include of <sys/siginfo.h>.Joel Sherrill1-0/+2
1999-11-02Added message queues and semaphores.Joel Sherrill1-1/+3
1999-11-01Added name to id support routine.Joel Sherrill1-0/+15
1999-11-01Removed routines that had already been separated into their own files.Joel Sherrill1-505/+0
1999-10-25Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1-0/+8
1999-10-21Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1-3/+7
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill4-13/+13
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill4-0/+62
1999-08-30Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1-1/+13
1999-07-01Honor 0 as PID of caller.Joel Sherrill1-1/+1
1999-07-01New file to implement signal(2).Joel Sherrill1-0/+50
1999-05-14Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1-0/+23
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1-2/+3
1999-05-07Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill2-1/+2
1999-04-26Repairing damage and recovering changes including C++ wrappers..Joel Sherrill5-4/+44
1999-04-26Recovered changes since CVS file was corrupted.Joel Sherrill1-1/+9
1999-04-19The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1-15/+15
1999-04-15Added include of rtems/posix/cancel.h.Joel Sherrill1-0/+1
1999-04-15Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill1-372/+1
1999-04-15Now compiles and is included in normal build even though it is untested.Joel Sherrill2-67/+75
1999-04-15Cleaned up.Joel Sherrill1-3/+6
1999-04-15Now compiles and is included in normal build even though it is untested.Joel Sherrill2-8/+11
1999-04-15Enabled cancellation information in POSIX API thread extension structure.Joel Sherrill1-2/+0
1999-04-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill2-30/+931