summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphore.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
| | | | | | | * configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
* 2000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-301-1/+1
| | | | | | * Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-021-584/+0
|
* Removed warnings.Joel Sherrill1999-11-021-2/+2
|
* Now much closer to working.Joel Sherrill1999-11-021-7/+61
|
* Now compiles and is included in normal build even though it is untested.Joel Sherrill1999-04-151-32/+36
| | | | Added multiprocessing conditional.
* changed code which set errno and then returned -1 to use the macroJoel Sherrill1996-06-071-8/+4
| | | | set_errno_and_return_minus_one.
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-031-1/+1
|
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
|
* posix support initially addedJoel Sherrill1995-09-261-0/+575