Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
fcaf8d9befc53b28c01ff383748ce32e6384a377
fcaf8d9
Remove fs_config_generate()
by Tom Cherry
· 6 years ago
c212ced
Merge "Create android-base/format.h that includes fmtlib headers"
by Tom Cherry
· 6 years ago
1f960bc
Merge "init: use Errorf() now that we have it"
by Tom Cherry
· 6 years ago
204c249
Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""
by Josh Gao
· 6 years ago
af4d786
Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."
by Josh Gao
· 6 years ago
c136933
Merge "VtsKernelLiblpTest: use static test"
by Treehugger Robot
· 6 years ago
46b1a5a
init: use Errorf() now that we have it
by Tom Cherry
· 6 years ago
dcbdb1d
Create android-base/format.h that includes fmtlib headers
by Tom Cherry
· 6 years ago
3063a95
Merge "fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr"
by Jaegeuk Kim
· 6 years ago
1a52ecb
VtsKernelLiblpTest: use static test
by Steve Muckle
· 6 years ago
e962690
Merge "Add Errorf and ErrnoErrorf"
by Tom Cherry
· 6 years ago
ca5b8e7
fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr
by Jaegeuk Kim
· 6 years ago
939a605
Merge "Link the sanitizer runtime libraries to the default unrestricted namespace."
by Treehugger Robot
· 6 years ago
6eee1ae
Add Errorf and ErrnoErrorf
by Jiyong Park
· 6 years ago
84a7c50
Link the sanitizer runtime libraries to the default unrestricted namespace.
by Peter Collingbourne
· 6 years ago
ff7753a
Merge "Support importing property file with expanded name"
by Treehugger Robot
· 6 years ago
d972b8b
Support importing property file with expanded name
by Dongcheol Shin
· 6 years ago
62765e3
Merge "ziparchive: add a std::string_view overload to Next."
by Elliott Hughes
· 6 years ago
11baf9d
Merge "fastbootd: Don't include all of the fs_mgr namespace in commands.cpp."
by David Anderson
· 6 years ago
ed58afe
Merge "libfiemap_writer: Handle dm stacking more accurately."
by David Anderson
· 6 years ago
7b3c6d0
ziparchive: add a std::string_view overload to Next.
by Elliott Hughes
· 6 years ago
c3c32c5
Merge "Internalize subclasses of Memory"
by Christopher Ferris
· 6 years ago
0813fae
Merge "Add libcgrouprc to ld.config.txt."
by Jiyong Park
· 6 years ago
1624b1d
Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."
by Treehugger Robot
· 6 years ago
94d6df6
Merge "race condition in libprocessgroup"
by Suren Baghdasaryan
· 6 years ago
05c153e
adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.
by Josh Gao
· 6 years ago
190eb4f
Add libcgrouprc to ld.config.txt.
by Min Yun
· 6 years ago
bac6849
Merge "fix: passing ResultError to Error thru operator<<"
by Treehugger Robot
· 6 years ago
4315161
fastbootd: Don't include all of the fs_mgr namespace in commands.cpp.
by David Anderson
· 6 years ago
524b540
libfiemap_writer: Handle dm stacking more accurately.
by David Anderson
· 6 years ago
9a4b6c5
Merge "liblp: Add helpers for finding partitions and partition sizes."
by David Anderson
· 6 years ago
eb836f7
Internalize subclasses of Memory
by Casey Dahlin
· 6 years ago
c37f395
race condition in libprocessgroup
by mtk16036
· 6 years ago
af0d15c
Merge "fs_mgr: run fsck.f2fs with -f option when full mount fails"
by Jaegeuk Kim
· 6 years ago
c268298
Merge "Set elf_start_offset for invalid elf maps."
by Christopher Ferris
· 6 years ago
dcd5413
Merge "Read *.rc files from flattened APEX"
by Treehugger Robot
· 6 years ago
971e5f0
fix: passing ResultError to Error thru operator<<
by Jooyung Han
· 6 years ago
71ab050
Merge "adb: avoid freeing argv entries on Windows."
by Josh Gao
· 6 years ago
a3e9d7f
Set elf_start_offset for invalid elf maps.
by Christopher Ferris
· 6 years ago
584da00
fs_mgr: run fsck.f2fs with -f option when full mount fails
by Sahitya Tummala
· 6 years ago
db51288
Merge "Remove Result<Success> in favor of Result<void>"
by Tom Cherry
· 6 years ago
bd1b253
Merge "init: replace Result<Success> with Result<void>"
by Tom Cherry
· 6 years ago
be5600a
Merge "fs_mgr: support -o sync"
by Treehugger Robot
· 6 years ago
952e202
adb: avoid freeing argv entries on Windows.
by Josh Gao
· 6 years ago
95d7dbf
Remove Result<Success> in favor of Result<void>
by Tom Cherry
· 6 years ago
c3e0ade
init: replace Result<Success> with Result<void>
by Tom Cherry
· 6 years ago
93c9a81
Merge "liblp: Replace some |const char*| inputs with std::string."
by David Anderson
· 6 years ago
312da56
fs_mgr: support -o sync
by Jaegeuk Kim
· 6 years ago
2be3f50
Merge "Switch tzdatacheck to comparing tzdata module file"
by Neil Fuller
· 6 years ago
d4d5684
Merge "logd: handle uidToName() directly"
by Tom Cherry
· 6 years ago
e8af1a4
Merge "base: Add MmapFile as a synonym for MappedFile"
by Tom Cherry
· 6 years ago
7eb2bb0
Switch tzdatacheck to comparing tzdata module file
by Neil Fuller
· 6 years ago
edb0d66
Read *.rc files from flattened APEX
by Jiyong Park
· 6 years ago
ab5bdd8
base: Add MmapFile as a synonym for MappedFile
by Tom Cherry
· 6 years ago
1cb92b4
Merge "liblog: fix benchmark build after google-benchmark upgrade."
by Treehugger Robot
· 6 years ago
b4aa5f2
logd: handle uidToName() directly
by Tom Cherry
· 8 years ago
87b978c
liblp: Add helpers for finding partitions and partition sizes.
by David Anderson
· 6 years ago
0ff950a
liblp: Replace some |const char*| inputs with std::string.
by David Anderson
· 6 years ago
b1f51f7
Merge "init.rc: move rlimit setting earlier"
by Tom Cherry
· 6 years ago
95579cb
Merge "logd: don't drop user/groups/capabilities/priority in drop_privs()"
by Tom Cherry
· 6 years ago
ff79757
logd: don't drop user/groups/capabilities/priority in drop_privs()
by Tom Cherry
· 6 years ago
5787793
Merge "toolbox: add setprop, start, and stop"
by Tom Cherry
· 6 years ago
088302b
liblog: fix benchmark build after google-benchmark upgrade.
by Elliott Hughes
· 6 years ago
c7b3489
Merge "fs_mgr: Don't report 'Skip mounting partitions'"
by Bo Hu
· 6 years ago
6563f0e
Merge "Add expected<void,E>"
by Treehugger Robot
· 6 years ago
ce2cd68
Merge "Fix format string for new google benchmark"
by Haibo Huang
· 6 years ago
96e0742
Fix format string for new google benchmark
by Haibo Huang
· 6 years ago
a9fef4f
Merge "Update TODOs for ICU library links."
by Treehugger Robot
· 6 years ago
4d2a9e2
Merge "Move result.h from init to libbase"
by Treehugger Robot
· 6 years ago
c756897
Add expected<void,E>
by Jiyong Park
· 6 years ago
1601171
toolbox: add setprop, start, and stop
by Tom Cherry
· 6 years ago
27eabcc
init.rc: move rlimit setting earlier
by Tom Cherry
· 6 years ago
955520f
Update TODOs for ICU library links.
by Martin Stjernholm
· 6 years ago
e9813f5
Move result.h from init to libbase
by Jiyong Park
· 6 years ago
753116e
Merge "base: fix out of date documentation with PropertySet()"
by Treehugger Robot
· 6 years ago
b7c2d43
Merge "adb: Allow `adb rescue getprop`."
by Tao Bao
· 6 years ago
256e7a6
Merge "fs_mgr: overlayfs: test: spelling mistake"
by Mark Salyzyn
· 6 years ago
e2cc620
fs_mgr: Don't report 'Skip mounting partitions'
by bohu
· 6 years ago
067bde4
fs_mgr: overlayfs: test: spelling mistake
by Mark Salyzyn
· 6 years ago
205ade3
base: fix out of date documentation with PropertySet()
by Tom Cherry
· 6 years ago
a50df15
Merge "Display offsets for dex frames."
by Christopher Ferris
· 6 years ago
363af47
adb: Allow `adb rescue getprop`.
by Tao Bao
· 6 years ago
f816657
Merge changes I2d005e17,If2eec162,Icfd642e6
by Josh Gao
· 6 years ago
a826f6b
Merge "adbd: provide MS OS descriptors for WinUSB."
by Josh Gao
· 6 years ago
637bc92
Display offsets for dex frames.
by Christopher Ferris
· 6 years ago
3558431
Merge "Fix leak of mapped zip central directories"
by Treehugger Robot
· 6 years ago
46fc93e
Merge "fastboot: windows: Minor printf format fixes"
by Treehugger Robot
· 6 years ago
95877dc
Merge "Allow adb to handle single paramter with install-multi-package flag"
by Treehugger Robot
· 6 years ago
53cfe3c
Merge "fs_mgr: overlayfs: test: triage data missing after failure flash scratch"
by Mark Salyzyn
· 6 years ago
f0185a1
fastboot: windows: Minor printf format fixes
by Greg Kaiser
· 6 years ago
5190ee1
fs_mgr: overlayfs: test: triage data missing after failure flash scratch
by Mark Salyzyn
· 6 years ago
7912e40
Merge "fs_mgr: overlayfs: pre-emptive filesystem setup"
by Treehugger Robot
· 6 years ago
19ec2b6
Merge "Close /dev/fuse FD before calling onClosed"
by Treehugger Robot
· 6 years ago
8d59dd2
fs_mgr: overlayfs: pre-emptive filesystem setup
by Mark Salyzyn
· 6 years ago
671c5f3
Close /dev/fuse FD before calling onClosed
by Anton Hansson
· 6 years ago
b6df246
Merge "fastboot: windows: fix Read function"
by Treehugger Robot
· 6 years ago
21c1a51
fastboot: windows: fix Read function
by Fernando Lugo
· 6 years ago
a81298d
Merge "init: Refactor service.h/cpp"
by Treehugger Robot
· 6 years ago
632cc0d
init: Refactor service.h/cpp
by Vic Yang
· 6 years ago
20be7b1
Merge "init: Refactor selinux.h/cpp"
by Tom Cherry
· 6 years ago
Next »