diff --git a/man2/futex.2 b/man2/futex.2 index 67cea41f7..d6c47822b 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -6,13 +6,45 @@ .\" Modified 2004-06-17 mtk .\" Modified 2004-10-07 aeb, added FUTEX_REQUEUE, FUTEX_CMP_REQUEUE .\" -.\" FIXME See also https://bugzilla.kernel.org/show_bug.cgi?id=14303 +.\" FIXME +.\" See also https://bugzilla.kernel.org/show_bug.cgi?id=14303 .\" 2.6.14 adds FUTEX_WAKE_OP +.\" commit 4732efbeb997189d9f9b04708dc26bf8613ed721 +.\" Author: Jakub Jelinek +.\" Date: Tue Sep 6 15:16:25 2005 -0700 +.\" +.\" FIXME .\" 2.6.18 adds (Ingo Molnar) priority inheritance support: .\" FUTEX_LOCK_PI, FUTEX_UNLOCK_PI, and FUTEX_TRYLOCK_PI. These need .\" to be documented in the manual page. Probably there is sufficient .\" material in the kernel source file Documentation/pi-futex.txt. +.\" commit c87e2837be82df479a6bae9f155c43516d2feebc +.\" Author: Ingo Molnar +.\" Date: Tue Jun 27 02:54:58 2006 -0700 +.\" +.\" commit e2970f2fb6950183a34e8545faa093eb49d186e1 +.\" Author: Ingo Molnar +.\" Date: Tue Jun 27 02:54:47 2006 -0700 +.\" +.\" See Documentation/futex-requeue-pi.txt +.\" +.\" FIXME .\" 2.6.25 adds FUTEX_WAKE_BITSET, FUTEX_WAIT_BITSET +.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d +.\" Author: Thomas Gleixner +.\" Date: Fri Feb 1 17:45:14 2008 +0100 +.\" +.\" FIXME +.\" 2.6.31 adds FUTEX_WAIT_REQUEUE_PI, FUTEX_CMP_REQUEUE_PI +.\" commit 52400ba946759af28442dee6265c5c0180ac7122 +.\" Author: Darren Hart +.\" Date: Fri Apr 3 13:40:49 2009 -0700 +.\" +.\" commit ba9c22f2c01cf5c88beed5a6b9e07d42e10bd358 +.\" Author: Darren Hart +.\" Date: Mon Apr 20 22:22:22 2009 -0700 +.\" +.\" See Documentation/futex-requeue-pi.txt .\" .TH FUTEX 2 2012-08-13 "Linux" "Linux Programmer's Manual" .SH NAME