-
Notifications
You must be signed in to change notification settings - Fork 530
Comparing changes
Open a pull request
base repository: CyanogenMod/android_system_core
base: cm-14.1
head repository: Hashcode/android_system_core
compare: kk-aosp-master
- 13 commits
- 46 files changed
- 7 contributors
Commits on May 31, 2014
-
Add support for exec command in init scripts.
Change-Id: Iee523fd75410718f0bd090f5fdcba50825a698c4
Configuration menu - View commit details
-
Copy full SHA for b57e100 - Browse repository at this point
Copy the full SHA b57e100View commit details -
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: Ie520396d951e578bd9f591734a45d2f460b8f51dConfiguration menu - View commit details
-
Copy full SHA for a7f5335 - Browse repository at this point
Copy the full SHA a7f5335View commit details -
Merge branch 'master' of https://android.googlesource.com/platform/sy…
…stem/core into kk-aosp-master
Configuration menu - View commit details
-
Copy full SHA for 1767f5a - Browse repository at this point
Copy the full SHA 1767f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df62003 - Browse repository at this point
Copy the full SHA df62003View commit details -
Revert "Remove the dead corkscrew header files too."
This reverts commit ddbdae8.
Configuration menu - View commit details
-
Copy full SHA for edb2d14 - Browse repository at this point
Copy the full SHA edb2d14View commit details
Commits on Jun 1, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 696ec92 - Browse repository at this point
Copy the full SHA 696ec92View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 40136a9 - Browse repository at this point
Copy the full SHA 40136a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5c39e - Browse repository at this point
Copy the full SHA ea5c39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1875698 - Browse repository at this point
Copy the full SHA 1875698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056e3be - Browse repository at this point
Copy the full SHA 056e3beView commit details
Commits on Jun 7, 2014
-
Merge branch 'master' of https://android.googlesource.com/platform/sy…
…stem/core into kk-aosp-master
Configuration menu - View commit details
-
Copy full SHA for 9abb665 - Browse repository at this point
Copy the full SHA 9abb665View commit details
Commits on Jun 8, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 7b09221 - Browse repository at this point
Copy the full SHA 7b09221View commit details
Commits on Jun 10, 2014
-
Merge branch 'master' of https://android.googlesource.com/platform/sy…
…stem/core into kk-aosp-master
Configuration menu - View commit details
-
Copy full SHA for ed2dbf3 - Browse repository at this point
Copy the full SHA ed2dbf3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cm-14.1...kk-aosp-master