Fix some copyright lines in folly/detail/ and folly/test/
[folly.git] / folly / detail / Futex.cpp
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2018-01-09 Dave Watsonuse in futex
2017-12-03 Alastair DaivisStatically allocate futex array v2017.12.04.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-05-06 Andrii GrynenkoFix folly::call_once v2017.05.08.00
2017-02-16 Maged MichaelFix data race in Futex<EmulatedFutexAtomic>
2017-01-04 Yedidya Feldblum2017
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-06-24 Anton LikhtarovFutex: ignore errors on wake
2015-06-03 Delyan KratunovMake detail/Futex.cpp bionic-safe
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-29 Nathan Bronsonmake futexWaitUntil tolerant of invalid time_point-s
2014-10-15 Nathan Bronsonadd per node mutex for emulated futex
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Sarang MastiAdd futexTimedWait