summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Only check caller when deriving permissions.Jeff Sharkey2013-08-301-0/+5
* | | Merge "Fix recursive locking bug." into klp-devJeff Sharkey2013-08-301-21/+36
|\| | | |/ |/|
| * Fix recursive locking bug.Jeff Sharkey2013-08-301-21/+36
* | am aed27f80: am b0739c66: Fix run-as which was broken in Android 4.3Alex Klyubin2013-08-281-19/+24
|\ \ | |/ |/|
| * am b0739c66: Fix run-as which was broken in Android 4.3Alex Klyubin2013-08-281-19/+24
| |\
| | * Fix run-as which was broken in Android 4.3Alex Klyubin2013-08-211-19/+24
* | | Merge "libusbhost: It's no longer assumed that "bus/usb" exists once "bus" wa...Benoit Goby2013-08-261-3/+16
|\ \ \
| * | | libusbhost: It's no longer assumed that "bus/usb" exists once "bus" was createdZiv Hendel2013-08-201-3/+16
* | | | Merge "Add standard options to readlink" into klp-devMichael Wright2013-08-231-8/+44
|\ \ \ \
| * | | | Add standard options to readlinkMichael Wright2013-08-221-8/+44
| |/ / /
* / / / Remove input flinger stubs. (DO NOT MERGE)Jeff Brown2013-08-221-7/+0
|/ / /
* | | Enable run-as to read packages.list now owned by package_info.Alex Klyubin2013-08-201-1/+1
* | | Seed Linux RNG from Hardware RNG at boot during init.Alex Klyubin2013-08-191-0/+85
* | | Merge "Add helpers for audio remote submix devices." into klp-devJeff Brown2013-08-191-1/+5
|\ \ \
| * | | Add helpers for audio remote submix devices.Jeff Brown2013-08-161-1/+5
* | | | Add basic readlink commandMichael Wright2013-08-192-1/+61
|/ / /
* | | Merge "Replace sRGB_888 with sRGB_X_8888" into klp-devJesse Hall2013-08-161-1/+1
|\ \ \
| * | | Replace sRGB_888 with sRGB_X_8888Jesse Hall2013-08-161-1/+1
* | | | Get rid of an infinite loop in NetlinkEvent.cpp.Lorenzo Colitti2013-08-161-8/+7
|/ / /
* | | Merge "Parse IP address changes in NetlinkEvent." into klp-devLorenzo Colitti2013-08-152-1/+117
|\ \ \
| * | | Parse IP address changes in NetlinkEvent.Lorenzo Colitti2013-08-142-1/+117
* | | | Merge "Fix handle_opendir() in the sdcard daemon" into klp-devKen Sumrall2013-08-141-0/+2
|\ \ \ \
| * | | | Fix handle_opendir() in the sdcard daemonKen Sumrall2013-08-141-0/+2
* | | | | Merge "Add legacy layout support to FUSE, enforce write." into klp-devJeff Sharkey2013-08-142-68/+264
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add legacy layout support to FUSE, enforce write.Jeff Sharkey2013-08-142-68/+264
* | | | | healthd: Move power_supply attribute paths to healthd_configTodd Poynor2013-08-134-78/+141
* | | | | healthd: switch to HAL static librariesTodd Poynor2013-08-131-6/+7
* | | | | healthd: fix botched logging callTodd Poynor2013-08-121-1/+1
|/ / / /
* | | | healthd: preserve uA and uAh units for current_now and charge_counterTodd Poynor2013-08-091-3/+3
* | | | Richer SD card permissions through FUSE.Jeff Sharkey2013-08-083-103/+432
|/ / /
* | | healthd: create healthd_board_init()Todd Poynor2013-08-083-25/+33
* | | healthd: add health HAL supportTodd Poynor2013-08-075-25/+137
* | | healthd: add optional current_now and charge_counter to tracked stateTodd Poynor2013-08-072-6/+38
* | | Merge "Add basic verity support to fs_mgr."Geremy Condra2013-08-077-7/+465
|\ \ \
| * | | Add basic verity support to fs_mgr.Geremy Condra2013-08-077-7/+465
* | | | Merge "Add audio_input_flags_t"Glenn Kasten2013-08-051-0/+10
|\ \ \ \
| * | | | Add audio_input_flags_tGlenn Kasten2013-08-021-0/+10
* | | | | move libs/utils to libutilsAlex Ray2013-08-0240-0/+0
* | | | | libnetutils: Get mtu together with dhcp session resultsDmitry Shmidt2013-08-022-7/+18
|/ / / /
* | | | Merge "Window: Add query for consumer usage bits."Eino-Ville Talvala2013-08-011-1/+7
|\ \ \ \
| * | | | Window: Add query for consumer usage bits.Eino-Ville Talvala2013-07-301-1/+7
* | | | | minor tweaks to FlattenableUtilsMathias Agopian2013-08-011-5/+8
* | | | | Add a new utf8-to-utf16 conversion function.Dianne Hackborn2013-07-312-0/+37
* | | | | Merge remote-tracking branch 'goog/libutils-import' into HEADAlex Ray2013-07-3190-0/+18082
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix BlobCache_testBrian Carlstrom2013-07-311-12/+12
| * | | | Make Flattenable not virtual (libutils)Mathias Agopian2013-07-315-82/+94
| * | | | libutils: give BasicHashtableImpl a virtual destructorAlex Ray2013-07-302-0/+5
| * | | | add static dependency on liblogColin Cross2013-07-302-0/+53
| * | | | utils: move thread enums to system/coreAlex Ray2013-07-301-47/+1
| * | | | Added bitwise-or and bitwise-and to BitSetMichael Wright2013-07-303-0/+102