summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutex.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-11-02Split mutex.c into multiple files.Joel Sherrill1-702/+0
1999-11-02Commented out lines causing warning.Joel Sherrill1-0/+2
1999-05-14Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1-0/+23
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-11/+45
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1996-09-05pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1-1/+3
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-12fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1-9/+10
1996-08-12pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1-2/+4
1996-08-12pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1-1/+1
1996-08-09added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1-6/+9
1996-08-07_POSIX_Mutex_From_core_mutex_status: added priority ceiling violation caseMark Johannes1-0/+2
1996-08-06POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priorityMark Johannes1-1/+2
1996-07-04basic test cases passedJoel Sherrill1-4/+35
1996-06-04clean up passJoel Sherrill1-10/+14
1996-06-03renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1-1/+1
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill1-4/+19
1996-05-29renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1-0/+35
1996-05-28comment cleanupJoel Sherrill1-2/+1
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-2/+1
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+569