Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
4aa51cd46842d4e821bd5536fd80ee0a796f3a83
/
libcutils
/
Android.mk
4aa51cd
Cleanup x86 flags and memset versions
by Pavel Chupin
· 11 years ago
51546ee
Use SSE2 enhanced memset for capable x86 processors
by Daniel Leung
· 12 years ago
821620f
am c796ed97: We need libcutils to include liblog
by Ying Wang
· 12 years ago
c796ed9
We need libcutils to include liblog
by Ying Wang
· 12 years ago
9c37960
am 9b32f87a: Merge "Add Mips memset speedup"
by Keun-young Park
· 12 years ago
9b32f87
Merge "Add Mips memset speedup"
by Keun-young Park
· 12 years ago
c5c410f
am 4b9bdd33: am 90dd1402: am 241194ca: Merge "[MIPS] Benchmark test for MIPS memset16/memset32"
by Jeffrey Brown
· 12 years ago
241194c
Merge "[MIPS] Benchmark test for MIPS memset16/memset32"
by Jeffrey Brown
· 12 years ago
def8d6a
The localtime_tz and mktime_tz extensions are now in bionic.
by Elliott Hughes
· 12 years ago
d4a8098
[MIPS] Benchmark test for MIPS memset16/memset32
by Duane Sand
· 12 years ago
0a34643
cutils: Add tracing support
by Alex Ray
· 12 years ago
6630052
The localtime_tz and mktime_tz extensions are now in bionic.
by Elliott Hughes
· 12 years ago
9685194
File-system utilities for installd and zygote.
by Jeff Sharkey
· 12 years ago
1ca1205
Add Mips memset speedup
by Duane Sand
· 12 years ago
fd7f1b6
Revert "Revert "Upgrade to dlmalloc 2.8.5.""
by Ian Rogers
· 12 years ago
42b83c6
Revert "Upgrade to dlmalloc 2.8.5."
by Brian Carlstrom
· 12 years ago
1768707
am e05ac541: am 9d779bf1: Merge "Upgrade to dlmalloc 2.8.5."
by Brian Carlstrom
· 12 years ago
2d13791
Upgrade to dlmalloc 2.8.5.
by Ian Rogers
· 12 years ago
de980f2
Omit multiuser.c from Windows builds.
by Jeff Sharkey
· 12 years ago
2be5338
Merge "Multi-user external storage support." into jb-mr1-dev
by Jeff Sharkey
· 12 years ago
885342a
Multi-user external storage support.
by Jeff Sharkey
· 12 years ago
93be76f
am e8e73b01: am 311a4758: Merge "Remove system/core\'s remnants of SH support."
by Jean-Baptiste Queru
· 12 years ago
6521a41
Remove system/core's remnants of SH support.
by Elliott Hughes
· 12 years ago
46ac0ef
Include to define uid_t.
by Jeff Sharkey
· 12 years ago
9509d27
Native utils for working with user and app IDs.
by Jeff Sharkey
· 12 years ago
053b865
Enhance native stack dumps.
by Jeff Brown
· 12 years ago
4a6b384
Provide portable wrapper for qsort_r.
by Jeff Brown
· 13 years ago
99e7f7a
Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a
by Andrew Hsieh
· 13 years ago
7913bc0
libcutils: Use proper private header to access C library's <time.h> extension
by David 'Digit' Turner
· 13 years ago
7e14e0c
cutils: only build klog for target
by Dima Zavin
· 13 years ago
da04c52
init/cutils: move list utility code to cutils from init
by Dima Zavin
· 13 years ago
8f91282
init/cutils: move kernel logging interface to libcutils from init
by Dima Zavin
· 13 years ago
29e1e73
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 13 years ago
1ac6dde
Move qtaguid.c from common sources in Android.mk to fix windows build.
by Ashish Sharma
· 13 years ago
8626cce
Add communication support for xt_qtaguid(network traffic accounting) kernel module.
by Ashish Sharma
· 13 years ago
2b8f76c
Tracking merge of dalvik-dev to master
by jeffhao
· 14 years ago
b05b0b5
Crypto changes for devices that don't write ext4 fs on wipe
by Ken Sumrall
· 13 years ago
14fc0c2
libcutils: build str_parms test for target instead of host
by Dima Zavin
· 14 years ago
0e02fca
Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils"
by Dima Zavin
· 14 years ago
b0d0e26
resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp
by Nick Kralevich
· 14 years ago
3f582e9
Fold uevent message origin checking from init into libcutils.
by Vernon Tang
· 14 years ago
de35f27
am 03752be0: am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils.""
by Nick Kralevich
· 14 years ago
de9e65d
Revert "Fold uevent message origin checking from init into libcutils."
by Nick Kralevich
· 14 years ago
e3ab424
am a7cf7ed9: am 282c2ab4: Merge "Fold uevent message origin checking from init into libcutils."
by Nick Kralevich
· 14 years ago
8405ec0
Fold uevent message origin checking from init into libcutils.
by Vernon Tang
· 14 years ago
0fad7d0
libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils
by Dima Zavin
· 14 years ago
e3aeeb4
Try to unmount writable filesystems when rebooting
by Ken Sumrall
· 14 years ago
bb12ac9
Assembly coded android_memset16 and android_memset32
by Lu, Hongjiu
· 14 years ago
d7a2952
Assembly coded android_memset16 and android_memset32
by Bruce Beare
· 14 years ago
7ab237f
Including dl heap stubs for the dalvikvm host build
by Jesse Wilson
· 14 years ago
93b0cb4
Define inline atomic operations for x86 and ARM.
by Carl Shapiro
· 14 years ago
ac322da
Atomic/SMP update.
by Andy McFadden
· 14 years ago
10d469b
system: Add support for getting/setting i/o priorities and include a userspace tool
by San Mehat
· 15 years ago
cf63d5d
Implementation of open_memstream().
by Andy McFadden
· 15 years ago
573463c
am 62f39c10: merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
b029e92
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
67a2ea3
Now all the callers are gone, remove adb_networking.*.
by Elliott Hughes
· 15 years ago
493dad9
libcutils: Add abstracted support for setting scheduler policies
by San Mehat
· 15 years ago
c6af911
added SuperH atomic support to libcutils
by Shin-ichiro KAWASAKI
· 15 years ago
96d58f4
Merge korg/donut into korg/master
by Jean-Baptiste Queru
· 15 years ago
260f48a
Helper to perform abortable blocking operations on a socket:
by Nick Pelly
· 15 years ago
1edfd38
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 15 years ago
f3cdf37
Don't compile abort_socket.c for host targets. It is only intended to run on Linux targets.
by Raphael
· 15 years ago
6766711
merge master to master_gl
by Mathias Agopian
· 15 years ago
3fc51ba
move native_handle stuff from master_gl
by Mathias Agopian
· 15 years ago
92a7541
Helper to perform abortable blocking operations on a socket:
by Nick Pelly
· 15 years ago
8f13782
move native_handle stuff from master_gl
by Mathias Agopian
· 15 years ago
34c22c5
am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
by David 'Digit' Turner
· 15 years ago
414ff7d
Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
by David 'Digit' Turner
· 15 years ago
1d3faaf
Integrate from //sandbox/mathias/donut/...@145728
by Mathias Agopian
· 16 years ago
b1487e4
auto import //branches/master/...@140412
by The Android Open Source Project
· 16 years ago
dd7bc33
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e54eebb
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
35237d1
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
4f6e8d7
Initial Contribution
by The Android Open Source Project
· 16 years ago