1. 03 May, 2014 1 commit
  2. 01 May, 2014 1 commit
  3. 30 Apr, 2014 1 commit
  4. 29 Apr, 2014 1 commit
  5. 28 Apr, 2014 1 commit
  6. 27 Apr, 2014 1 commit
  7. 26 Apr, 2014 1 commit
  8. 24 Apr, 2014 1 commit
  9. 24 Mar, 2014 2 commits
  10. 22 Mar, 2014 1 commit
  11. 20 Mar, 2014 4 commits
  12. 07 Mar, 2014 1 commit
  13. 06 Mar, 2014 4 commits
  14. 04 Mar, 2014 6 commits
    • JP Abgrall's avatar
      am 166bc333: Merge "e2fsck: Don\'t use e2fsck_global_ctx unless HAVE_SIGNAL_H" · 66b7b068
      JP Abgrall authored
      * commit '166bc333':
        e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H
      66b7b068
    • JP Abgrall's avatar
      e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H · 08b8eab0
      JP Abgrall authored
      
      Program received signal SIGSEGV, Segmentation fault.
      0x56577382 in e2fsck_set_bitmap_type (fs=0x5658c2b8, default_type=2, profile_name=0x56580e12 "default", old_type=0x0) at external/e2fsprogs/e2fsck/util.c:797
      797             profile_get_uint(e2fsck_global_ctx->profile, "bitmaps",
      
      e2fsck_global_ctx is only ever initialized in unix.c PRS()
      if HAVE_SIGNAL_H is defined.
      
      Change-Id: Ic93fb8d9114054f7bf8512c622b2fb9b2ae60584
      Signed-off-by: default avatarJP Abgrall <jpa@google.com>
      08b8eab0
    • JP Abgrall's avatar
    • JP Abgrall's avatar
      e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H · e80e74c4
      JP Abgrall authored
      
      Program received signal SIGSEGV, Segmentation fault.
      0x56577382 in e2fsck_set_bitmap_type (fs=0x5658c2b8, default_type=2, profile_name=0x56580e12 "default", old_type=0x0) at external/e2fsprogs/e2fsck/util.c:797
      797             profile_get_uint(e2fsck_global_ctx->profile, "bitmaps",
      
      e2fsck_global_ctx is only ever initialized in unix.c PRS()
      if HAVE_SIGNAL_H is defined.
      
      Change-Id: Ic93fb8d9114054f7bf8512c622b2fb9b2ae60584
      Signed-off-by: default avatarJP Abgrall <jpa@google.com>
      e80e74c4
    • JP Abgrall's avatar
      Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master · e97b2b6f
      JP Abgrall authored
      * linaro/linaro-1.42.9: (4262 commits)
        Add missing libext2_quota linkage and resource_track.c
        Fix blkid time diff bug, build binary.
        Add files that would normally be generated by the e2fsprogs build system
        Re-add Android makefiles from AOSP master
        Update release notes, etc., for final 1.42.9 release
        po: update vi.po (from translationproject.org)
        po: update tr.po (from translationproject.org)
        po: update sv.po (from translationproject.org)
        po: update pl.po (from translationproject.org)
        po: update nl.po (from translationproject.org)
        po: update fr.po (from translationproject.org)
        po: update de.po (from translationproject.org)
        po: update cs.po (from translationproject.org)
        po: update ca.po (from translationproject.org)
        e2freefrag: avoid integer overflow when reporting free space statistics
        debugfs: document the lsdel command in the man page
        mke2fs: clarify documentation about bigalloc in the man page
        debian: fix cross build support
        mke2fs: clarify the description of the -I option in the man page
        debian: update debian-policy conormance to 3.9.5
        ...
      e97b2b6f
    • JP Abgrall's avatar
      Prepare for upstream 1.42.9 · 7e2fb9d0
      JP Abgrall authored
      
      Remove everything.
      
      Change-Id: I6ef4c9bc888a245744d7ec4d193857b357472392
      Signed-off-by: default avatarJP Abgrall <jpa@google.com>
      7e2fb9d0
  15. 19 Feb, 2014 1 commit
  16. 04 Jan, 2014 2 commits
    • Jeff Sharkey's avatar
      Fix blkid time diff bug, build binary. · 9f9a0502
      Jeff Sharkey authored
      When calculating time diffs, use difftime() instead of risking
      integer overflow.  Also build a "blkid" binary.
      
      Bug: 11175082
      Change-Id: I23521f45204574bb32f152926401c2cbad93175b
      9f9a0502
    • Bernhard Rosenkränzer's avatar
      Add files that would normally be generated by the e2fsprogs build system · 18a1444b
      Bernhard Rosenkränzer authored
      
      Android doesn't run ./configure and friends, so it has to rely on
      pre-populated versions of the autogenerated files.
      
      This is somewhat bogus (e.g. hardcoded little-endian reference in
      lib/ext2fs/ext2_types.h) and should at some point be fixed, but it's
      what Android has always done, not a regression from the 1.41.14 branch.
      
      Also, don't #include config.h which we don't generate (we pass what it
      usually contains as -D parameters from Android.mk) anywhere.
      
      Add a new Android.mk file for the quota library.
      
      Change-Id: I162c6327fee5bd06261d9cdcc34bda10f04a6f21
      Signed-off-by: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
      18a1444b
  17. 31 Dec, 2013 1 commit
  18. 29 Dec, 2013 10 commits