summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-1/+1
* 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-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-0211-171/+302
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-023-46/+58
* *** empty log message ***Joel Sherrill1999-11-023-921/+979
* 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-0214-482/+537
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-0217-585/+829
* Split some more stuff out of psignal.c.Joel Sherrill1999-11-026-235/+341
* Split mutex.c into multiple files.Joel Sherrill1999-11-0222-702/+1029
* Split mqueue into multiple files.Joel Sherrill1999-11-021-0/+28
* 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
* Commented out lines causing warning.Joel Sherrill1999-11-021-0/+2
* Added #define for SEM_FAILED.Joel Sherrill1999-11-021-0/+2
* Added include of <sys/siginfo.h>.Joel Sherrill1999-11-021-0/+2
* Added message queues and semaphores.Joel Sherrill1999-11-021-1/+3
* 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
* Fixed core dump caused when output parameter (otimer) was NULL.Joel Sherrill1999-10-211-3/+7
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-044-13/+13
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-074-0/+62
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1999-08-301-1/+13
* 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
* Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1999-05-071-2/+3
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill1999-05-072-1/+2
* Repairing damage and recovering changes including C++ wrappers..Joel Sherrill1999-04-265-4/+44
* Recovered changes since CVS file was corrupted.Joel Sherrill1999-04-261-1/+9
* The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1999-04-191-15/+15
* Added include of rtems/posix/cancel.h.Joel Sherrill1999-04-151-0/+1
* Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill1999-04-151-372/+1
* Now compiles and is included in normal build even though it is untested.Joel Sherrill1999-04-152-67/+75
* Cleaned up.Joel Sherrill1999-04-151-3/+6
* Now compiles and is included in normal build even though it is untested.Joel Sherrill1999-04-152-8/+11
* Enabled cancellation information in POSIX API thread extension structure.Joel Sherrill1999-04-151-2/+0
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill1999-04-122-30/+931