summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_futex.c
Commit message (Expand)AuthorAgeFilesLines
* Arithmetic on pointers takes into account the size of the type. Properly cast...dchagin2013-01-251-2/+2
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-84/+425
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Remove now-obsolete comment.jhb2011-03-101-6/+1
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-17/+32
* Style(9) fix. Do not initialize variables in the declarations.dchagin2011-02-141-2/+5
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Remove comment about 'ftlk' LOR.dchagin2011-02-131-2/+1
* Stop printing the LOR, as this is expected behavior.dchagin2011-02-131-1/+1
* The bitset field of freshly created futex should be initialized explicity.dchagin2011-02-131-0/+1
* Rename used_requeue and use it as bitwise field to store more flags.dchagin2011-02-121-2/+2
* Yet another unimplemented futex operation, print out about.dchagin2011-01-311-0/+7
* Implement a futex BITSET op.dchagin2011-01-311-25/+44
* Remove trailing dot from the unimplemented futex messages to makenetchild2010-11-221-5/+5
* Some style(9) fixes.netchild2010-11-151-5/+5
* - print out the PID and program name of the program trying to use annetchild2010-11-151-6/+42
* Simplify timeout check in futex_wait() using itimerfix() and return errorjkim2010-10-061-22/+10
* Fix a comparision of an uninitialised pointer.netchild2010-10-061-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Unlock process lock when return error from getrobustlist call.dchagin2009-06-141-1/+3
* Add KTR(9) tracing for futex emulation.dchagin2009-05-071-11/+49
* Move extern variable definitions to the header file.dchagin2009-05-021-1/+1
* Reimplement futexes.dchagin2009-05-011-358/+449
* Remove support for FUTEX_REQUEUE operation.dchagin2009-04-191-13/+18
* Sort include files in the alphabetical order.dchagin2009-03-161-5/+4
* Ignore FUTEX_FD op, as it is done by linux.dchagin2009-03-151-7/+0
* Include linux_futex.h before linux_emul.hdchagin2009-03-151-1/+1
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-2/+2
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-3/+3
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-131-0/+161
* o Add stub support for some new futex operations,rdivacky2008-03-201-2/+24
* Return ENOSYS instead of 0 for the unknown futex operations.kib2008-03-021-1/+1
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-231-75/+38
* MFP4: Linux futex support for amd64.jkim2007-03-301-87/+129
* MFp4 (110541):netchild2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):netchild2007-02-251-70/+73
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-8/+4
* - don't wake every sleeper just the first one [1]netchild2006-09-091-5/+2
* Correct the number of retries in a futex_wake() call.netchild2006-08-261-2/+6
* ifdef DEBUG a printfssouhlal2006-08-191-0/+2
* Fix the DEBUG build:netchild2006-08-171-2/+3
* Add some new files needed for linux 2.6.x compatibility.netchild2006-08-151-0/+500
OpenPOWER on IntegriCloud