summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "libcutils: Simplify android_get_control_socket()"Treehugger Robot2018-06-281-14/+10
|\
| * libcutils: Simplify android_get_control_socket()Bernie Innocenti2018-05-281-14/+10
* | Merge "libcutils: add OWNERS."Treehugger Robot2018-06-121-0/+4
|\ \
| * | libcutils: add OWNERS.Elliott Hughes2018-06-121-0/+4
* | | bootstat: Remove the CAP_SYSLOG capabilityLuis Hector Chavez2018-06-111-2/+0
* | | logd: Move the capabilities from file based to ambientLuis Hector Chavez2018-06-111-4/+1
|/ /
* / Support /product/binInseob Kim2018-05-311-2/+5
|/
* Mark as recovery_available: trueJiyong Park2018-05-141-0/+2
* Merge "libctuils: Exclude qtaguid.cpp from VNDK-SP variant"Logan Chien2018-05-081-0/+9
|\
| * libctuils: Exclude qtaguid.cpp from VNDK-SP variantLogan Chien2018-05-081-0/+9
* | Remove more bogus <stdbool.h> #includes from C++.Elliott Hughes2018-05-084-4/+0
|/
* Systrace support for NNAPIMika Raento2018-04-261-1/+2
* Rewrite get_sched_policy_name for safety.Elliott Hughes2018-04-253-18/+20
* cutils: add restricted cpusetTim Murray2018-04-252-15/+18
* llkd: add live-lock daemonMark Salyzyn2018-04-181-0/+1
* lmkd: limit capability set to minimumMark Salyzyn2018-04-161-0/+1
* Remove vendor Wifi and BT entries from fs_config.cppTom Cherry2018-03-291-18/+6
* Merge "Enabled SYS_MODULE capability for wifi@1.0-service"Treehugger Robot2018-03-291-2/+3
|\
| * Enabled SYS_MODULE capability for wifi@1.0-serviceAjit Kumar2018-03-291-2/+3
* | Add new trace tag for AIDL.Martijn Coenen2018-03-261-1/+2
* | Remove fs_config entries for webview_zygote.Robert Sesek2018-02-141-10/+0
|/
* Add tracing tags to vibratorAlexey Kuzmin2018-02-131-1/+2
* Support * as a wildcard for ATRACE_TAG_APPDaniel Colascione2018-02-091-1/+1
* Merge "Revert "Don't initialize atrace if it's already disabled.""Treehugger Robot2018-02-081-6/+6
|\
| * Revert "Don't initialize atrace if it's already disabled."Paul Crowley2018-02-071-6/+6
* | libcutils: Add "daemon" and "bin" users for testing onlyMark Salyzyn2018-02-051-0/+3
* | Merge "libcutils: test: increase use of ashmem_valid(fd)"Treehugger Robot2018-01-311-22/+48
|\ \ | |/ |/|
| * libcutils: test: increase use of ashmem_valid(fd)Mark Salyzyn2018-01-261-22/+48
* | Don't initialize atrace if it's already disabled.Paul Crowley2018-01-301-6/+6
* | Add AID for Secure Element ApplicationRuchi Kandoi2018-01-251-0/+1
|/
* Support /product partitionJaekyun Seok2018-01-241-0/+1
* Add AID_STATSD and AID_INCIDENTD for statsd/incidentd daemons.Yi Jin2018-01-091-0/+2
* Merge "libcutils: Stop checking the uid of netlink messages"Treehugger Robot2018-01-091-53/+0
|\
| * libcutils: Stop checking the uid of netlink messagesLuis Hector Chavez2018-01-081-53/+0
* | Merge "Use override_export_include_dirs."Treehugger Robot2018-01-081-1/+1
|\ \ | |/ |/|
| * Use override_export_include_dirs.Steven Moreland2018-01-051-1/+1
* | Allocate GID to use reserved disk space.Jeff Sharkey2018-01-071-0/+1
|/
* Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-2/+2
* Stop defining local "unused" macros now this is C++.Elliott Hughes2017-11-306-39/+16
* Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-292-2/+2
* Better, consistent definition of AID_SHARED_GID.Jeff Sharkey2017-11-133-6/+14
* Remove dead dlmalloc stubs.Elliott Hughes2017-11-102-42/+0
* Move libcutils source to C++.Elliott Hughes2017-11-1040-126/+150
* Merge changes from topic "qtaguidReplace"Treehugger Robot2017-11-104-183/+130
|\
| * Redirect qtaguid native call to netd fwmark clientChenbo Feng2017-11-093-1/+190
| * Move qtaguid API out of libcutilsChenbo Feng2017-11-082-242/+0
* | libcutils: Work around the lack of __mulodi4Luis Hector Chavez2017-11-031-3/+21
* | libcutils: Make uevent_kernel_* namespace-awareLuis Hector Chavez2017-11-033-24/+76
|/
* Merge "libcutils: Fix thread ID on macOS"Christopher N. Hesse2017-10-231-1/+3
|\
| * libcutils: Fix thread ID on macOSChristopher N. Hesse2017-10-221-1/+3