Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
644b6afdacec5ae0724ca799b643a808b6d290c7
/
init
/
init.c
9e76a29
Merge "Revert "Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes."""
by Dave Burke
· 12 years ago
eb22e6a
Revert "Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes.""
by Dave Burke
· 12 years ago
544d196
am 7480c007: am b2639f40: Merge "Label sockets consistently with the seclabel value if specified."
by Colin Cross
· 12 years ago
2840647
Revert "init: make system properties more secure."
by Nick Kralevich
· 12 years ago
51e0661
init: make system properties more secure.
by Nick Kralevich
· 12 years ago
30f3033
Label sockets consistently with the seclabel value if specified.
by Stephen Smalley
· 12 years ago
429bbfc
am 2a36ae56: am 7b88a90d: Merge "Remove HAVE_SELINUX guards"
by Kenny Root
· 12 years ago
2a36ae5
am 7b88a90d: Merge "Remove HAVE_SELINUX guards"
by Kenny Root
· 12 years ago
b5982bf
Remove HAVE_SELINUX guards
by Kenny Root
· 12 years ago
87980b5
Revert "init: Set ADDR_COMPAT_LAYOUT before spawning processes."
by Nick Kralevich
· 12 years ago
01b1dee
init: Set ADDR_COMPAT_LAYOUT before spawning processes.
by Nick Kralevich
· 12 years ago
2fec4de
am 11c783f1: am 9494f297: Merge "Implement SELinux/MAC checks for property service."
by Kenny Root
· 12 years ago
605103f
resolved conflicts for merge of 4dcd52ab to jb-mr1-dev
by Kenny Root
· 12 years ago
63207cd
Implement SELinux/MAC checks for property service.
by rpcraig
· 12 years ago
ae6f3d7
Add support for reloading policy from /data/system.
by Stephen Smalley
· 13 years ago
ff5c802
am faad67fa: am ef3f7fa3: Merge "Set the SELinux security label on new directories."
by Jean-Baptiste Queru
· 12 years ago
ef3f7fa
Merge "Set the SELinux security label on new directories."
by Jean-Baptiste Queru
· 12 years ago
e096e36
Set the SELinux security label on new directories.
by Stephen Smalley
· 13 years ago
d97d907
Add watchdogd
by Arve Hjønnevåg
· 13 years ago
34f6d9e
Don't set ro.carrier in init.c
by Andrew Flynn
· 13 years ago
6ebf12f
init: Change umask of forked processes to 077
by Nick Kralevich
· 13 years ago
50fb5a6
init: manually set controlling tty for console services
by Colin Cross
· 13 years ago
469b7b2
Fix typo in queue_property_triggers ident
by Chris Dearman
· 13 years ago
e46f9d5
Extend init and ueventd for SE Android.
by Stephen Smalley
· 13 years ago
5511c84
init: export all androidboot cmd line values as ro.boot.xx props
by Dima Zavin
· 13 years ago
3e7b773
init: import the hardware specific init file in init.rc
by Dima Zavin
· 13 years ago
d7634c9
init: initialize property area early at boot
by Dima Zavin
· 13 years ago
a286480
Fix the class_reset command
by Ken Sumrall
· 13 years ago
2b99543
Pick up on androidboot.hardware kernel cmd option
by Vladimir Chtchetkine
· 13 years ago
ebf4658
init: do not load default.prop from ramdisk in charger mode
by Dima Zavin
· 13 years ago
ca47cef
init: add charge mode handling
by Dima Zavin
· 13 years ago
da04c52
init/cutils: move list utility code to cutils from init
by Dima Zavin
· 13 years ago
8f91282
init/cutils: move kernel logging interface to libcutils from init
by Dima Zavin
· 13 years ago
3bea079
init: check for list empty when getting commands for action
by Dima Zavin
· 13 years ago
c21dcef
am 45e8fc6b: am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in init when building with bootchart"
by Conley Owens
· 13 years ago
45e8fc6
am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in init when building with bootchart"
by Conley Owens
· 13 years ago
9ab8190
Fix build error in init when building with bootchart
by Carl-Emil Lagerstedt
· 14 years ago
8d48c8e
defer firmware load until after filesystems are mounted
by Brian Swetland
· 14 years ago
752923c
Changes to init to support encrypted filesystems.
by Ken Sumrall
· 14 years ago
d5c8ddf
Revert "Add "slow_start" keyword to init"
by Iliyan Malchev
· 14 years ago
50b3afd
Add "slow_start" keyword to init
by Paul Eastham
· 14 years ago
2268718
check the return value of setuid and friends
by Nick Kralevich
· 14 years ago
cfa0d84
Allow AID_RADIO to restart the ril-daemon.
by Wink Saville
· 14 years ago
64092e8
am 78ea2374: am 912ff85b: init: Add support for SOCK_SEQPACKET socket type
by Mike Lockwood
· 14 years ago
912ff85
init: Add support for SOCK_SEQPACKET socket type
by Mike Lockwood
· 14 years ago
150f19e
Mount /dev with nosuid
by Nick Kralevich
· 15 years ago
4ea0850
Revert "Mount /dev with noexec and nosuid"
by Nick Kralevich
· 15 years ago
4ec97f2
Mount /dev with noexec and nosuid
by Nick Kralevich
· 15 years ago
ebd4613
init: Fix init spinning once init.rc is complete
by Colin Cross
· 15 years ago
f83d0b9
init: Move uevent handling to an external ueventd process
by Colin Cross
· 15 years ago
6310a82
init: Split parser into generic parser and init parser
by Colin Cross
· 15 years ago
3294bbb
init: Allow services to start before property triggers are up
by Colin Cross
· 15 years ago
ed8a7d8
init: Move list and log handling to list.h and log.h
by Colin Cross
· 15 years ago
ebc6ff1
init: Handle commands in event queue loop
by Colin Cross
· 15 years ago
3899e9f
init: Move prototypes for util.c into util.h
by Colin Cross
· 15 years ago
9c5366b
init: Move signal handling to signal_handler.c
by Colin Cross
· 15 years ago
504bc51
init: Move gettime() to util.c
by Colin Cross
· 15 years ago
d11beb2
init: Move property_set_fd to property_service.c
by Colin Cross
· 15 years ago
ca7648d
init: Move parser prototypes to parser.h
by Colin Cross
· 15 years ago
0dd7ca6
init: Move device_fd to devices.c
by Colin Cross
· 15 years ago
a866695
init: Move keychords to keychords.c
by Colin Cross
· 15 years ago
f24ed8c
init: Move mtd functions from init.c to util.c
by Colin Cross
· 15 years ago
31712be
Move filesystem mounting into a new "fs" init level
by Colin Cross
· 15 years ago
4e221f0
init: Add support for specifying a services i/o priority
by San Mehat
· 15 years ago
7a36210
init: Support bugreports to SD card in user builds if adb is enabled.
by Mike Lockwood
· 15 years ago
8c92ba1
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
dc816d5
Allow an onrestart command to stop the current service
by Ben Gruver
· 16 years ago
11e1c42
completed implementation of "trigger" for init
by Jay Freeman (saurik)
· 16 years ago
96d58f4
Merge korg/donut into korg/master
by Jean-Baptiste Queru
· 15 years ago
0b5cb96
am d4cdd13f: init: Clean up dynamic argument handling for services
by San Mehat
· 16 years ago
d4cdd13
init: Clean up dynamic argument handling for services
by San Mehat
· 16 years ago
8ad1568
resolved conflicts w/ f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 merge...
by San Mehat
· 16 years ago
f24e252
init: Add the ability to start services with dynamic arguments.
by San Mehat
· 16 years ago
06c6589
am 770354d: init: Fix segfault when log_write() was missing an arg to fo
by Dima Zavin
· 16 years ago
770354d
init: Fix segfault when log_write() was missing an arg to format.
by Dima Zavin
· 16 years ago
dd7bc33
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e54eebb
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
038862e
Merge branch 'cupcake'
by The Android Open Source Project
· 16 years ago
5ae090e
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
77d0c65
Merge commit 'remotes/korg/cupcake'
by Jean-Baptiste Queru
· 16 years ago
35237d1
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
165de92
show error message when exec fails during service startup
by Ivan Djelic
· 16 years ago
4f6e8d7
Initial Contribution
by The Android Open Source Project
· 16 years ago