summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Split mutex.c into multiple files.Joel Sherrill1999-11-021-702/+0
* Commented out lines causing warning.Joel Sherrill1999-11-021-0/+2
* Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1999-05-141-0/+23
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-11/+45
* Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1997-08-221-10/+15
* pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1996-09-051-1/+3
* pthread_mutex_init: added error messages for NULL mutex and EBUSYMark Johannes1996-08-191-6/+22
* changed ENOMEM error messageMark Johannes1996-08-151-1/+4
* fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1996-08-121-9/+10
* pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1996-08-121-2/+4
* pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1996-08-121-1/+1
* pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1996-08-121-1/+1
* pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1996-08-121-1/+1
* added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1996-08-091-6/+9
* _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation caseMark Johannes1996-08-071-0/+2
* POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priorityMark Johannes1996-08-061-1/+2
* basic test cases passedJoel Sherrill1996-07-041-4/+35
* clean up passJoel Sherrill1996-06-041-10/+14
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-031-1/+1
* added checks to validate values passed to set attribute routinesJoel Sherrill1996-05-311-4/+19
* renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1996-05-291-0/+35
* comment cleanupJoel Sherrill1996-05-281-2/+1
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-2/+1
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
* posix support initially addedJoel Sherrill1995-09-261-0/+569