• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


RSS
Rev. Time Author
61b724c 2019-12-17 13:15:46 Chih-Wei Huang

init.rc: run the console shell as root

To make debugging easier.

72eaa06 2019-12-17 13:15:46 Chih-Wei Huang

libutils: fix incorrect calculation in utf8_length() method

The first character of utf-8 could be larger than 128. If use signed char
variable to hold it, it would be treated as negative. That may result in
some unexpected errors.

For example, without this patch, suppose the code is 0xE88888, then
first_char is 0xE8 and converted to int32_t type (0xFFFFFFE8) and
masked with (~to_ignore_mask). The result utf32 is FFF08208
which is incorrect.

Change-Id: I72b355f380865bc375251eb287fc225fd585a115

1f3e687 2019-12-17 13:15:45 Chih-Wei Huang

init: change firmware_dirs for Android-x86

a8a3e4c 2019-12-16 15:51:22 Bowgo Tsai

Allowing /avb/q-developer-gsi.avbpubkey for DSU

Adding the key to allow a device boot a Q-Deverloper-GSI.

Bug: 144399552
Test: boots a developer Q-GSI on a Pixel device
Change-Id: If79149689afd4b662c4cae3a8b48e3a5dc57d00c
Merged-In: I6bc1e068368e64cb0bbf6ef63805444b35a1fdfb

d1bdcba 2019-12-16 15:45:43 Bowgo Tsai

Adding the AVB public key for Q-Developer-GSI

Bug: 144399552
Test: m q-developer-gsi.avbpubkey

Change-Id: If140c429c8b8324c0c2364aa67e72e41748b42b4
Merged-In: If140c429c8b8324c0c2364aa67e72e41748b42b4
(cherry picked from commit bd0853602b9d82398290d9c30a5259b8f8db6c79)

a7a032f 2019-11-23 16:39:21 Chih-Wei Huang

init: set default selinux mode to permissive

To support selinux enforcing mode, we still have a long way to go.
Let's set the default mode to permissive.

96b580f 2019-11-23 16:26:58 Chih-Wei Huang

libsuspend: add sleep.state=force

Some devices have bad wakeup_count that prevents them from sleeping.
To workaround that, add sleep.state=force to ignore the wakeup_count
interface to put the devices into deep sleep forcibly.

9b56516 2019-11-23 12:41:14 Chih-Wei Huang

init: set default selinux mode to permissive

To support selinux enforcing mode, we still have a long way to go.
Let's set the default mode to permissive.

1a37095 nougat-x86 android-x86-7.1-r4 2019-11-23 12:38:21 Chih-Wei Huang

init: set default selinux mode to permissive

To support selinux enforcing mode, we still have a long way to go.
Let's set the default mode to permissive.

fb92707 2019-11-16 06:04:30 William Bellavance

init: don't skip starting a service with no domain if permissive

Requires external/libselinux change as well

Change-Id: I3f2887930e15d09014c2594141ba4acbbc8d6d9d

ec1eeb2 2019-11-10 09:13:50 android-build-team Robot

Snap for 5998981 from 81303e4c8f3889857925d4253a8a134d088a13a0 to qt-qpr2-release

Change-Id: I0cba8c4e1d1a0d2f1ac419f174e63c6a7a7dfd5a

cb0dfbf 2019-11-08 09:20:18 Steven Moreland

FlattenableUtils::align memsets

Bug: 141890807
Test: boot, check data is zero'd
Change-Id: I45aaeac369f4c5cf3eb44f61c233e00f870a5c79
(cherry picked from commit bf824f8fa50d9f7390057278fefb58e83323a644)
(cherry picked from commit e62a9d7669ac85844d4424474f5c88c096f7160b)

06aefc8 2019-11-08 09:19:39 Steven Moreland

FlattenableUtils::align memsets

Bug: 141890807
Test: boot, check data is zero'd
Change-Id: I45aaeac369f4c5cf3eb44f61c233e00f870a5c79
(cherry picked from commit bf824f8fa50d9f7390057278fefb58e83323a644)
(cherry picked from commit e62a9d7669ac85844d4424474f5c88c096f7160b)

81303e4 2019-11-07 09:32:08 Steven Moreland

FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea am: 3f273f49f1 am: f7724dfcfb am: 4392bca7f7
am: 80965d4ee9

Change-Id: Ic58551fdd717a31b71831dfe1c39a970700edf7c

80965d4 2019-11-07 09:26:06 Steven Moreland

FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea am: 3f273f49f1 am: f7724dfcfb
am: 4392bca7f7

Change-Id: I0d51ef04b0641889117054cc36499acdbac83220

4392bca 2019-11-07 09:19:08 Steven Moreland

FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea am: 3f273f49f1
am: f7724dfcfb

Change-Id: I0ecdb9a58418d0c65629c70fc6df2a4aad7a1784

f7724df 2019-11-07 09:13:06 Steven Moreland

FlattenableUtils::align memsets am: e62a9d7669 am: 59e7d4e8ea
am: 3f273f49f1

Change-Id: I91a8ef78619709fcdcb48cdad8e0e7a6b699b631

3f273f4 2019-11-07 09:06:57 Steven Moreland

FlattenableUtils::align memsets am: e62a9d7669
am: 59e7d4e8ea

Change-Id: I1105027b52c3621e2031bdb747de61ce54d3ec74

59e7d4e 2019-11-07 08:55:08 Steven Moreland

FlattenableUtils::align memsets
am: e62a9d7669

Change-Id: I51a5528d8544f374ff3ceb632e75a1d3ae97d963

c16a53d android-x86-8.1-r3 2019-10-24 13:03:28 Chih-Wei Huang

Android 8.1.0 Release 69 (5794017)
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXZfQjQAKCRDorT+BmrEO
eEAhAJ0eznog2PktIOfaW3I9QsUZB1ubxwCghhjGUAT2qu657vYuClCb7g3pT08=
=N4cv
-----END PGP SIGNATURE-----

Merge tag 'android-8.1.0_r69' into oreo-x86

Android 8.1.0 Release 69 (5794017)

958d362 2019-10-22 16:14:00 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into cm-14.1-x86

7c6b9cc 2019-10-22 16:09:59 Chih-Wei Huang

Merge remote-tracking branch 'lineage/cm-14.1' into cm-14.1-x86

3fa15fd android-x86-7.1-r3 2019-10-16 23:35:22 Chih-Wei Huang

Android 7.1.2 Release 39 (5787804)
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXZfNxgAKCRDorT+BmrEO
eJWVAKCCVE/pU5lwm01w/ZwlVxxFCNhucgCfV6DOtVe2MwvsxHwgU5aARNmySM4=
=aOyO
-----END PGP SIGNATURE-----

Merge tag 'android-7.1.2_r39' into nougat-x86

Android 7.1.2 Release 39 (5787804)

e62a9d7 2019-10-16 04:26:22 Steven Moreland

FlattenableUtils::align memsets

Bug: 141890807
Test: boot, check data is zero'd
Change-Id: I45aaeac369f4c5cf3eb44f61c233e00f870a5c79
(cherry picked from commit bf824f8fa50d9f7390057278fefb58e83323a644)

f0db8d0 2019-09-29 08:14:53 android-build-team Robot

Snap for 5907400 from aebebeb92311f9867200238835eb0aced259a8b7 to qt-qpr1-release

Change-Id: Idd42e02b47610b4cadfe10ba06af2396f57dc147

aebebeb 2019-09-28 06:08:42 Sahitya Tummala

fs_mgr: run fsck.f2fs with -f option when full mount fails

There are cases where fsck.f2fs -f helps to recover from
corruption and thus helps to mount f2fs successfully.

Bug: 141693451
Bug: 141601405
CRs-Fixed: 2458080
Merged-In: I8d91835e464ef86e6ad4f96b7ac83f9f3d57c14f
Change-Id: I8d91835e464ef86e6ad4f96b7ac83f9f3d57c14f

572db3d 2019-09-20 14:59:41 Chih-Wei Huang

Android 9.0.0 release 48
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCXXL99AAKCRDorT+BmrEO
eF9MAJ9VPLFhPQ58Y95hKLIBg+x4RkBgaQCgisyz5Lcp4vguVcjWDTdqaFBQ2n4=
=8LTQ
-----END PGP SIGNATURE-----

Merge tag 'android-9.0.0_r48' into pie-x86

Android 9.0.0 release 48

5b10c22 2019-09-19 12:07:53 android-build-team Robot

Snap for 5885124 from 04908a85f0a60dd7ac7bcbe9bf79b8c3ce4e20c9 to qt-qpr1-release

Change-Id: I3800a623da88d8b601d6a25e6dbd55babd1a4040

04908a8 2019-09-18 03:44:16 Paul Crowley

Create /data/per_boot

Bug: 140882488
Test: Booted twice, checked logs to ensure encryption
is different each time, adb created files in directory.
Cherry-Picked-From: 570d20d2ac875198416dff280b7a4b7adaacac81
Merged-In: I44f746acd1040f7baa9123d4824ba39b194f287b
Change-Id: I44f746acd1040f7baa9123d4824ba39b194f287b

d4ed430 2019-09-08 08:17:14 android-build-team Robot

Snap for 5860054 from 271014e8325f17ac1fcf83dede7ce987c293fb2c to qt-qpr1-release

Change-Id: Id2b5606023752261dc90ad321b522ef0914fb69d