| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rootdir: remove FORCED_SHIM_LIBS and export LD_SHIM_LIBS from init.platform.rc | Moyster | 2018-01-31 | 1 | -0/+2 |
| | | |||||
| * | rootdir: proper perms on delay_on/off | Mister Oyster | 2018-01-13 | 2 | -0/+6 |
| | | |||||
| * | fstab: cleanup & reorganize | Mister Oyster | 2018-01-09 | 2 | -1/+22 |
| | | |||||
| * | rootdir: reinsert 'recoveryonly' for fstab /system partition | Mister Oyster | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | misc: properly rename to M2Note | Mister Oyster | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | rootdir: readd needed stuff by mag sensor | Mister Oyster | 2018-01-05 | 1 | -0/+25 |
| | | |||||
| * | fstab: remove resize flag from /data, replace by formattable (to match f2fs ↵ | Moyster | 2017-12-29 | 1 | -1/+1 |
| | | | | | /data entry) | ||||
| * | fstab: remove discard flag (only sticks to /nvdata) | Moyster | 2017-12-29 | 1 | -2/+2 |
| | | |||||
| * | Revert "Entries provided via device tree overlays must not repeat in the fstab" | Mister Oyster | 2017-12-27 | 1 | -0/+1 |
| | | | | | | | | | Seems like the DT system entry is not working, anyway this should be "safe to keep" as the recoveryonly flag is applied to fstab system entry. This reverts commit a2f75557cb30d07f47e9e0d2a1074b7141c7162d. | ||||
| * | Entries provided via device tree overlays must not repeat in the fstab | DidntRead | 2017-12-27 | 1 | -1/+0 |
| | | | | From https://source.android.com/devices/architecture/kernel/modular-kernels#early-mounting-partitions-vboot-1-0 | ||||
| * | fstab: auto-detect mt_usb type | Mister Oyster | 2017-12-27 | 1 | -1/+1 |
| | | |||||
| * | rootdir: forgotten init.modem.rc cleanup | Mister Oyster | 2017-12-26 | 1 | -6/+3 |
| | | |||||
| * | rootdir: huge cleanup based on @dinolek's m2 device tree | Mister Oyster | 2017-12-26 | 9 | -1446/+63 |
| | | |||||
| * | ueventd: remove poor-entropy based e/frandom nodes | Mister Oyster | 2017-12-25 | 1 | -2/+0 |
| | | |||||
| * | init: add system group back to camserver | Mister Oyster | 2017-12-24 | 1 | -1/+1 |
| | | |||||
| * | rootdir: defer zram init to boot_complete | Mister Oyster | 2017-12-10 | 1 | -1/+2 |
| | | | | | based off https://source.android.com/devices/tech/perf/boot-times | ||||
| * | rootdir: remove exported libshim (only linker_forced_lib_shim matters) | Mister Oyster | 2017-12-08 | 1 | -2/+0 |
| | | |||||
| * | rootdir: make apps start/switch more fluid | Mister Oyster | 2017-12-08 | 1 | -0/+8 |
| | | |||||
| * | rootdir: move services to /vendor | Mister Oyster | 2017-12-07 | 7 | -36/+36 |
| | | |||||
| * | rootdir: cleanup leds unused stuff | Mister Oyster | 2017-10-21 | 2 | -20/+0 |
| | | |||||
| * | rootdir: cleanup (eol spaces / unused services) | Mister Oyster | 2017-10-21 | 6 | -41/+8 |
| | | |||||
| * | rootdir: cleanup unexistant services | Mister Oyster | 2017-10-02 | 2 | -24/+0 |
| | | |||||
| * | rootdir: proper path to healthd | Mister Oyster | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | shim: cleanup asc symbols | Mister Oyster | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | rootdir: remove kpoc_charger in favor of healthd charger | Mister Oyster | 2017-09-22 | 1 | -12/+7 |
| | | |||||
| * | rootdir: ueventd: add e/frandom | Mister Oyster | 2017-08-31 | 1 | -0/+2 |
| | | |||||
| * | rootdir: cleanup and remove init.project.rc | Mister Oyster | 2017-08-30 | 3 | -295/+125 |
| | | |||||
| * | recovery fstab: use 'new' pathes | DerTeufel | 2017-08-21 | 1 | -13/+13 |
| | | | | | | | | why didn't we do this before? other devices may need to be updated as well Conflicts: rootdir/recovery.fstab | ||||
| * | fstab: add f2fs to CWM fstab too | Mister Oyster | 2017-08-21 | 1 | -13/+16 |
| | | |||||
| * | rootdir: fix wrong path, thanks kang | Mister Oyster | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | cameraserver: lower system-> media group | Mister Oyster | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | fstab: use barrier=0(ext4) or nobarrier(f2fs) on system/data/cache | Mister Oyster | 2017-05-29 | 1 | -8/+8 |
| | | | | | barrier is a mechanism to ensure data integrity, however we're powered by a battery so, disable it to gain some perf back | ||||
| * | fstab: use lazytime mount flag instead of noatime (this should set ↵ | Mister Oyster | 2017-05-29 | 1 | -5/+5 |
| | | | | | lazytime,relatime) | ||||
| * | fstab: cleanup f2fs flags | Mister Oyster | 2017-05-24 | 1 | -2/+2 |
| | | |||||
| * | rootdir: mount debugfs on early init | Mister Oyster | 2017-05-12 | 1 | -2/+1 |
| | | |||||
| * | persistent: revert some cleanup | Mister Oyster | 2017-05-01 | 1 | -0/+2 |
| | | |||||
| * | device: tweak fs tune for faster boot and better UX reactivity | Mister Oyster | 2017-04-30 | 1 | -0/+13 |
| | | |||||
| * | rootdir: fix fstab | Mister Oyster | 2017-04-26 | 1 | -10/+10 |
| | | |||||
| * | rootdir: cleanup | Mister Oyster | 2017-04-25 | 2 | -43/+3 |
| | | |||||
| * | rootdir: cleanup | Mister Oyster | 2017-04-22 | 1 | -9/+6 |
| | | |||||
| * | fstab: add /misc partition | Mister Oyster | 2017-04-20 | 1 | -7/+18 |
| | | |||||
| * | sepolicy: fix offline charging and a few denials | Mister Oyster | 2017-04-19 | 1 | -1/+1 |
| | | |||||
| * | sepolicy: cleanup & indentation | Mister Oyster | 2017-04-18 | 1 | -2/+0 |
| | | | | | | | | | | | * sepolicy: fix denials around cam/bt/net * sepolicy: some sdcardfs and mnld/agpsd * sepolicy: remove irtx device * sepolicy: remove hotknot remnants * sepolicy: remove mdlogger/eemcs policies * sepolicy: thunderquake vib rules * sepolicy: gps fix | ||||
| * | shim: fix mtk_agpsd crashing | Mister Oyster | 2017-04-18 | 1 | -2/+1 |
| | | |||||
| * | fstab.mt6735: Remove unneeded line | alexlartsev19 | 2017-04-17 | 1 | -1/+0 |
| | | |||||
| * | mt6735: Add PersistentStorage and UniqueDeviceId. | Diogo Ferreira | 2017-04-09 | 1 | -0/+2 |
| | | | | | | | | Adds cmhw implementations for the unique device id interface using the EMMC id and persist storage in /persist_s. Change-Id: Ic2dba55586453b31f31844b344ad43480472e13a | ||||
| * | f2fs: enable f2fs partitions | Mister Oyster | 2017-04-08 | 1 | -0/+3 |
| | | |||||
| * | rootdir: cleanup | Mister Oyster | 2017-04-08 | 1 | -3/+0 |
| | | |||||
| * | camera: fix camera crashes due to wrong permissions | Mister Oyster | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | rootdir: mediaserver.rc -> cameraserver.rc (N omx) | Mister Oyster | 2017-04-01 | 2 | -6/+6 |
| | | |||||
