From 67e430b43da281dcef41e53c45124ca8028c8a07 Mon Sep 17 00:00:00 2001 From: mpi Date: Fri, 28 Apr 2017 17:54:24 +0000 Subject: [PATCH] Reference the "Futexes Are Tricky" paper. With schwarze@ --- lib/libc/sys/futex.2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/futex.2 b/lib/libc/sys/futex.2 index be4eee9923b..d8528681ba4 100644 --- a/lib/libc/sys/futex.2 +++ b/lib/libc/sys/futex.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: futex.2,v 1.2 2017/04/28 14:30:54 jmc Exp $ +.\" $OpenBSD: futex.2,v 1.3 2017/04/28 17:54:24 mpi Exp $ .\" .\" Copyright (c) 2017 Martin Pieuchot .\" @@ -127,6 +127,12 @@ A signal arrived. .Xr pthread_cond_wait 3 , .Xr pthread_mutex_lock 3 , .Xr tsleep 9 +.Rs +.%A Ulrich Drepper +.%T Futexes Are Tricky +.%U https://www.akkadia.org/drepper/futex.pdf +.%D November 5, 2011 +.Re .Sh HISTORY The .Fn futex -- 2.20.1