summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_futex.h
Commit message (Expand)AuthorAgeFilesLines
* linux: futex_mtx should follow futex_listYuri Pankov2019-10-181-2/+0
* linux: provide just one instance of futex_listYuri Pankov2019-10-181-1/+0
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-241-0/+5
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch linuxulator to use the native 1:1 threads.Dmitry Chagin2015-05-241-1/+2
* Yet another unimplemented futex operation, print out about.Dmitry Chagin2011-01-311-0/+1
* Implement a futex BITSET op.Dmitry Chagin2011-01-311-0/+2
* - print out the PID and program name of the program trying to use anAlexander Leidinger2010-11-151-9/+12
* Move extern variable definitions to the header file.Dmitry Chagin2009-05-021-0/+3
* Ignore FUTEX_FD op, as it is done by linux.Dmitry Chagin2009-03-151-1/+1
* Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov2008-10-141-12/+0
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-131-0/+18
* o Add stub support for some new futex operations,Roman Divacky2008-03-201-0/+5
* MFp4 (110523, parts which apply cleanly):Alexander Leidinger2007-02-251-19/+19
* Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger2006-08-151-0/+61