summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_umtx.c
Commit message (Expand)AuthorAgeFilesLines
* 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