summaryrefslogtreecommitdiffstats
path: root/libcutils
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEADThe Android Open Source Project2013-11-2214-2718/+108
|\
| * am 45ddf184: am 9b8a929d: Merge "libcutils doesn\'t need to be looking at bio...Elliott Hughes2013-10-101-5/+0
| |\
| * \ am 5baecee3: am be18538d: Merge "Cleanup x86 flags and memset versions"Elliott Hughes2013-10-103-21/+2
| |\ \
| * \ \ am 1690a5a6: am aa62be65: Merge "Use SSE2 enhanced memset for capable x86 pro...Ying Wang2013-09-261-11/+15
| |\ \ \
| * \ \ \ am 0ee7d8c6: Fix Mac builds, for realz.Jeff Sharkey2013-09-202-2/+10
| |\ \ \ \
| | * | | | Fix Mac builds, for realz.Jeff Sharkey2013-09-202-2/+10
| * | | | | am 4481c325: Fix Mac builds.Jeff Sharkey2013-09-201-6/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix Mac builds.Jeff Sharkey2013-09-201-6/+2
| * | | | | am 44d6342c: Remove mkdir() side effect, add .nomedia, utils.Jeff Sharkey2013-09-201-0/+90
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove mkdir() side effect, add .nomedia, utils.Jeff Sharkey2013-09-201-0/+90
| * | | | | am c9ff3714: am 596e9c63: Merge "fix valgrind ioctl warning."Colin Cross2013-09-051-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Move liblog headers to system/core/include/logColin Cross2013-07-242-80/+1
| * | | | | libcutils: reimplement property_list() using __system_property_foreach()Greg Hackmann2013-06-181-10/+19
| * | | | | HACK: cutils: restore record_stream temporarilyDima Zavin2013-06-042-0/+187
| * | | | | libcutils: Don't build host property supportNick Kralevich2013-05-232-1/+7
| * | | | | cutils: first pass at cleaning up legacy/obsolete code in cutilsDima Zavin2013-05-0710-2819/+1
| * | | | | Merge "Make init handle reboots"Nick Kralevich2013-04-241-5/+2
| |\ \ \ \ \
| | * | | | | Make init handle rebootsNick Kralevich2013-04-231-5/+2
| * | | | | | klog: error handling fixupsTodd Poynor2013-04-221-0/+3
| |/ / / / /
* | | | | | Replace __reboot call with syscallPavel Chupin2013-11-211-1/+2
* | | | | | Fix a bunch of small system/core bugs.Elliott Hughes2013-10-291-0/+1
* | | | | | Eliminate text relocations in x86 optimized memset versionsPavel Chupin2013-10-242-8/+8
* | | | | | Use %zd for size_t.Elliott Hughes2013-10-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | libcutils doesn't need to be looking at bionic's privates.Elliott Hughes2013-10-101-5/+0
| |_|_|/ |/| | |
* | | | Cleanup x86 flags and memset versionsPavel Chupin2013-10-103-21/+2
| |_|/ |/| |
* | | Use SSE2 enhanced memset for capable x86 processorsDaniel Leung2013-09-241-11/+15
| |/ |/|
* | fix valgrind ioctl warning.Jin Wei2013-08-311-1/+1
* | am e755dfd4: Merge changes I1db3137b,I0f66144eColin Cross2013-06-191-10/+19
|\ \ | |/ |/|
| * libcutils: reimplement property_list() using __system_property_foreach()Greg Hackmann2013-06-181-10/+19
* | am 25538257: Merge "cutils: add a way to disable tracing for a process" into ...Jamie Gennis2013-04-161-11/+29
|\ \
| * \ Merge "cutils: add a way to disable tracing for a process" into jb-mr2-devJamie Gennis2013-04-161-11/+29
| |\ \
| | * | cutils: add a way to disable tracing for a processJamie Gennis2013-04-151-11/+29
* | | | am 774814d1: Merge "klog: Have klog_write() call klog_init() if needed" into ...Ken Sumrall2013-04-151-1/+4
|\ \ \ \ | |/ / /
| * | | klog: Have klog_write() call klog_init() if neededKen Sumrall2013-04-111-1/+4
| |/ /
* | | am c796ed97: We need libcutils to include liblogYing Wang2013-04-111-1/+3
|\ \ \ | |/ /
| * | We need libcutils to include liblogYing Wang2013-04-101-1/+3
* | | am 9b32f87a: Merge "Add Mips memset speedup"Keun-young Park2013-03-292-0/+35
|\ \ \ | |/ / |/| / | |/
| * Merge "Add Mips memset speedup"Keun-young Park2013-03-292-0/+35
| |\
| | * Add Mips memset speedupDuane Sand2012-08-292-0/+35
* | | libcutils: add support for app tracingJamie Gennis2013-03-281-5/+85
* | | am 4b9bdd33: am 90dd1402: am 241194ca: Merge "[MIPS] Benchmark test for MIPS ...Jeffrey Brown2013-02-068-0/+766
|\ \ \ | |/ /
| * | Merge "[MIPS] Benchmark test for MIPS memset16/memset32"Jeffrey Brown2013-02-078-0/+766
| |\ \
| | * | [MIPS] Benchmark test for MIPS memset16/memset32Duane Sand2012-12-278-0/+766
| * | | The localtime_tz and mktime_tz extensions are now in bionic.Elliott Hughes2013-01-155-3344/+0
| |/ /
* | | cutils: remove dead code.Nick Kralevich2013-01-291-38/+0
* | | am 7f692fe6: am 523e21d3: Merge "Fail-proof the inline directives for SMP ato...Ben Cheng2012-12-071-1/+1
|\ \ \ | |/ /
| * | Fail-proof the inline directives for SMP atomic operations.Ben Cheng2012-12-071-1/+1
* | | cutils: trace: add atrace_update_tags()Alex Ray2012-11-281-0/+13
* | | cutils: Add tracing supportAlex Ray2012-11-282-0/+76
* | | The localtime_tz and mktime_tz extensions are now in bionic.Elliott Hughes2012-10-185-3344/+0