1. 8352475 Replace snprintf() with __libc_format_buffer() by Tom Cherry · 9 years ago
  2. e97ce31 Revert "system_properties.cpp: special case ro.* properties" by Tom Cherry · 10 years ago
  3. c5fd81a system_properties.cpp: special case ro.* properties by Nick Kralevich · 10 years ago
  4. b417169 Reset access to system properties on reinitialization by Tom Cherry · 10 years ago
  5. 21eadee Do not create prop files for ctl.* properties by Tom Cherry · 10 years ago
  6. 6ed51c0 add checks for initialization for system properties by Tom Cherry · 10 years ago
  7. 845e24a Remove c++14'isms from system_properties by Tom Cherry · 10 years ago
  8. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  9. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  10. bfd6527 bionic: add __system_property_area_serial() by Mark Salyzyn · 10 years ago
  11. b8ce474 Switch system_properties.cpp from bionic atomic operations to stdatomic. by Yabin Cui · 10 years ago
  12. 0dc39f9 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
  13. f73183f More cases where libc should use O_CLOEXEC. by Elliott Hughes · 11 years ago
  14. 1e8587a Work around atomic_load(const T*) issues. by Hans Boehm · 11 years ago
  15. 30214b9 Add memory ordering constraint, convert to C11 atomics by Hans Boehm · 11 years ago
  16. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  17. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  18. 3e78698 Remove the unused __system_property_wait. by Elliott Hughes · 11 years ago
  19. 8eac9af Bring in google3-style DISALLOW_* macros. by Elliott Hughes · 11 years ago
  20. 879d330 property: fix getting dirty serial value by jiaguo · 11 years ago
  21. 37e9570 Fix 64-bit build. by Narayan Kamath · 11 years ago
  22. c9ae21a Move system_properties over to C++. by Narayan Kamath · 11 years ago