1. 16 May, 2015 2 commits
  2. 15 May, 2015 5 commits
  3. 14 May, 2015 1 commit
  4. 12 May, 2015 5 commits
  5. 08 May, 2015 7 commits
  6. 07 May, 2015 3 commits
  7. 06 May, 2015 2 commits
  8. 05 May, 2015 1 commit
  9. 04 May, 2015 1 commit
  10. 01 May, 2015 4 commits
  11. 30 Apr, 2015 3 commits
    • Mark Salyzyn's avatar
      bionic: fortify comments in _system_properties.h · 62075bcc
      Mark Salyzyn authored
      (Cherry pick from commit c3f4c964)
      
      Change-Id: I2ef8fb7ae5ae03d5d2a50b5a417d585710099760
      62075bcc
    • Neil Fuller's avatar
      Update to tzdata 2015d · 3a7ed8f5
      Neil Fuller authored
        Changes affecting future time stamps
      
          Egypt will not observe DST in 2015 and will consider canceling it
          permanently.  For now, assume no DST indefinitely.
          (Thanks to Ahmed Nazmy and Tim Parenti.)
      
        Changes affecting past time stamps
      
          America/Whitehorse switched from UTC-9 to UTC-8 on 1967-05-28, not
          1966-07-01.  Also, Yukon's time zone history is documented better.
          (Thanks to Brian Inglis and Dennis Ferguson.)
      
        Change affecting past and future time zone abbreviations
      
          The abbreviations for Hawaii-Aleutian standard and daylight times
          have been changed from HAST/HADT to HST/HDT, as per US Government
          Printing Office style.  This affects only America/Adak since 1983,
          as America/Honolulu was already using the new style.
      
      Bug: 20551453
      (cherry-picked from commit 520cbf51)
      
      Change-Id: I60d3b683aeccbc44bd038ff6aebd75045809b1c5
      3a7ed8f5
    • Dmitriy Ivanov's avatar
      Adjust DT_MIPS_RLD_MAP2 value · 126b5efa
      Dmitriy Ivanov authored
        DT_MIPS_RLD_MAP2 stores the difference between dynamic
        entry address and the address of the _r_debug (used by GDB)
        since the dynamic section and target address are on the
        different sides of the hole it needs to be adjusted accordingly
      
      Bug: http://b/20658994
      Bug: http://b/18051137
      Change-Id: I4c5e379e8a4c68f029467df6dc660f81a7013a09
      (cherry picked from commit 18c935ce)
      126b5efa
  12. 29 Apr, 2015 5 commits
  13. 28 Apr, 2015 1 commit
    • Mark Salyzyn's avatar
      bionic: add __system_property_area_serial() · 123927df
      Mark Salyzyn authored
      Adds a new _internal_ function. Provide a global serial number to
      support more efficient private caching algorithms. This allows
      to skip re-running the __system_property_find() call on misses until
      there is a global change in the properties. This call is a read
      barrier, the property data to be read following this call will be
      read sequentially and up to date.
      
      (Cherry pick from bfd65279)
      
      Bug: 19544788
      Change-Id: I58e6a92baa0f3e8e7b9ec79b10af6d56407dab48
      123927df