aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/semaphore.h
Commit message (Expand)AuthorAgeFilesLines
* o Adjust the SEM_VALUE_MAX macro so that <machine/limits.h> isn'tMike Barcroft2002-10-041-14/+6
* Fix various style(9) bugs:Mike Barcroft2002-10-031-9/+9
* Remove __P.Alfred Perlstein2002-03-191-9/+9
* Track libc_r addition of semaphores implementation.Jason Evans2000-01-201-10/+16
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+3
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-2/+4
* Fixed syntax errors.Bruce Evans1998-03-231-5/+5
* Reviewed by: bdePeter Dufault1998-03-081-1/+3
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+61