summaryrefslogtreecommitdiffstats
path: root/libc/bionic/system_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* bionic: add __system_property_area_serial()Mark Salyzyn2015-04-281-0/+10
* Switch system_properties.cpp from bionic atomic operations to stdatomic.Yabin Cui2015-02-241-64/+76
* Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-09-221-2/+2
* More cases where libc should use O_CLOEXEC.Elliott Hughes2014-08-261-19/+2
* Work around atomic_load(const T*) issues.Hans Boehm2014-08-191-3/+11
* Add memory ordering constraint, convert to C11 atomicsHans Boehm2014-08-081-21/+63
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-181-4/+1
* Hide most of the private futex functions.Elliott Hughes2014-05-211-2/+1
* Remove the unused __system_property_wait.Elliott Hughes2014-05-141-17/+0
* Bring in google3-style DISALLOW_* macros.Elliott Hughes2014-05-091-9/+4
* property: fix getting dirty serial valuejiaguo2014-03-131-14/+14
* Fix 64-bit build.Narayan Kamath2014-02-241-1/+1
* Move system_properties over to C++.Narayan Kamath2014-02-241-0/+763