index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the class_reset command
Ken Sumrall
2011-10-26
1
-1
/
+5
*
Pick up on androidboot.hardware kernel cmd option
Vladimir Chtchetkine
2011-09-28
1
-39
/
+8
*
init: do not load default.prop from ramdisk in charger mode
Dima Zavin
2011-09-06
1
-1
/
+5
*
init: add charge mode handling
Dima Zavin
2011-09-02
1
-8
/
+15
*
init/cutils: move list utility code to cutils from init
Dima Zavin
2011-09-02
1
-1
/
+1
*
init/cutils: move kernel logging interface to libcutils from init
Dima Zavin
2011-09-02
1
-1
/
+1
*
init: check for list empty when getting commands for action
Dima Zavin
2011-08-26
1
-1
/
+1
*
am 45e8fc6b: am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in...
Conley Owens
2011-07-25
1
-0
/
+2
|
\
|
*
am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in init when bu...
Conley Owens
2011-07-25
1
-0
/
+2
|
|
\
|
|
*
Fix build error in init when building with bootchart
Carl-Emil Lagerstedt
2011-04-11
1
-0
/
+2
*
|
|
defer firmware load until after filesystems are mounted
Brian Swetland
2011-03-25
1
-0
/
+7
|
/
/
*
|
Changes to init to support encrypted filesystems.
Ken Sumrall
2010-12-18
1
-5
/
+21
*
|
Revert "Add "slow_start" keyword to init"
Iliyan Malchev
2010-12-08
1
-4
/
+0
*
|
Add "slow_start" keyword to init
Paul Eastham
2010-12-04
1
-0
/
+4
*
|
check the return value of setuid and friends
Nick Kralevich
2010-11-17
1
-3
/
+12
*
|
Allow AID_RADIO to restart the ril-daemon.
Wink Saville
2010-10-03
1
-0
/
+3
*
|
am 78ea2374: am 912ff85b: init: Add support for SOCK_SEQPACKET socket type
Mike Lockwood
2010-10-01
1
-3
/
+4
|
\
\
|
|
/
|
*
init: Add support for SOCK_SEQPACKET socket type
Mike Lockwood
2010-10-01
1
-3
/
+4
*
|
Mount /dev with nosuid
Nick Kralevich
2010-06-22
1
-1
/
+1
*
|
Revert "Mount /dev with noexec and nosuid"
Nick Kralevich
2010-06-15
1
-1
/
+1
*
|
Mount /dev with noexec and nosuid
Nick Kralevich
2010-06-08
1
-1
/
+1
|
/
*
init: Fix init spinning once init.rc is complete
Colin Cross
2010-04-22
1
-1
/
+2
*
init: Move uevent handling to an external ueventd process
Colin Cross
2010-04-21
1
-86
/
+17
*
init: Split parser into generic parser and init parser
Colin Cross
2010-04-21
1
-5
/
+5
*
init: Allow services to start before property triggers are up
Colin Cross
2010-04-21
1
-4
/
+7
*
init: Move list and log handling to list.h and log.h
Colin Cross
2010-04-21
1
-0
/
+2
*
init: Handle commands in event queue loop
Colin Cross
2010-04-16
1
-142
/
+245
*
init: Move prototypes for util.c into util.h
Colin Cross
2010-04-13
1
-0
/
+1
*
init: Move signal handling to signal_handler.c
Colin Cross
2010-04-13
1
-111
/
+6
*
init: Move gettime() to util.c
Colin Cross
2010-04-13
1
-19
/
+0
*
init: Move property_set_fd to property_service.c
Colin Cross
2010-04-13
1
-6
/
+4
*
init: Move parser prototypes to parser.h
Colin Cross
2010-04-13
1
-0
/
+1
*
init: Move device_fd to devices.c
Colin Cross
2010-04-13
1
-4
/
+4
*
init: Move keychords to keychords.c
Colin Cross
2010-04-13
1
-101
/
+5
*
init: Move mtd functions from init.c to util.c
Colin Cross
2010-04-13
1
-72
/
+0
*
Move filesystem mounting into a new "fs" init level
Colin Cross
2010-04-13
1
-0
/
+3
*
init: Add support for specifying a services i/o priority
San Mehat
2010-02-26
1
-0
/
+8
*
init: Support bugreports to SD card in user builds if adb is enabled.
Mike Lockwood
2010-01-19
1
-15
/
+22
*
merge from open-source master
Jean-Baptiste Queru
2009-09-01
1
-4
/
+3
|
\
|
*
Allow an onrestart command to stop the current service
Ben Gruver
2009-08-27
1
-1
/
+2
|
*
completed implementation of "trigger" for init
Jay Freeman (saurik)
2009-08-25
1
-3
/
+1
|
*
Merge korg/donut into korg/master
Jean-Baptiste Queru
2009-07-25
1
-8
/
+49
|
|
\
*
|
\
am d4cdd13f: init: Clean up dynamic argument handling for services
San Mehat
2009-05-20
1
-34
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
init: Clean up dynamic argument handling for services
San Mehat
2009-05-20
1
-34
/
+10
*
|
|
resolved conflicts w/ f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 merge...
San Mehat
2009-05-20
1
-7
/
+72
|
\
\
\
|
|
/
/
|
*
|
init: Add the ability to start services with dynamic arguments.
San Mehat
2009-05-19
1
-6
/
+71
*
|
|
am 770354d: init: Fix segfault when log_write() was missing an arg to fo
Dima Zavin
2009-05-05
1
-1
/
+1
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
init: Fix segfault when log_write() was missing an arg to format.
Dima Zavin
2009-05-05
1
-1
/
+1
|
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+989
|
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-989
/
+0
[next]