aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_futex.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r194203:Dmitry Chagin2009-06-171-1/+3
* MFC r191887:Dmitry Chagin2009-06-061-11/+49
* MFC r191741:Dmitry Chagin2009-06-011-1/+1
* MFC r191719:Dmitry Chagin2009-05-311-355/+446
* Merge r191269 from HEAD to stable/7:Dmitry Chagin2009-05-251-13/+18
* Merge from HEAD to stable/7:Dmitry Chagin2009-05-051-13/+5
* Merge from HEAD to stable/7:Dmitry Chagin2009-05-051-0/+161
* MFC rev. 1.12 of sys/compat/linux/linux_futex.cRoman Divacky2008-03-281-2/+24
* MFC rev. 1.11:Konstantin Belousov2008-03-091-1/+1
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-74/+37
* MFP4: Linux futex support for amd64.Jung-uk Kim2007-03-301-87/+129
* MFp4 (110541):Alexander Leidinger2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):Alexander Leidinger2007-02-251-70/+73
* Change futex lock from mutex to sx. Make futex_get atomic (protected by theAlexander Leidinger2006-09-091-8/+4
* - don't wake every sleeper just the first one [1]Alexander Leidinger2006-09-091-5/+2
* Correct the number of retries in a futex_wake() call.Alexander Leidinger2006-08-261-2/+6
* ifdef DEBUG a printfSuleiman Souhlal2006-08-191-0/+2
* Fix the DEBUG build:Alexander Leidinger2006-08-171-2/+3
* Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger2006-08-151-0/+500