1. 11 Nov, 2015 4 commits
  2. 23 Oct, 2015 1 commit
  3. 22 Oct, 2015 1 commit
  4. 21 Oct, 2015 2 commits
  5. 19 Oct, 2015 7 commits
  6. 17 Oct, 2015 1 commit
  7. 15 Oct, 2015 3 commits
  8. 14 Oct, 2015 3 commits
    • Elliott Hughes's avatar
      Sync with upstream NetBSD lib/libc/regex. · 9a9572d5
      Elliott Hughes authored
      Bug: http://b/22850181
      
      (cherry picked from commit 71927a82)
      
      Change-Id: I4a914f0594a66f38efb3026b7ba9d28a4887cb2d
      9a9572d5
    • Dmitriy Ivanov's avatar
      Ensure that readlink has access to /proc/self/fd · cf92738f
      Dmitriy Ivanov authored
      /proc/self/fd is not available when PR_DUMPABLE is set to 0
      which is default for the user builds. It leads to permission
      denials on readlink.
      
      This change fixes the problem by setting PR_DUMPABLE flag to 1
      for readlink and restoring it's previous value after the call.
      
      Bug: http://b/24912743
      Change-Id: I3fd179c5c6b56af96d6a15ee597024ccb15e1a13
      cf92738f
    • Neil Fuller's avatar
      Update timezone data to 2015g · cd927879
      Neil Fuller authored
        Changes affecting future time stamps
      
          Turkey's 2015 fall-back transition is scheduled for Nov. 8, not Oct. 25.
          (Thanks to Fatih.)
      
          Norfolk moves from +1130 to +1100 on 2015-10-04 at 02:00 local time.
          (Thanks to Alexander Krivenyshev.)
      
          Fiji's 2016 fall-back transition is scheduled for January 17, not 24.
          (Thanks to Ken Rylander.)
      
          Fort Nelson, British Columbia will not fall back on 2015-11-01. It has
          effectively been on MST (-0700) since it advanced its clocks on 2015-03-08.
          New zone America/Fort_Nelson.  (Thanks to Matt Johnson.)
      
        Changes affecting past time stamps
      
          Norfolk observed DST from 1974-10-27 02:00 to 1975-03-02 02:00.
      
      Bug: 24595281
      (cherry-picked from commit 31740bfd)
      
      Change-Id: I6a57fbdaf12a4b4ebf2a760fd3bd872055621106
      cd927879
  9. 13 Oct, 2015 1 commit
    • Dmitriy Ivanov's avatar
      Log dlopen failures caused by text relocations · f32b689d
      Dmitriy Ivanov authored
      Some apps will fail to load native libraries with
      text relocations when switching target sdk version to M.
      It could be hard to diagnose because some of them
      suppress dlerror and/or UnsatisfiedLinkError.
      
      This change unconditionally logs the error message making
      the cause of the failure more visible to developers.
      
      Bug: http://b/24876001
      Change-Id: I0477a0d1307d0879000f3a3a43b974b4cf34bdb2
      f32b689d
  10. 08 Oct, 2015 1 commit
    • Torne (Richard Coles)'s avatar
      linker: don't pass dlextinfo to dependent loads. · a828a2f8
      Torne (Richard Coles) authored
      Don't pass the parent load's dlextinfo to dependent loads, since this
      causes the linker to try to load the dependencies using the same
      addresses/relro/fds/etc as the main library, which is never going to
      work. This was how it worked before ae69a958 which broke this.
      
      Bug: 23742664
      Change-Id: I53d8cdf0982d8758e6d2ced4864c704cdf74118f
      a828a2f8
  11. 29 Sep, 2015 1 commit
  12. 25 Sep, 2015 1 commit
  13. 23 Sep, 2015 1 commit
  14. 25 Aug, 2015 1 commit
    • Neil Fuller's avatar
      Update timezone data to 2015f · 82911942
      Neil Fuller authored
        Changes affecting future time stamps
      
          North Korea switches to +0830 on 2015-08-15.  (Thanks to Steffen Thorsen.)
          The abbreviation remains "KST".  (Thanks to Robert Elz.)
      
          Uruguay no longer observes DST.  (Thanks to Steffen Thorsen
          and Pablo Camargo.)
      
        Changes affecting past and future time stamps
      
          Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.
          (Thanks to Roman Tudos.)
      
      Bug: 23480367
      (cherry-picked from commit 6e7bc700)
      
      Change-Id: I4d82604366e9e30a2100e09433e2772fe6957fff
      82911942
  15. 11 Aug, 2015 4 commits
  16. 26 Jul, 2015 1 commit
    • Dmitriy Ivanov's avatar
      Restore protection flags for ifunc during relocs. · de0fb393
      Dmitriy Ivanov authored
      IFUNC relocations require executable flag for the load
      segment containing .text. When dso has text relocs linker
      removes exec which causes crash during ifunc relocations.
      
      This patch fixes this problem by restoring segments protection
      for ifunc relocs.
      
      Bug: http://b/22611399
      Change-Id: Icbf3be0fec0e42bf805bcad7533e2032a2e11b9c
      de0fb393
  17. 23 Jul, 2015 1 commit
  18. 21 Jul, 2015 5 commits
  19. 13 Jul, 2015 1 commit