summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_umtx.c
Commit message (Expand)AuthorAgeFilesLines
* Return EINVAL if the contested bit is not set on the umtx passed totjr2003-09-071-1/+2
* Initialize 'blocked' to NULL. I think this was a real problem, but Ipeter2003-07-231-0/+1
* Turn a KASSERT back into an EINVAL return value. So, next time someonemtm2003-07-191-2/+4
* Remove a lock held across casuptr() that snuck in last commit.mtm2003-07-181-2/+5
* Move the decision on whether to unset the contestedmtm2003-07-181-48/+40
* Fix umtx locking, for libthr, in the kernel.mtm2003-07-171-24/+47
* I was so happy I found the semi-colon from hell that I didn'tmtm2003-07-041-1/+1
* It's unfair how one extraneous semi-colon can cause so much grief.mtm2003-07-041-1/+1
* Use __FBSDID().obrien2003-06-111-3/+3
* - Remove the blocked pointer from the umtx structure.jeff2003-06-031-171/+163
* - Create a new lock, umtx_lock, for use instead of the proc lock forjeff2003-05-251-6/+13
* - Make casuptr return the old value of the location we're trying to update,jake2003-04-021-10/+13
* - Add an api for doing smp safe locks in userland.jeff2003-04-011-0/+303
OpenPOWER on IntegriCloud