Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CyanogenMod/android_system_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cm-14.1
Choose a base ref
...
head repository: Hashcode/android_system_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kk-aosp-master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 46 files changed
  • 7 contributors

Commits on May 31, 2014

  1. Add support for exec command in init scripts.

    Change-Id: Iee523fd75410718f0bd090f5fdcba50825a698c4
    Shashank Mittal authored and Hashcode committed May 31, 2014
    Configuration menu
    Copy the full SHA
    b57e100 View commit details
    Browse the repository at this point in the history
  2. init: Add support for properties expansion in exec command

    Add Android properties expansion to 'exec' arguments.
    E.g.  exec /system/bin/log ${sys.usb.config}
    
    CRs-Fixed: 390942
    Change-Id: Ie520396d951e578bd9f591734a45d2f460b8f51d
    David Ng authored and Hashcode committed May 31, 2014
    Configuration menu
    Copy the full SHA
    a7f5335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1767f5a View commit details
    Browse the repository at this point in the history
  4. Revert "Remove libcorkscrew."

    This reverts commit 688a8a7.
    Hashcode committed May 31, 2014
    Configuration menu
    Copy the full SHA
    df62003 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove the dead corkscrew header files too."

    This reverts commit ddbdae8.
    Hashcode committed May 31, 2014
    Configuration menu
    Copy the full SHA
    edb2d14 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2014

  1. Reserve AID_AUDIT

    AID_AUDIT will be used for an audit daemon for gathering
    and controlling the Linux audit subsystem.
    
    Change-Id: I95d597524b5547a60f3a59f692b4b0a6df0a9645
    
    Conflicts:
    
    	include/private/android_filesystem_config.h
    
    Conflicts:
    	include/private/android_filesystem_config.h
    William Roberts authored and dhacker29 committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    696ec92 View commit details
    Browse the repository at this point in the history
  2. Auditd initial commit

    Initial commit for an audit daemon that
    writes kernel audit messages to a log
    file. The daemon runs in uid "audit" or
    AID_AUDIT.
    
    The log files are located at /data/misc/audit/
    The daemon maintains two files at this location:
    audit.log and optionally audit.old. On boot (
    if the file is non-zero in size), or
    when a fixed threshold is hit, the daemon rotates
    audit.log to audit.old.
    
    Optionally, if passed the -k option, the daemon polls
    dmesg for all lines that contain "audit" and writes
    them into the log. After that it continues to operate
    as normal, receiving the messages from the netlink
    socket.
    
    Change-Id: I5b5037a5a8b39a054213848249afb7808f8b0ffa
    William Roberts authored and dhacker29 committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    40136a9 View commit details
    Browse the repository at this point in the history
  3. Sync with master auditd.

    stephensmalley authored and dhacker29 committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    ea5c39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1875698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    056e3be View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Configuration menu
    Copy the full SHA
    9abb665 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2014

  1. fs_mgr: support multiple file systems on a mount point

    This is a combination of 3 commits pulled from Motorola's github for
    allowing f2_mgr to have "fallback" handling for a mount point. This
    is most useful in the case of f2fs where some variants may be formatted
    ext4 and some f2fs. These device can now be supported in 1 fstab.
    
    Example snippet of fstab.* for userdata mount point:
    /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,discard,nosuid,nodev,noatime,nodiratime,noauto_da_alloc,nobarrier wait,check,encryptable=footer
    /dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait,encryptable=footer
    
    Changes in logic ignore 1st failure as an automatic assumption of encryption.
    Instead fstab is checked for another line describing mount point (2 retries)
    Once all retries fail, encryption is assumed.
    
    NOTE: Some logic was removed from the original sources: If userdata failed to mount
    and was not encrypted a format of the filesystem was forced as a way of recovering
    the device. Most custom ROM users have access to recovery where they can decide
    what to do in this case.
    
    REFERENCE COMMITS:
    
    IKJBMR2-6556: don't assume that mount failure implies encryption
    MotorolaMobilityLLC/system-core@f3c3b19
    
    fs_mgr: support multiple file systems on a mount point
    MotorolaMobilityLLC/system-core@84ea2cd
    
    fs_mgr: rename "recover_userdata" relic to join fs_mgr
    MotorolaMobilityLLC/system-core@a4ef7c2
    Russ W. Knize authored and Hashcode committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    7b09221 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Configuration menu
    Copy the full SHA
    ed2dbf3 View commit details
    Browse the repository at this point in the history
Loading