aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sema.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Added used includes. <sys/_lock.h> is a prerequisite for <sys/_mutex.h>,Bruce Evans2001-10-101-0/+2
* Use NULL instead of __FILE__ in the !LOCK_DEBUG case in the locking codeJohn Baldwin2001-09-171-4/+4
* Implement kernel semaphores.Jason Evans2001-08-141-0/+60