aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sema.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Change the return value of sema_timedwait() so it returns 0 onJohn Polstra2004-06-141-7/+5
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Repeat after me -- "Use of ANSI string concatenation can be bad."David E. O'Brien2001-12-101-8/+8
* Implement kernel semaphores.Jason Evans2001-08-141-0/+177