summaryrefslogtreecommitdiffstats
path: root/cpukit/posix (unfollow)
Commit message (Expand)AuthorFilesLines
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 Sherrill7-17/+84
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-1/+1
1998-09-27New files.Joel Sherrill2-0/+34
1998-09-25Now compiles.Joel Sherrill2-0/+2
1998-09-25Added ENOSYS stubs for a number of process routines.Joel Sherrill8-0/+132
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+5
1998-04-27Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1-5/+1
1998-04-27Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1-2/+7
1998-04-03Made these have real constants.Joel Sherrill1-6/+6
1998-02-17updated copyright to 1998Joel Sherrill21-21/+21
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill21-42/+42
1997-10-06Added _Thread_Enable_dispatch to already_timedout path on Wait_support.Joel Sherrill1-2/+3
1997-10-05If the specified time period is less than a clock tick, thenJoel Sherrill1-1/+4
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1997-08-22Added commit about missing support for condition initializer.Joel Sherrill1-0/+1
1997-07-09Changed name from entry to thread_entry to be more compatible withJoel Sherrill2-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill21-105/+105
1997-04-15Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill2-4/+10
1997-03-10created. Split getpid() from types.c to allow it to be overridden byJoel Sherrill1-0/+22
1997-03-10Fixed bug where the initial detachstate was not being set properlyJoel Sherrill1-1/+1
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1-3/+7
1997-03-08Removed getpid from this file and made it its own file. This lets itJoel Sherrill1-10/+0
1997-03-08Added commit to indicate exepcted _Thread_Dispatch_disable_level. HopefullyJoel Sherrill1-0/+4
1997-01-28Switch to using newlib's implementation of time().Joel Sherrill1-0/+3
1996-09-30changed stack size of posix initialization threads to double the minimumJoel Sherrill1-0/+3
1996-09-17added routine _POSIX_Timespec_subtractJoel Sherrill1-0/+31
1996-09-17Added code to insure that the post switch extension was executed andJoel Sherrill1-0/+5
1996-09-17Corrected implementation of timed wait on condition variables. FirstJoel Sherrill1-29/+52
1996-09-17added prototype for _POSIX_Timespec_subtractJoel Sherrill1-0/+11
1996-09-08moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would beJoel Sherrill1-1/+0
1996-09-08Ada task stack size minimize is twice that for regular pthreads.Joel Sherrill1-2/+2
1996-09-08moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would beJoel Sherrill1-0/+2
1996-09-05default thread attributes: default value for inheritsched changed fromJoel Sherrill1-5/+25
1996-09-05pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1-1/+3
1996-09-05nanosleep: negative value for tv_sec is no longer an error. It nowJoel Sherrill1-4/+10
1996-08-29new file to support GNU Ada.Joel Sherrill1-0/+28
1996-08-27fixed typo .. changed == to !=Joel Sherrill1-1/+1
1996-08-27check that we were passed a valid mutex and ignore errors from theJoel Sherrill1-0/+8
1996-08-23pthread_create: changed EINVAL for no more threads back to EAGAINMark Johannes1-20/+21
1996-08-19Changed all EFAULTs to EINVALsMark Johannes1-7/+14
1996-08-19pthread_mutex_init: added error messages for NULL mutex and EBUSYMark Johannes1-6/+22
1996-08-15changed ENOMEM error messageMark Johannes1-1/+4
1996-08-15clock_gettime: changed assert condition to a standard error codeJoel Sherrill1-2/+3
1996-08-15sched_rr_get_interval: converted assert condition into a standard errorJoel Sherrill1-1/+5
1996-08-15added constant to indicate there is no mutex associated with thisJoel Sherrill1-0/+7
1996-08-15pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes1-4/+6
1996-08-15pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes1-7/+7
1996-08-15fixed typo for NOTSUP -> ENOTSUPMark Johannes1-13/+12
1996-08-14commented of ENOTSUP until fixed in newlibMark Johannes1-0/+1