Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
754dd9660f141229c1b6a64ef27128fbaaecfb5a
/
init
/
init.cpp
754dd96
init: Fix typo.
by dcashman
· 9 years ago
3396b4b
Temporarily add set_mmap_rnd_bits brillo exception
by dcashman
· 9 years ago
c819e78
Set mmap_rnd_bits to maximum value.
by dcashman
· 9 years ago
70daa67
Multiple consoles
by Viorel Suman
· 9 years ago
efc7275
Revert "Enable multiple consoles"
by Viorel Suman
· 9 years ago
caafe5c
Enable multiple consoles
by Viorel Suman
· 9 years ago
3d1dff2
Leftovers of the SELinux policy update mechanism
by Janis Danisevskis
· 9 years ago
3d9e273
Mount selinuxfs when other filesystems are mounted
by Nick Kralevich
· 9 years ago
9e9efca
init: set ro.boot.flash.locked from ro.boot.verifiedbootstate
by Sami Tolvanen
· 9 years ago
4f71319
Track rename of base/ to android-base/.
by Elliott Hughes
· 9 years ago
e36a85c
restorecon /property_contexts
by Tom Cherry
· 9 years ago
2d8f1d4
Merge "Enable hidepid=2 on /proc"
by Nick Kralevich
· 9 years ago
c39ba5a
Enable hidepid=2 on /proc
by Nick Kralevich
· 9 years ago
1dcf325
init: skip "name" DT entry
by Rom Lemarchand
· 9 years ago
d7aea44
property_service: log pid,uid and gid of setprop client
by William Roberts
· 9 years ago
b734990
init: Use classes for parsing and clean up memory allocations
by Tom Cherry
· 9 years ago
bac3299
Create Service and ServiceManager classes
by Tom Cherry
· 9 years ago
96f6731
init: use std::vector<std::string> for argument passing
by Tom Cherry
· 9 years ago
fa0c21c
init: Create classes for Action and Command
by Tom Cherry
· 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
4800dbf
init: refuse to start process if domain transition not defined
by Nick Kralevich
· 9 years ago
d62f060
init support for cgroups.
by Elliott Hughes
· 9 years ago
4d87095
Remove calls to is_selinux_enabled()
by Nick Kralevich
· 9 years ago
17fff89
init: change exec parsing to make SECLABEL optional
by Mark Salyzyn
· 9 years ago
c7331d0
Reduce the coldboot timeout to 1s.
by Elliott Hughes
· 9 years ago
e5ce30f
Clean up init /proc/cmdline handling.
by Elliott Hughes
· 10 years ago
d34e407
init: remove support for disabled SELinux
by Nick Kralevich
· 10 years ago
f667a32
init: get rid of the remaining double mounts
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
f65730e
Revert "Revert "Make init re-exec itself for its SELinux domain transition.""
by Elliott Hughes
· 10 years ago
4217374
Revert "Make init re-exec itself for its SELinux domain transition."
by Nick Kralevich
· 10 years ago
adf0d1b
Make init re-exec itself for its SELinux domain transition.
by Elliott Hughes
· 10 years ago
4f67330
Setup signal handler before any exec command
by Johan Redestig
· 10 years ago
da40c00
Log more timing information from init.
by Elliott Hughes
· 10 years ago
db3f267
Clean up property setting code.
by Elliott Hughes
· 10 years ago
d679bc9
Lose bootmode and console globals.
by Elliott Hughes
· 10 years ago
6a52443
Parse boot properties from device tree
by Rom Lemarchand
· 10 years ago
bbc01d8
Merge "Remove /proc/cpuinfo parsing"
by Elliott Hughes
· 10 years ago
0dccc88
Remove useless memset from init.
by Elliott Hughes
· 10 years ago
cc86fb2
Switch init over to _PATH_DEFPATH.
by Elliott Hughes
· 10 years ago
74b34f3
Remove /proc/cpuinfo parsing
by Rom Lemarchand
· 10 years ago
58c3bac
Fix a printf format string (caught by clang but not GCC).
by Elliott Hughes
· 10 years ago
8d82ea0
Implement exec.
by Elliott Hughes
· 10 years ago
e2d63af
Move sprintf to snprintf.
by Yabin Cui
· 10 years ago
a197ff1
bootchart: fix bootchart can not be triggered problem
by Yongqin Liu
· 10 years ago
f682b47
Clean up reading and writing in init.
by Elliott Hughes
· 10 years ago
c0e919c
Stop using #if for conditional compilation.
by Elliott Hughes
· 10 years ago
f3cf438
Build init as C++.
by Elliott Hughes
· 10 years ago
[Renamed (99%) from init/init.c]
0ab46c9
Init: Fix literal
by Andreas Gampe
· 10 years ago
429721c
init: Implement 'exec' command.
by San Mehat
· 10 years ago
0b41512
init: Add support "&&" operator in property triggers
by Badhri Jagan Sridharan
· 10 years ago
45a884f
Add O_CLOEXEC to lots of open() calls.
by Nick Kralevich
· 10 years ago
05345bf
Move property_context label handling to libselinux.
by dcashman
· 10 years ago
59f64ec
Revert "Move property_context label handling to libselinux."
by Nick Kralevich
· 10 years ago
9806902
Move property_context label handling to libselinux.
by dcashman
· 10 years ago
a016c42
Init: Remove unused variables
by Andreas Gampe
· 10 years ago
3700373
Fixed the pacing logic in bootchart data collection.
by Bo (Andover) Zhang
· 10 years ago
9464e5a
Move unlink("/dev/.booting") until after filesystems are mounted.
by Riley Andrews
· 10 years ago
381341f
Fix environment variable assignment in init
by James Morrissey
· 10 years ago
24a3b78
Improve init's debug printing.
by Riley Andrews
· 10 years ago
439224e
Redirect libselinux logging to dmesg for ueventd.
by Stephen Smalley
· 10 years ago
e4b7b29
Add ability to boot from charger mode.
by Riley Andrews
· 10 years ago
f3c85b2
Only allow disabling SELinux on userdebug / eng builds
by Nick Kralevich
· 10 years ago
252b0e2
Merge "SELinux changes to check policy versions during a reload."
by Nick Kralevich
· 10 years ago
f94853f
Clean up some unnecessary system_properties cruft.
by Elliott Hughes
· 10 years ago
3beec7e
init: add 'enable <service>' to negate "service <service>... disabled"
by JP Abgrall
· 11 years ago
03daf05
SELinux changes to check policy versions during a reload.
by Robert Craig
· 11 years ago
de15157
don't load property_contexts from /data
by Nick Kralevich
· 11 years ago
eb3f421
Enable building init with -Wall -Werror.
by Stephen Smalley
· 11 years ago
dbd37f2
Move restorecon and restorecon_recursive code to libselinux.
by Stephen Smalley
· 11 years ago
ccecf14
system/core 64-bit cleanup.
by Elliott Hughes
· 11 years ago
268cc54
Merge "ueventd: fix a busy loop while reading uevents"
by Colin Cross
· 11 years ago
af06c67
Log a warning on services that lack SELinux domains.
by Stephen Smalley
· 11 years ago
66ed50a
Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD
by The Android Open Source Project
· 11 years ago
1d4e86c
ueventd: fix a busy loop while reading uevents
by Amir Goldstein
· 11 years ago
50dc936
init: remove obsolete rle logo
by Marcin Chojnacki
· 11 years ago
ae76f6d
init: call restorecon on /sys
by Nick Kralevich
· 11 years ago
935bd3e
init: allow disabling selinux via a kernel command line
by Nick Kralevich
· 11 years ago
56fa0ac
init: move SELinux into enforcing mode.
by Nick Kralevich
· 11 years ago
b69f863
am 0cbaed42: am a8ba1f2f: Merge "Add support for socket security context specification."
by Colin Cross
· 11 years ago
8348d27
Add support for socket security context specification.
by Stephen Smalley
· 11 years ago
0d872d8
Seed Linux RNG from Hardware RNG at boot during init.
by Alex Klyubin
· 11 years ago
f29c533
init: call restorecon on /sys
by Nick Kralevich
· 11 years ago
4838aa1
init: allow disabling selinux via a kernel command line
by Nick Kralevich
· 11 years ago
cbc76fc
Merge "init: move SELinux into enforcing mode."
by Nick Kralevich
· 11 years ago
b710ed2
init: move SELinux into enforcing mode.
by Nick Kralevich
· 11 years ago
39021a4
am 83ada447: Merge changes Ib54f39fd,I7e36edd8
by Colin Cross
· 11 years ago
83ada44
Merge changes Ib54f39fd,I7e36edd8
by Colin Cross
· 11 years ago
99c1a41
resolved conflicts for merge of 95a41f6b to stage-aosp-master
by Colin Cross
· 11 years ago
5e484e9
init: fix copying boot properties
by Colin Cross
· 11 years ago
Next »