Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
da8a404473ec7d94c16f9ada498467fd2330e45d
/
init
/
Android.mk
648ae3a
Use apex name in apex_manifest.pb as the mount point
by Jiyong Park
· 5 years ago
597eca8
Merge "Move linker config under /linkerconfig"
by Kiyoung Kim
· 5 years ago
cbeaca5
init: clarify a comment
by Tom Cherry
· 5 years ago
99df54b
Move linker config under /linkerconfig
by Kiyoung Kim
· 5 years ago
7160fc1
fs_mgr: Add stable_inodes flag to encrypted ext4
by Paul Crowley
· 5 years ago
dfe6d07
Integrate libsnapshot with the boot control HAL.
by David Anderson
· 5 years ago
5fcc2b5
Convert SnapshotStatus to proto
by Yifan Hong
· 5 years ago
2a62d42
Merge "Use libcrypto_static instead of libcrypto"
by Colin Cross
· 5 years ago
2ad47f3
Must use libdexfile_support_static in a static executable.
by Martin Stjernholm
· 5 years ago
f117f34
Use libcrypto_static instead of libcrypto
by Colin Cross
· 5 years ago
f3a5ab8
Merge "Remove the global seccomp option."
by Elliott Hughes
· 5 years ago
5850592
Set LOCAL_INJECT_BSSL_HASH for init_first_stage
by Colin Cross
· 5 years ago
4e6bf25
Remove the global seccomp option.
by Elliott Hughes
· 5 years ago
c8edf84
init: Add first-stage init support for snapshot-based partitions.
by David Anderson
· 5 years ago
924858c
libdm: Improve the reliability of dm device paths.
by David Anderson
· 5 years ago
d75f30a
first_stage_init: add console
by Steve Muckle
· 5 years ago
18b981e
create libmodprobe, integrate into first_stage_init
by Steve Muckle
· 6 years ago
92c236e
init: Refactor selinux.h/cpp
by Vic Yang
· 5 years ago
59656fb
init: dump stack when aborting
by Tom Cherry
· 5 years ago
2ddb8df
Merge "Adding adb_debug.prop into debug ramdisk"
by Treehugger Robot
· 6 years ago
05f07d8
Adding adb_debug.prop into debug ramdisk
by Bowgo Tsai
· 6 years ago
30afda7
Copying debug ramdisk files to /debug_ramdisk/*
by Bowgo Tsai
· 6 years ago
402e4a6
init: make sepolicy dependency optional
by Jeff Vander Stoep
· 6 years ago
e21d07f
Merge "selinux: use the policy version defined in sepolicy"
by Jeffrey Vander Stoep
· 6 years ago
e5dc674
Make /apex on ramdisk
by Jiyong Park
· 6 years ago
8502ed3
Access apex sysprops via the generated API
by Jiyong Park
· 6 years ago
724eda5
selinux: use the policy version defined in sepolicy
by Jeff Vander Stoep
· 6 years ago
6866041
Proper mount namespace configuration for bionic
by Jiyong Park
· 6 years ago
0e330f1
init: Add support for GSI installations in first-stage mount.
by David Anderson
· 6 years ago
c12e205
Fix /init -> /system/bin/init symlink creation race
by Tom Cherry
· 6 years ago
3c59cb8
C++17 is the default now.
by Elliott Hughes
· 6 years ago
e43c146
Merge "fs_mgr: move AVB related source into libfs_avb"
by Treehugger Robot
· 6 years ago
9843007
init: always create a symlink from /init to /system/bin/init
by Tom Cherry
· 6 years ago
c1bc281
fs_mgr: move AVB related source into libfs_avb
by Bowgo Tsai
· 6 years ago
055347e
Disable XOM in init.
by Ivan Lozano
· 6 years ago
7bfea3d
init: clean up the 1st/2nd stage init split
by Tom Cherry
· 6 years ago
1f47f4a
Do not hwasanitize init_first_stage.
by Evgenii Stepanov
· 6 years ago
f05da4a
init: use libfscrypt for file-based encryption setup
by Eric Biggers
· 6 years ago
29e5348
init: separate init packaging for mainline
by Tom Cherry
· 6 years ago
1721645
Don't attempt to create 'mkdir' and '-p' directories.
by Xin Li
· 6 years ago
4590a2a
Switch root to /system in first stage mount
by Tom Cherry
· 6 years ago
904bbd8
Remove init_second_stage.recovery dep.
by Anton Hansson
· 6 years ago
3143848
split first stage init into a separate executable
by Tom Cherry
· 6 years ago
40acb37
Move watchdogd out of init
by Tom Cherry
· 6 years ago
f792e41
liblp: Allow building liblp as a shared library.
by David Anderson
· 6 years ago
012171d
libselinux is dynamically linked from init
by Jiyong Park
· 6 years ago
787322c
Build init with shared libraries
by Jiyong Park
· 6 years ago
618d310
Move all of init to libinit
by Tom Cherry
· 7 years ago
2ae2f60
Reland "Have property_service create a serialized property_contexts file"
by Tom Cherry
· 7 years ago
9822f3c
Revert "Have property_service create a serialized property_contexts file"
by Robert Greenwalt
· 7 years ago
c47dd6b
Merge changes from topic "property-trie"
by Tom Cherry
· 7 years ago
e8181c0
Have property_service create a serialized property_contexts file
by Tom Cherry
· 7 years ago
899ad55
fastboot/fs_mgr/init: add sload_f2fs
by Jaegeuk Kim
· 7 years ago
e055d73
init language extension for lazy HIDL services.
by Steven Moreland
· 7 years ago
a97faba
init: use protobuf for serialization of persistent properties
by Tom Cherry
· 7 years ago
9f97f47
init: Allow clean system shutdown upon SIGTERM
by Luis Hector Chavez
· 7 years ago
c3bc509
init: Fix -DUSER_MODE_LINUX compilation
by Dmitry Shmidt
· 7 years ago
2a978d3
init: move property_service.cpp to libinit
by Tom Cherry
· 7 years ago
2ffd65e
init: only use signed-integer-overflow sanitizer
by Tom Cherry
· 7 years ago
80ec81c
Merge "Remove LOCAL_CLANG and clang: true"
by Treehugger Robot
· 7 years ago
9f1980e
Merge "init: add support for global seccomp boot option"
by Treehugger Robot
· 7 years ago
cd15fc7
Remove LOCAL_CLANG and clang: true
by Lennart Wieboldt
· 7 years ago
af1a9bf
init: add support for global seccomp boot option
by Steve Muckle
· 7 years ago
0045697
init: require e2fsdroid and mke2fs when building init
by Jin Qian
· 7 years ago
dd6a85c
uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp
by Quang Luong
· 7 years ago
47bd757
Revert workaround of clang-tidy segmentation fault.
by Chih-Hung Hsieh
· 7 years ago
14fc013
init: start move to Android.bp
by Tom Cherry
· 8 years ago
81824eb
Merge "Add libkeyutils."
by Elliott Hughes
· 8 years ago
f8627ce
Add libkeyutils.
by Elliott Hughes
· 8 years ago
7275802
Work around clang-tidy segmentation fault.
by Chih-Hung Hsieh
· 8 years ago
7da5485
init: add an initializer for keychord_id_
by Tom Cherry
· 8 years ago
960ed3c
Merge changes I1f70f2c4,I698ca962,Idbbf2682
by Tom Cherry
· 8 years ago
fe06205
ueventd: replace ueventd_parser.cpp with init_parser.cpp
by Tom Cherry
· 8 years ago
bcd36a2
Merge "init: moving early mount logic into init_first_stage.cpp"
by Treehugger Robot
· 8 years ago
d262017
init: moving early mount logic into init_first_stage.cpp
by Bowgo Tsai
· 8 years ago
ad54d09
init: create init_tests.cpp
by Tom Cherry
· 8 years ago
d8f9356
Revert "Send property_service AVC messages to the kernel audit system"
by Elliott Hughes
· 8 years ago
d738137
Merge changes from topic 'avb-early-mount'
by Treehugger Robot
· 8 years ago
aaf70e7
fs_mgr: support AVB in fs_mgr_update_verity_state()
by Bowgo Tsai
· 8 years ago
060b74b
ueventd: convert mkdir_recursive() to std::string
by Tom Cherry
· 8 years ago
2ba5c81
poll umount completion from /proc/mounts
by Keun-young Park
· 8 years ago
72ca48e
Merge "crash_dump: during early boot, output to kmsg on userdebug."
by Josh Gao
· 8 years ago
bf2dd48
crash_dump: during early boot, output to kmsg on userdebug.
by Josh Gao
· 8 years ago
c44f6a4
ueventd: Write tests for the get_*_symlinks() functions
by Tom Cherry
· 8 years ago
c4ffa5c
set zero shutdown timeout for eng build
by Keun-young Park
· 8 years ago
7ef28f4
Move selinux policy build decisions to sepolicy Makefile
by Jeff Vander Stoep
· 8 years ago
8d01f63
remove emergency shutdown and improve init's reboot logic
by Keun-young Park
· 8 years ago
663fdfc
init: reboot to bootloader on crash for development builds
by Tom Cherry
· 8 years ago
2bc0014
init: enable C++17
by Tom Cherry
· 8 years ago
0cbbb83
Build split file_contexts on TREBLE builds
by Jeff Vander Stoep
· 8 years ago
2d19aeb
Use precompiled sepolicy when available
by Alex Klyubin
· 8 years ago
b51f9ab
Include correct type of SELinux policy
by Alex Klyubin
· 8 years ago
b005d90
Address property service DoS.
by Elliott Hughes
· 8 years ago
c8ac067
Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
by James Hawkins
· 8 years ago
7c92e48
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
by James Hawkins
· 8 years ago
28e980b
Add a sample service for testing init.
by Jorge Lucangeli Obes
· 8 years ago
0e3167e
Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."
by James Hawkins
· 8 years ago
26f40c0
bootstat: Remove custom uptime parser in favor of elapsedRealtime.
by James Hawkins
· 8 years ago
c4af05f
Revert "Enable seccomp in init with generated policy"
by Paul Lawrence
· 8 years ago
b51722b
fs_mgr: support using libavb to enable dm-verity
by bowgotsai
· 8 years ago
Next »