Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
e1d1d16a765a7a38e66a99cce37133f160b30293
/
init
4e49592
Merge "Create Service and ServiceManager classes"
by Tom Cherry
· 10 years ago
26ab446
Create Service and ServiceManager classes
by Tom Cherry
· 10 years ago
de4e410
Merge "Enable perfboot.py to install APKs before measurement."
by Yasuhiro Matsuda
· 10 years ago
ddc96ad
Enable perfboot.py to install APKs before measurement.
by Yasuhiro Matsuda
· 10 years ago
19d4986
Fix incorrect exception handling in perfboot.py
by Yasuhiro Matsuda
· 10 years ago
24baa34
Merge "Fix perfboot.py to exit by Ctrl+C."
by Yasuhiro Matsuda
· 10 years ago
4151e06
perfboot.py: check 2 more event logs by default
by Yusuke Sato
· 10 years ago
386325a
Fix perfboot.py to exit by Ctrl+C.
by Yasuhiro Matsuda
· 10 years ago
dfa412c
perfboot.py: ignore tags not listed in /system/etc/event-log-tags
by Yusuke Sato
· 10 years ago
962da25
Merge "perfboot.py: warn if dm-verity is disabled"
by Yusuke Sato
· 10 years ago
665e0e5
perfboot.py: warn if dm-verity is disabled
by Yusuke Sato
· 10 years ago
21b55a7
Merge "init: use std::vector<std::string> for argument passing"
by Tom Cherry
· 10 years ago
b5673cb
Merge "Stop calling fsck on shutdown by default"
by Yusuke Sato
· 10 years ago
5a578c5
init: use std::vector<std::string> for argument passing
by Tom Cherry
· 10 years ago
7b8be41
init: Adding header guard to tokenizer
by Lee Campbell
· 10 years ago
3454faa
Merge "init: Create classes for Action and Command"
by Tom Cherry
· 10 years ago
3d98067
init: Create classes for Action and Command
by Tom Cherry
· 10 years ago
29f83f7
Merge "init: Add C++ tokenizer."
by Lee Campbell
· 10 years ago
117cb96
init: Add C++ tokenizer.
by Lee Campbell
· 10 years ago
c5ba3ab
Merge "Introduce a mechanism to trace boot sequence."
by Yasuhiro Matsuda
· 10 years ago
f0992eb
Add a script to record Android boot time.
by Yasuhiro Matsuda
· 10 years ago
1831a4f
Introduce a mechanism to trace boot sequence.
by Yasuhiro Matsuda
· 10 years ago
0d379e2
init: Adding support to import directories
by Lee Campbell
· 10 years ago
62284c7
init: expand_props for onrestart commands.
by Yabin Cui
· 10 years ago
bdc1fdd
init: do expand_props before calling the builtins.
by Yabin Cui
· 10 years ago
c9f3297
init: Let property_get return std::string.
by Yabin Cui
· 10 years ago
8a05881
init: use init's property expansion code for mount_all
by Nan Liu
· 10 years ago
110c7fb
Stop calling fsck on shutdown by default
by Yusuke Sato
· 10 years ago
656c94a
init: Fix logging stutter
by Mark Salyzyn
· 10 years ago
2b35b79
init: Add additional logging levels
by Mark Salyzyn
· 10 years ago
254ab1d
Merge "Use fsck.f2fs -a instead of -f for faster boot"
by Yusuke Sato
· 10 years ago
a04989e
Merge "init: Fix bootchart trigger for emulator"
by Elliott Hughes
· 10 years ago
2e02c77
init: refuse to start process if domain transition not defined
by Nick Kralevich
· 10 years ago
42a5129
Use fsck.f2fs -a instead of -f for faster boot
by Yusuke Sato
· 10 years ago
e16a8bb
init: Fix bootchart trigger for emulator
by Yu Ning
· 10 years ago
7833f4b
init/util.cpp: don't return a negative unsigned value
by Nick Kralevich
· 10 years ago
2d6874f
init support for cgroups.
by Elliott Hughes
· 10 years ago
ca6907c
Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"
by Nick Kralevich
· 10 years ago
c069a8f
init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS
by Nick Kralevich
· 10 years ago
b53ea97
Merge "Compare two bootcharts and list timestamps for selected processes."
by Ben Cheng
· 10 years ago
ea4a15a
Compare two bootcharts and list timestamps for selected processes.
by Ben Cheng
· 10 years ago
5b6e16a
Remove calls to is_selinux_enabled()
by Nick Kralevich
· 10 years ago
6668728
Make it clearer to grep that init is built with clang.
by Elliott Hughes
· 10 years ago
e7475d3
init: change exec parsing to make SECLABEL optional
by Mark Salyzyn
· 10 years ago
50d6d13
init: expand_props on trigger
by Mark Salyzyn
· 10 years ago
5461148
Don't use TEMP_FAILURE_RETRY on close in system/core.
by Elliott Hughes
· 10 years ago
ddcdf46
Reduce the coldboot timeout to 1s.
by Elliott Hughes
· 10 years ago
c6cfd94
Fix insmod module size
by Tom Cherry
· 10 years ago
02b375c
load ro.recovery_id property from recovery partition
by Andres Morales
· 10 years ago
800715d
stop including rootdir build.prop
by Andres Morales
· 10 years ago
508beaa
Clean up init /proc/cmdline handling.
by Elliott Hughes
· 10 years ago
e2653e9
Merge "Enable property expansion for insmod"
by Elliott Hughes
· 10 years ago
84a7e1a
Securely encrypt the master key
by Paul Lawrence
· 10 years ago
9d96064
init: remove support for disabled SELinux
by Nick Kralevich
· 10 years ago
a0cfe7c
Merge "Revert "Securely encrypt the master key""
by Paul Lawrence
· 10 years ago
2825f1e
Revert "Securely encrypt the master key"
by Paul Lawrence
· 10 years ago
59296a4
Merge "Revert "Only run vold command when file encryption enabled""
by Paul Lawrence
· 10 years ago
468ba48
Revert "Only run vold command when file encryption enabled"
by Paul Lawrence
· 10 years ago
5aefced
Merge "Only run vold command when file encryption enabled"
by Paul Lawrence
· 10 years ago
46881b2
Merge "Securely encrypt the master key"
by Paul Lawrence
· 10 years ago
71317fa
Enable property expansion for insmod
by Emmanuel Berthier
· 10 years ago
e7350c1
init: get rid of the remaining double mounts
by Nick Kralevich
· 10 years ago
0a8869e
init: use SELinux /dev/null if available
by Nick Kralevich
· 10 years ago
c082266
Merge "init: don't double mount /proc and /sys"
by Nick Kralevich
· 10 years ago
51d9aaf
init: don't double mount /proc and /sys
by Nick Kralevich
· 10 years ago
0e8a6a6
init: fix write_file checkreqprot logic error
by Nick Kralevich
· 10 years ago
6c46b34
init: remove mkdir /dev /proc /sys
by Nick Kralevich
· 10 years ago
7933051
Switch init to epoll.
by Elliott Hughes
· 10 years ago
6d3a868
Clean up property service initialization.
by Elliott Hughes
· 10 years ago
930cf05
Clean up init signal handling a little.
by Elliott Hughes
· 10 years ago
8c40afc
Merge "Setup signal handler before any exec command"
by Elliott Hughes
· 10 years ago
585b83c
Revert "Revert "Remove now-unusable 'setcon' command.""
by Elliott Hughes
· 10 years ago
23d7cf7
Revert "Revert "Make init re-exec itself for its SELinux domain transition.""
by Elliott Hughes
· 10 years ago
df4b80b
init: consider all platform devices for find_platform_device
by Tom Cherry
· 10 years ago
617203c
Securely encrypt the master key
by Paul Lawrence
· 10 years ago
06e566e
Only run vold command when file encryption enabled
by Paul Lawrence
· 10 years ago
c52bc24
Setup signal handler before any exec command
by Johan Redestig
· 10 years ago
78035cd
Don't try to read /system/default.prop.
by Elliott Hughes
· 10 years ago
a53c125
Fix memory leak in parse_action
by Tom Cherry
· 10 years ago
2b24f13
Revert "Revert "fs_mgr_verity: Add support for squashfs""
by Mohamad Ayyash
· 10 years ago
24dd031
Merge "Revert "fs_mgr_verity: Add support for squashfs""
by Mohamad Ayyash
· 10 years ago
3fec2ff
Revert "fs_mgr_verity: Add support for squashfs"
by Mohamad Ayyash
· 10 years ago
cb60b5d
Merge "fs_mgr_verity: Add support for squashfs"
by Mohamad Ayyash
· 10 years ago
491ad6e
Merge "Set verity mode as the verified property value"
by Sami Tolvanen
· 10 years ago
ff11bdd
fs_mgr_verity: Add support for squashfs
by Mohamad Ayyash
· 10 years ago
3eadd21
Remove execonce.
by Elliott Hughes
· 10 years ago
1a09cc2
Merge "Remove no-op "capabilities"."
by Elliott Hughes
· 10 years ago
d6cd23f
Merge "Revert "Revert "Adding e4crypt support"""
by Paul Lawrence
· 10 years ago
f63cfa9
Remove no-op "capabilities".
by Elliott Hughes
· 10 years ago
2e35fbf
Revert "Revert "Adding e4crypt support""
by Paul Lawrence
· 10 years ago
5d70a74
Set verity mode as the verified property value
by Sami Tolvanen
· 10 years ago
f662934
Build init with clang.
by Elliott Hughes
· 10 years ago
968fe6e
Clarify a few things about bootcharts.
by Elliott Hughes
· 10 years ago
b9f7fb3
Further cleanup of the logic in device_init.
by Elliott Hughes
· 10 years ago
f7407e2
Fix clang build by removing unused locals.
by Elliott Hughes
· 10 years ago
ec430a5
Log more timing information from init.
by Elliott Hughes
· 10 years ago
b601df3
init: missing break statement
by Mark Salyzyn
· 10 years ago
5545c1e
Add missing parenthesis in init log message.
by Elliott Hughes
· 10 years ago
26b0f1b
Fix the number of arguments for verity commands
by Sami Tolvanen
· 10 years ago
6250cbc
Always use strerror to report errno.
by Elliott Hughes
· 10 years ago
Next »