index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
devices.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ueventd: fix subsystem list logic issues
Tom Cherry
2017-08-18
1
-16
/
+14
*
init: split security functions out of init.cpp
Tom Cherry
2017-08-14
1
-20
/
+14
*
ueventd: remove character device symlinks (/dev/usb/*)
Tom Cherry
2017-06-26
1
-74
/
+16
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-19
/
+32
*
Revert "Revert "ueventd: remove PlatformDeviceList""
Sandeep Patil
2017-06-21
1
-25
/
+29
*
Revert "ueventd: remove PlatformDeviceList"
Tom Cherry
2017-06-21
1
-29
/
+25
*
ueventd: remove PlatformDeviceList
Tom Cherry
2017-06-20
1
-25
/
+29
*
ueventd: parallelize uevent handling
Tom Cherry
2017-06-02
1
-4
/
+5
*
ueventd: Break devices.cpp into discrete classes
Tom Cherry
2017-05-25
1
-632
/
+194
*
init should #include <sys/sysmacros.h>
Elliott Hughes
2017-05-18
1
-0
/
+1
*
init: remove restorecon() from util.cpp
Tom Cherry
2017-05-09
1
-1
/
+1
*
ueventd: do not reference init's sehandle
Tom Cherry
2017-05-01
1
-4
/
+8
*
ueventd: remove leftovers of the SELinux policy update mechanism
Tom Cherry
2017-05-01
1
-12
/
+0
*
ueventd: replace ueventd_parser.cpp with init_parser.cpp
Tom Cherry
2017-04-25
1
-27
/
+142
*
ueventd: create classes for dev and sys permissions
Tom Cherry
2017-04-17
1
-121
/
+51
*
ueventd: convert platform_names from C list to std::vector
Tom Cherry
2017-04-14
1
-93
/
+41
*
ueventd: replace char* with std::string in struct uevent
Tom Cherry
2017-04-14
1
-91
/
+71
*
ueventd: Fix up string handling in handle_*_device_event()
Tom Cherry
2017-04-12
1
-102
/
+38
*
ueventd: move subsystem logic from code to ueventd.rc
Tom Cherry
2017-04-12
1
-34
/
+7
*
Merge "ueventd: remove /dev/log"
Treehugger Robot
2017-04-12
1
-5
/
+0
|
\
|
*
ueventd: remove /dev/log
Tom Cherry
2017-04-11
1
-5
/
+0
*
|
ueventd: replace char** links with std::vector<std::string>
Tom Cherry
2017-04-08
1
-170
/
+118
|
/
*
Merge "init: more header cleanup"
Treehugger Robot
2017-04-07
1
-11
/
+7
|
\
|
*
init: more header cleanup
Tom Cherry
2017-04-06
1
-11
/
+7
*
|
ueventd: Write tests for the get_*_symlinks() functions
Tom Cherry
2017-04-05
1
-9
/
+22
|
/
*
ueventd: support by-name symlinks for virtual block devices
Jeremy Compostella
2017-03-07
1
-0
/
+31
*
Check setegid() return values
Tom Cherry
2017-02-23
1
-2
/
+7
*
init: refactor to allow successive device_init calls
Sandeep Patil
2017-02-22
1
-7
/
+13
*
init: early_mount: add support to mount non-verity partitions early
Sandeep Patil
2017-02-13
1
-3
/
+21
*
init: remove the existing early_mount code
Sandeep Patil
2017-02-09
1
-63
/
+2
*
init: refactor: add support for doing early coldboot
Sandeep Patil
2017-02-09
1
-39
/
+74
*
ueventd: make selinux labeling optional for device creation
Sandeep Patil
2017-02-08
1
-7
/
+11
*
Replace the "coldboot" timeout with a property.
Elliott Hughes
2016-12-03
1
-2
/
+2
*
Add flags to restorecon_recursive to traverse filesystems
Paul Lawrence
2016-11-16
1
-1
/
+1
*
Merge "init: fix memory leaks"
Treehugger Robot
2016-11-16
1
-2
/
+7
|
\
|
*
init: fix memory leaks
Ting-Yuan Huang
2016-11-15
1
-2
/
+7
*
|
Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.
Elliott Hughes
2016-11-14
1
-1
/
+2
*
|
Switch ueventd to sendfile(2).
Elliott Hughes
2016-11-14
1
-110
/
+58
|
/
*
Modify log level for service and ueventd
Wei Wang
2016-10-04
1
-1
/
+1
*
Use android::base::Readlink in init.
Elliott Hughes
2016-08-31
1
-13
/
+32
*
Mount /vendor and /odm early
Hung-ying Tyan
2016-08-17
1
-16
/
+85
*
ueventd: Remove verbose restorecon_recursive: message
Dmitry Shmidt
2016-07-28
1
-1
/
+1
*
Move init to libbase logging.
Elliott Hughes
2016-06-27
1
-38
/
+33
*
ueventd: only relabel devices if there's a delta
William Roberts
2016-06-03
1
-1
/
+15
*
init: support matching sysfs class paths in ueventd.rc
Rob Herring
2016-05-13
1
-14
/
+23
*
init: rework fixup_sys_perms to use perm_path_matches
Rob Herring
2016-05-11
1
-43
/
+30
*
ueventd: relabel block devices nodes when processing subsequent add events
Mihai Serban
2016-04-28
1
-6
/
+15
*
Address const issues in preparation for libcxx rebase.
Dan Austin
2016-03-28
1
-2
/
+2
*
system/core: Cleanup direct calls to opendir by containing in a
James Hawkins
2016-02-18
1
-3
/
+4
*
init: Fix load_firmware error
Biao Lu
2016-02-01
1
-12
/
+5
[next]