| Age | Commit message (Expand) | Author |
| 2017-04-10 | Return value pointers should be the last argument. | dholland |
| 2017-04-09 | speed limit 80 | dholland |
| 2016-08-15 | Uninitialized var, found by brainy; not tested, but obvious enough | maxv |
| 2016-05-20 | simplify and fix futex requeuing: | chs |
| 2014-02-11 | Fix uninitialized variable. Harmless: it does not change the behavior | maxv |
| 2013-10-17 | remove unused variable | christos |
| 2013-07-18 | Do not make FUTEX_WAIT wait indefinitely for an invalid timeout | njoly |
| 2013-04-17 | handle timeouts like before. | christos |
| 2013-04-16 | Add some more futex gunk and explain why it does not work (yet). | christos |
| 2011-11-18 | - add sigtimedwait support. | christos |
| 2011-09-14 | Can't use RUN_ONCE here to initialize the futex_lock, otherwise we cannot | christos |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2009-03-14 | fix robust_list pointer mess! | christos |
| 2009-02-23 | Switch Linux futex emulation to native ucas_int(), remove unecessary | rmind |
| 2009-01-08 | Restore expected FUTEX_WAIT behaviour with NULL timeout argument, | njoly |
| 2008-11-23 | initialise a variable to avoid a GCC warning. | mrg |
| 2008-11-19 | futex(2) timeout argument cleanup/fix. | njoly |
| 2008-11-18 | noisy printf. | njoly |
| 2008-10-26 | linux_sys_get_robust_list: copyout the entire struct, not the size of the | jmcneill |
| 2008-10-26 | futex support fixes from FreeBSD via cube+pengo. | christos |
| 2008-06-20 | Do not return 0 for unsupported/unknown futex operations, but ENOSYS | njoly |
| 2008-06-20 | Fix futex locking. Move all locking to linux_sys_futex function, and | njoly |
| 2008-06-05 | Add missing cv_destroy in futex_sleep. | njoly |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-23 | Fix locking. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-11-04 | - Replace lockmgr with mutex; | rmind |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2006-07-24 | typo | manu |
| 2006-07-09 | If the user process requests a non null timeout, make sure we do not turn | manu |
| 2005-11-23 | - Add Linux tkill and tgkill (partial emulation). | manu |
| 2005-11-09 | Prevent integer overflow in timout calculation. | manu |
| 2005-11-08 | Correctly computes futex timeout. | manu |
| 2005-11-05 | Implement more of Linux futex(2) | manu |
| 2005-11-04 | Implement Linux futex ang gettid | manu |