summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_futex.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-01linux(4): Deduplicate MI futex structures.Dmitry Chagin
2021-07-29linux(4): Handle FUTEX_LOCK_PI2 oeration.Dmitry Chagin
2021-07-29linux(4): Reimplement futexes using umtx.Dmitry Chagin
2021-06-10linux(4): Implement futex_time64 system call.Dmitry Chagin
2019-10-18linux: futex_mtx should follow futex_listYuri Pankov
2019-10-18linux: provide just one instance of futex_listYuri Pankov
2018-04-24Fix futexes on i386 after the 4/4G split.Konstantin Belousov
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-24Switch linuxulator to use the native 1:1 threads.Dmitry Chagin
2011-01-31Yet another unimplemented futex operation, print out about.Dmitry Chagin
2011-01-31Implement a futex BITSET op.Dmitry Chagin
2010-11-15- print out the PID and program name of the program trying to use anAlexander Leidinger
2009-05-02Move extern variable definitions to the header file.Dmitry Chagin
2009-03-15Ignore FUTEX_FD op, as it is done by linux.Dmitry Chagin
2008-10-14Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov
2008-05-13Implement robust futexes. Most of the code is modelled afterRoman Divacky
2008-03-20 o Add stub support for some new futex operations,Roman Divacky
2007-02-25MFp4 (110523, parts which apply cleanly):Alexander Leidinger
2006-08-15Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger