Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
7ab805ea1d78c0190c42b4aea553f77cf965f88f
7ab805e
rootdir: access to pstore denied to bootstat
by Mark Salyzyn
· 6 years ago
384a682
Merge "Fix misleading comments"
by Treehugger Robot
· 6 years ago
ad9f6b1
Fix misleading comments
by Inseob Kim
· 6 years ago
f9b879f
Merge "Refactor the DwarfSection classes."
by Christopher Ferris
· 6 years ago
2bbbd06
Merge "fs_mgr: fs_mgr_update_verity_state take std::function"
by Treehugger Robot
· 6 years ago
d2f93b1
Merge "fs_mgr: Add support in fs_mgr_read_fstab_file for /proc/mounts"
by Treehugger Robot
· 6 years ago
b5065fc
fs_mgr: fs_mgr_update_verity_state take std::function
by Mark Salyzyn
· 6 years ago
5f70ed6
Merge "libcutils: Simplify android_get_control_socket()"
by Treehugger Robot
· 6 years ago
749ee86
Merge "init: add unit tests for tokenizer.cpp"
by Tom Cherry
· 6 years ago
92acaac
Refactor the DwarfSection classes.
by Christopher Ferris
· 7 years ago
eba4706
fs_mgr: Add support in fs_mgr_read_fstab_file for /proc/mounts
by Mark Salyzyn
· 7 years ago
78ea17a
Merge "init: fix the parse error when meeting escape characters"
by Tom Cherry
· 6 years ago
2a5a4e7
init: add unit tests for tokenizer.cpp
by Tom Cherry
· 6 years ago
78522d3
Merge changes I2157efc5,Iaf1d6f9c
by Treehugger Robot
· 6 years ago
b27d572
Merge changes Ia35a4541,Iaf13450d
by Treehugger Robot
· 6 years ago
b5acb1a
fs_mgr: remove fs_mgr_dm_ioctl
by David Anderson
· 6 years ago
40b5948
fs_mgr: replace DM_TABLE_STATUS use with libdm.
by David Anderson
· 7 years ago
5417bcb
run-as: Migrate to blueprint
by Luis Hector Chavez
· 6 years ago
ef62f3f
Add a way to disable run-as at runtime
by Luis Hector Chavez
· 6 years ago
6effd4d
Merge "Parse IfIndex for Netlink RTM_NEWADDR / RTM_DELADDR event"
by Rubin Xu
· 6 years ago
f5aaa81
Merge "libbase: switch to #pragma once."
by Treehugger Robot
· 6 years ago
b4a2f57
Merge "fs_mgr: Use libdm for fs_mgr_verity."
by Treehugger Robot
· 6 years ago
4d8bbc6
libbase: switch to #pragma once.
by Elliott Hughes
· 6 years ago
2aa50ff
Merge "Simplify __attribute__((__printf__)) use."
by Treehugger Robot
· 6 years ago
d8a4c60
Simplify __attribute__((__printf__)) use.
by Elliott Hughes
· 6 years ago
b8f4fe4
Merge changes from topic "mingw-clang"
by Treehugger Robot
· 6 years ago
b0ea3d3
Merge "libdm: Add DmTargetVerity and use it in fs_mgr_avb."
by Treehugger Robot
· 6 years ago
9803fbf
fs_mgr: Use libdm for fs_mgr_verity.
by David Anderson
· 7 years ago
855a643
Merge "Fix memory leak when GateKeeperProxy.verify() returns"
by Treehugger Robot
· 7 years ago
332afef
init: fix the parse error when meeting escape characters
by liwugang
· 7 years ago
1d17339
libdm: Add DmTargetVerity and use it in fs_mgr_avb.
by David Anderson
· 7 years ago
7a8bed3
Merge "fs_mgr: Use libdm for dm-linear devices."
by Treehugger Robot
· 7 years ago
9d254f0
Merge "libdm: Add unit tests for dm-linear."
by Treehugger Robot
· 7 years ago
516ec4c
Merge "libdm: Add helper classes for loop control."
by Treehugger Robot
· 7 years ago
4b52440
fs_mgr: Use libdm for dm-linear devices.
by David Anderson
· 7 years ago
2d3e79f
libdm: Add unit tests for dm-linear.
by David Anderson
· 7 years ago
a2df1ef
Do not customize __format__ for Windows/MinGW to gnu_printf
by Pirama Arumuga Nainar
· 7 years ago
8e52362
Adapt to switch to Clang for Windows host builds
by Pirama Arumuga Nainar
· 7 years ago
1f428ea
libdm: Add helper classes for loop control.
by David Anderson
· 7 years ago
fc1cf907
Merge "Fix ARM program header values used for exidx."
by Christopher Ferris
· 7 years ago
409465a
Merge "adb: fix obsolete documentation."
by Treehugger Robot
· 7 years ago
b8f4f14
Merge "Revert "adb: detect some spin loops and abort.""
by Treehugger Robot
· 7 years ago
a67b00a
Merge "libdm: Implement GetDmDevicePathByName()."
by Treehugger Robot
· 7 years ago
f882a38
Fix ARM program header values used for exidx.
by Christopher Ferris
· 7 years ago
245b032
Merge "liblp: Add unit tests for flashing and readback."
by Treehugger Robot
· 7 years ago
5e9e74b
libdm: Implement GetDmDevicePathByName().
by David Anderson
· 7 years ago
8ddd105
Merge "liblp: Add unit tests."
by Treehugger Robot
· 7 years ago
bb7e812
Merge "Remove pstore case ibc.__pstore_append from CTS"
by Elliott Hughes
· 7 years ago
accc95d
adb: fix obsolete documentation.
by Elliott Hughes
· 7 years ago
27eda48
Merge "init: Don't set ro.serialno when androidboot.serialno is not set"
by Christopher Morin
· 7 years ago
04b9ca8
Revert "adb: detect some spin loops and abort."
by Josh Gao
· 7 years ago
39d124b
init: Don't set ro.serialno when androidboot.serialno is not set
by Chris Morin
· 7 years ago
d9b581e
Merge "libdm: Implement zero and linear targets."
by Treehugger Robot
· 7 years ago
2502aa2
Merge "libdm: Add DmTargetTypeInfo and a unit test."
by Treehugger Robot
· 7 years ago
7d8880e
Remove pstore case ibc.__pstore_append from CTS
by chenhg
· 7 years ago
0a186a8
liblp: Add unit tests for flashing and readback.
by David Anderson
· 7 years ago
e9619eb
liblp: Add unit tests.
by David Anderson
· 7 years ago
bac58ae
libdm: Implement zero and linear targets.
by David Anderson
· 7 years ago
c7def68
libdm: Add DmTargetTypeInfo and a unit test.
by David Anderson
· 7 years ago
d41a1f9
Merge "init: print service name when started waiting"
by Treehugger Robot
· 7 years ago
2e98fd2
Merge "libdm: Implement LoadTableAndActivate."
by Treehugger Robot
· 7 years ago
bdc56b0
Merge "libdm: Move includes to a libdm folder."
by Treehugger Robot
· 7 years ago
a242a4b
Merge "Split shell_and_utilities into partition parts."
by Anton Hansson
· 7 years ago
73e9046
Merge "shell_and_utilities: update README.md."
by Treehugger Robot
· 7 years ago
16bb55c
Merge "Revert "init: dummy host_init_verifier for mac""
by Yifan Hong
· 7 years ago
2c4ee75
init: print service name when started waiting
by Wei Wang
· 7 years ago
3c4aa11
Revert "init: dummy host_init_verifier for mac"
by Yifan Hong
· 7 years ago
0310f46
shell_and_utilities: update README.md.
by Elliott Hughes
· 7 years ago
e1c0744
libdm: Implement LoadTableAndActivate.
by David Anderson
· 7 years ago
b1a834e
libdm: Move includes to a libdm folder.
by David Anderson
· 7 years ago
9a2891c
Merge "libdm: Clean up error messages and dm_ioctl use."
by Treehugger Robot
· 7 years ago
ca38c79
Split shell_and_utilities into partition parts.
by Anton Hansson
· 7 years ago
b0e193c
Merge "init: dummy host_init_verifier for mac"
by Treehugger Robot
· 7 years ago
ab8131f
Merge "init: document what host init verifier checks"
by Treehugger Robot
· 7 years ago
f567367
init: dummy host_init_verifier for mac
by Tom Cherry
· 7 years ago
c50fe3d
Merge "newfs_msdos: switch to external/newfs_msdos."
by Treehugger Robot
· 7 years ago
47111ae
init: document what host init verifier checks
by Tom Cherry
· 7 years ago
81101cb
Merge "Don't check permissions bits on init scripts for host_init_verifier"
by Tom Cherry
· 7 years ago
7982178
Update cflags for building Windows modules with Clang
by Pirama Arumuga Nainar
· 7 years ago
b6181e3
libdm: Clean up error messages and dm_ioctl use.
by David Anderson
· 7 years ago
08839ff
Merge "init: Create logical partitions via liblp."
by Treehugger Robot
· 7 years ago
dc0f5bc
Merge "logd: remove failing test."
by Treehugger Robot
· 7 years ago
20480a2
Merge "libselinux is dynamically linked from init"
by Treehugger Robot
· 7 years ago
c86d311
Merge "fs_mgr: Add a library for managing logical partitions."
by Treehugger Robot
· 7 years ago
d72432d
Don't check permissions bits on init scripts for host_init_verifier
by Tom Cherry
· 7 years ago
6427c36
logd: remove failing test.
by Elliott Hughes
· 7 years ago
2bf8328
Merge "Determine product partition path on build time"
by Treehugger Robot
· 7 years ago
6590df2
init: Create logical partitions via liblp.
by David Anderson
· 7 years ago
ea3b8ac
fs_mgr: Add a library for managing logical partitions.
by David Anderson
· 7 years ago
cccad0b
Determine product partition path on build time
by Doheon Lee
· 7 years ago
012171d
libselinux is dynamically linked from init
by Jiyong Park
· 7 years ago
9674bcb
Merge changes Ibfa5e7e6,I706b57a9,I53d21134,I69d4d585
by Treehugger Robot
· 7 years ago
3bbc816
adb: detect some spin loops and abort.
by Josh Gao
· 7 years ago
812ba6a
Merge "adb: add nonblocking fd Connection."
by Treehugger Robot
· 7 years ago
ded557f
adb: add an id field to fdevent.
by Josh Gao
· 7 years ago
e44d38d
adb: delete unused members in fdevent.
by Josh Gao
· 7 years ago
172d0d4
adb: add `adb raw` to connect to an arbitrary service.
by Josh Gao
· 7 years ago
b9a2243
Merge "Revert "fs_mgr: Add a library for managing logical partitions.""
by David Anderson
· 7 years ago
89a1dca
Revert "fs_mgr: Add a library for managing logical partitions."
by David Anderson
· 7 years ago
9040b88
Merge "logcat: tidy "logcat.h"."
by Treehugger Robot
· 7 years ago
Next »