1. 11 Jun, 2015 4 commits
  2. 10 Jun, 2015 4 commits
  3. 09 Jun, 2015 1 commit
  4. 08 Jun, 2015 1 commit
    • Ying Wang's avatar
      Fix Mac checkbuild. · 26e663d4
      Ying Wang authored
      Bug: 21669400
      Change-Id: I54691661605a2e2c1871781964aed343840b8560
      (cherry-pick from commit 33c2d441b8f816722bed984c6e12b82b888c3ca2)
      26e663d4
  5. 06 Jun, 2015 2 commits
    • Christopher Ferris's avatar
      Export two dlmalloc functions everywhere. · e49af9bc
      Christopher Ferris authored
      The functions dlmalloc_inspect_all and dlmalloc_trim get
      exported on devices that use dlmalloc, so be consistent and
      export them everywhere.
      
      Bug: 21640784
      (cherry picked from commit f9554a17765fd91d97d1f74913a626f01e880cee)
      
      Change-Id: I1000221423c16c356bb6301e55f726db01c3f209
      e49af9bc
    • Christopher Ferris's avatar
      Fix a few libc makefile mishaps. · 7a799f2b
      Christopher Ferris authored
      These are the problems fixed in this CL:
      
      - The ndk_cruft.cpp file was not compiled for 64 bit.
      - Some files where not compiled for libc_bionic.a due to a missing
        patch-up-arch-specific-flags call.
      - The libc_bionic_ndk.a patch up call was using bionic src, not
        the bionic_ndk_src_files.
      - Move mmap.cpp to the ndk src list where it was before because of
        the above errors.
      
      Bug: 21640784
      (cherry picked from commit 19fee2ca8beb4fae5b5c142de19757410171dc93)
      
      Change-Id: Ib9a9cfd72720586d3400b11cd7189f021e9a06c6
      7a799f2b
  6. 05 Jun, 2015 1 commit
  7. 04 Jun, 2015 4 commits
  8. 03 Jun, 2015 2 commits
  9. 02 Jun, 2015 7 commits
  10. 01 Jun, 2015 3 commits
  11. 28 May, 2015 2 commits
  12. 27 May, 2015 1 commit
  13. 22 May, 2015 1 commit
    • Dmitriy Ivanov's avatar
      Fix RTLD_NEXT lookup for the local_group · 15309fde
      Dmitriy Ivanov authored
        Linker used to skip RTLD_NEXT within local_group when
        caller->next is nullptr (which represents load order
        but not the order within local_group dependency tree)
      
      Bug: http://b/21380474
      Change-Id: I178fc4657b19bceb871635b177c1df67855b1708
      (cherry picked from commit b96ac41b32e61799c48f3fd07831cc168b95068d)
      15309fde
  14. 20 May, 2015 2 commits
  15. 18 May, 2015 2 commits
    • Yabin Cui's avatar
      Hide rt_sigqueueinfo. · 7490c5c5
      Yabin Cui authored
      Bug: 19358804
      Change-Id: I38a53ad64c81d0eefdd1d24599e769fd8a477a56
      (cherry picked from commit 40a8f214a5264efe5feaaffd55cea67fb87d097b)
      7490c5c5
    • Yabin Cui's avatar
      Remove pthread_detach_no_leak test. · 2b5c2285
      Yabin Cui authored
      This test has lost its purpose as we are using mmap/munmap for pthread_internal_t. And it is a flaky test.
      
      Bug: 21205574
      Bug: 20860440
      Change-Id: I7cbb6bc3fd8a2ca430415beab5ee27a856ce4ea7
      (cherry picked from commit 2957cc5f1043adf0b9c0f1cdfff2d408952e40f5)
      2b5c2285
  16. 16 May, 2015 2 commits
  17. 15 May, 2015 1 commit
    • Chih-Hung Hsieh's avatar
      Use unified syntax to compile with both llvm and gcc. · 43850d19
      Chih-Hung Hsieh authored
      All arch-arm and arch-arm64 .S files were compiled
      by gcc with and without this patch. The output object files
      were identical. When compiled with llvm and this patch,
      the output files were also identical to gcc's output.
      
      BUG: 18061004
      Change-Id: I458914d512ddf5496e4eb3d288bf032cd526d32b
      (cherry picked from commit 33f33515b503b634d9fbc57dda7123ea9cf23fc6)
      43850d19