Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
31139af04f97c843db2a98c7fafc1d58d7f7c8ac
/
init
3be66ed
init: Update readme.txt to reflect recent changes to init.
by Tom Cherry
· 9 years ago
b734990
init: Use classes for parsing and clean up memory allocations
by Tom Cherry
· 9 years ago
b8dd027
init: import init rc scripts from file systems after mount_all
by Tom Cherry
· 9 years ago
cb716f9
init: Queue Triggers instead of Actions
by Tom Cherry
· 9 years ago
d81c3c6
Add |opts| argument to android_fork_execvp_ext
by Yusuke Sato
· 9 years ago
3966ebb
perfboot.py: Add --end-tag option
by Yusuke Sato
· 9 years ago
084c00b
Merge "init: add LOCAL_SANITIZE := integer"
by Nick Kralevich
· 9 years ago
f90b653
init: add LOCAL_SANITIZE := integer
by Nick Kralevich
· 9 years ago
1efef4c
Merge "Revert "init: add LOCAL_SANITIZE := integer""
by Nick Kralevich
· 9 years ago
c307b5b
Revert "init: add LOCAL_SANITIZE := integer"
by Nick Kralevich
· 9 years ago
0b973da
Merge "init: add LOCAL_SANITIZE := integer"
by Nick Kralevich
· 9 years ago
cef3508
Merge "Add missing includes."
by Dan Albert
· 9 years ago
aea73db
init: add LOCAL_SANITIZE := integer
by Nick Kralevich
· 9 years ago
af9ba4d
Add missing includes.
by Dan Albert
· 9 years ago
4ad60fb
init: replace strdup() in parse_config()
by Tom Cherry
· 9 years ago
4bf3dc9
Merge "Create Service and ServiceManager classes"
by Tom Cherry
· 9 years ago
bac3299
Create Service and ServiceManager classes
by Tom Cherry
· 9 years ago
50de822
Merge "Enable perfboot.py to install APKs before measurement."
by Yasuhiro Matsuda
· 9 years ago
c0822e8
Enable perfboot.py to install APKs before measurement.
by Yasuhiro Matsuda
· 9 years ago
f3d0d42
Fix incorrect exception handling in perfboot.py
by Yasuhiro Matsuda
· 9 years ago
1ada513
Merge "Fix perfboot.py to exit by Ctrl+C."
by Yasuhiro Matsuda
· 9 years ago
43c4d99
perfboot.py: check 2 more event logs by default
by Yusuke Sato
· 9 years ago
59d32a7
Fix perfboot.py to exit by Ctrl+C.
by Yasuhiro Matsuda
· 9 years ago
e801cc0
perfboot.py: ignore tags not listed in /system/etc/event-log-tags
by Yusuke Sato
· 9 years ago
72488aa
Merge "perfboot.py: warn if dm-verity is disabled"
by Yusuke Sato
· 9 years ago
b6c66dc
perfboot.py: warn if dm-verity is disabled
by Yusuke Sato
· 9 years ago
4247ebf
Merge "init: use std::vector<std::string> for argument passing"
by Tom Cherry
· 9 years ago
b5d6ad8
Merge "Stop calling fsck on shutdown by default"
by Yusuke Sato
· 9 years ago
96f6731
init: use std::vector<std::string> for argument passing
by Tom Cherry
· 9 years ago
0658440
init: Adding header guard to tokenizer
by Lee Campbell
· 9 years ago
d548e30
Merge "init: Create classes for Action and Command"
by Tom Cherry
· 9 years ago
fa0c21c
init: Create classes for Action and Command
by Tom Cherry
· 9 years ago
138c540
Merge "init: Add C++ tokenizer."
by Lee Campbell
· 9 years ago
220ca84
init: Add C++ tokenizer.
by Lee Campbell
· 9 years ago
b10e562
Merge "Introduce a mechanism to trace boot sequence."
by Yasuhiro Matsuda
· 9 years ago
ab37983
Add a script to record Android boot time.
by Yasuhiro Matsuda
· 9 years ago
f93db4b
Introduce a mechanism to trace boot sequence.
by Yasuhiro Matsuda
· 9 years ago
f13b1b3
init: Adding support to import directories
by Lee Campbell
· 9 years ago
ee53006
init: expand_props for onrestart commands.
by Yabin Cui
· 9 years ago
00ede7d
init: do expand_props before calling the builtins.
by Yabin Cui
· 9 years ago
74edcea
init: Let property_get return std::string.
by Yabin Cui
· 9 years ago
12df1e1
init: use init's property expansion code for mount_all
by Nan Liu
· 9 years ago
f93d429
Stop calling fsck on shutdown by default
by Yusuke Sato
· 9 years ago
636b1eb
init: Fix logging stutter
by Mark Salyzyn
· 9 years ago
692abc2
init: Add additional logging levels
by Mark Salyzyn
· 9 years ago
0e3ce82
Merge "Use fsck.f2fs -a instead of -f for faster boot"
by Yusuke Sato
· 9 years ago
683790a
Merge "init: Fix bootchart trigger for emulator"
by Elliott Hughes
· 9 years ago
4800dbf
init: refuse to start process if domain transition not defined
by Nick Kralevich
· 9 years ago
0df0827
Use fsck.f2fs -a instead of -f for faster boot
by Yusuke Sato
· 9 years ago
9136f38
init: Fix bootchart trigger for emulator
by Yu Ning
· 9 years ago
d2104df
init/util.cpp: don't return a negative unsigned value
by Nick Kralevich
· 9 years ago
d62f060
init support for cgroups.
by Elliott Hughes
· 9 years ago
21d605e
Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"
by Nick Kralevich
· 9 years ago
18ae44b
init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS
by Nick Kralevich
· 9 years ago
83be2fd
Merge "Compare two bootcharts and list timestamps for selected processes."
by Ben Cheng
· 9 years ago
50bbde0
Compare two bootcharts and list timestamps for selected processes.
by Ben Cheng
· 9 years ago
4d87095
Remove calls to is_selinux_enabled()
by Nick Kralevich
· 9 years ago
1115c25
Make it clearer to grep that init is built with clang.
by Elliott Hughes
· 9 years ago
17fff89
init: change exec parsing to make SECLABEL optional
by Mark Salyzyn
· 9 years ago
dd0e316
init: expand_props on trigger
by Mark Salyzyn
· 10 years ago
47b0134
Don't use TEMP_FAILURE_RETRY on close in system/core.
by Elliott Hughes
· 10 years ago
c7331d0
Reduce the coldboot timeout to 1s.
by Elliott Hughes
· 10 years ago
eaa3b4e
Fix insmod module size
by Tom Cherry
· 10 years ago
cb3fce8
load ro.recovery_id property from recovery partition
by Andres Morales
· 10 years ago
dff1817
stop including rootdir build.prop
by Andres Morales
· 10 years ago
e5ce30f
Clean up init /proc/cmdline handling.
by Elliott Hughes
· 10 years ago
5138958
Merge "Enable property expansion for insmod"
by Elliott Hughes
· 10 years ago
806d10b
Securely encrypt the master key
by Paul Lawrence
· 10 years ago
d34e407
init: remove support for disabled SELinux
by Nick Kralevich
· 10 years ago
2b3a493
Merge "Revert "Securely encrypt the master key""
by Paul Lawrence
· 10 years ago
7ac2807
Revert "Securely encrypt the master key"
by Paul Lawrence
· 10 years ago
6e8c8f5
Merge "Revert "Only run vold command when file encryption enabled""
by Paul Lawrence
· 10 years ago
34276a1
Revert "Only run vold command when file encryption enabled"
by Paul Lawrence
· 10 years ago
a71ef0d
Merge "Only run vold command when file encryption enabled"
by Paul Lawrence
· 10 years ago
9234b16
Merge "Securely encrypt the master key"
by Paul Lawrence
· 10 years ago
ac41230
Enable property expansion for insmod
by Emmanuel Berthier
· 10 years ago
f667a32
init: get rid of the remaining double mounts
by Nick Kralevich
· 10 years ago
e34577c
init: use SELinux /dev/null if available
by Nick Kralevich
· 10 years ago
178299f
Merge "init: don't double mount /proc and /sys"
by Nick Kralevich
· 10 years ago
9dec93b
init: don't double mount /proc and /sys
by Nick Kralevich
· 10 years ago
eedbe81
init: fix write_file checkreqprot logic error
by Nick Kralevich
· 10 years ago
a1f6a4b
init: remove mkdir /dev /proc /sys
by Nick Kralevich
· 10 years ago
929f407
Switch init to epoll.
by Elliott Hughes
· 10 years ago
c6c26ed
Clean up property service initialization.
by Elliott Hughes
· 10 years ago
9042cae
Clean up init signal handling a little.
by Elliott Hughes
· 10 years ago
662baef
Merge "Setup signal handler before any exec command"
by Elliott Hughes
· 10 years ago
c7ca9dd
Revert "Revert "Remove now-unusable 'setcon' command.""
by Elliott Hughes
· 10 years ago
f65730e
Revert "Revert "Make init re-exec itself for its SELinux domain transition.""
by Elliott Hughes
· 10 years ago
1225a61
init: consider all platform devices for find_platform_device
by Tom Cherry
· 10 years ago
4bf1887
Securely encrypt the master key
by Paul Lawrence
· 10 years ago
efe190e
Only run vold command when file encryption enabled
by Paul Lawrence
· 10 years ago
4f67330
Setup signal handler before any exec command
by Johan Redestig
· 10 years ago
95f709a
Don't try to read /system/default.prop.
by Elliott Hughes
· 10 years ago
ae392cf
Fix memory leak in parse_action
by Tom Cherry
· 10 years ago
030ef359
Revert "Revert "fs_mgr_verity: Add support for squashfs""
by Mohamad Ayyash
· 10 years ago
e322ae1
Merge "Revert "fs_mgr_verity: Add support for squashfs""
by Mohamad Ayyash
· 10 years ago
7b97c7a
Revert "fs_mgr_verity: Add support for squashfs"
by Mohamad Ayyash
· 10 years ago
70f81ce
Merge "fs_mgr_verity: Add support for squashfs"
by Mohamad Ayyash
· 10 years ago
284c5cb
Merge "Set verity mode as the verified property value"
by Sami Tolvanen
· 10 years ago
807f470
fs_mgr_verity: Add support for squashfs
by Mohamad Ayyash
· 10 years ago
Next »