summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
1999-11-02Final tuning required to drop out POSIX timers.Joel Sherrill2-46/+33
1999-11-02*** empty log message ***Joel Sherrill2-921/+947
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 Sherrill13-482/+501
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill15-584/+791
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill6-235/+341
1999-11-02Split mutex.c into multiple files.Joel Sherrill21-702/+994
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-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-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 Sherrill1-1/+1
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-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill2-30/+931
1999-04-12Added line to initialize timer_max.Joel Sherrill1-0/+2
1999-03-31When compiled in debug mode, the POSIX threads inline file was notJoel Sherrill1-0/+1
1999-03-01Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-17/+17
1999-02-10POSIX timer support.Joel Sherrill1-1/+1
1999-02-10POSIX timer support modifications.Joel Sherrill3-4/+16
1999-02-03POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1-8/+907
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill20-918/+1248
1999-01-26Added include of <rtems/posix/priority.h> so a macro would expandJoel Sherrill1-0/+1
1999-01-25Split most of POSIX Threads Manager into multiple files.Joel Sherrill30-957/+1347
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill2-0/+39
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill2-17/+74
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-1/+1