Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
0909af57d59422be672ad02e72837e773e1ddd4b
/
include
/
cutils
0a16d83
Remove unconditional swap from the android atomic operations suite.
by Carl Shapiro
· 14 years ago
2bf937e
Use DMB ST for store fence.
by Andy McFadden
· 14 years ago
a417657
am df2f5a07: am d55f0adf: Qualify the source argument of atomic loads as a const pointer.
by Carl Shapiro
· 14 years ago
df2f5a0
am d55f0adf: Qualify the source argument of atomic loads as a const pointer.
by Carl Shapiro
· 14 years ago
d55f0ad
Qualify the source argument of atomic loads as a const pointer.
by Carl Shapiro
· 14 years ago
464431e
Add definitions for store barrier.
by Brian Carlstrom
· 14 years ago
3c659a8
am f2af88e8: Tracking merge of dalvik-dev to gingerbread
by Brian Carlstrom
· 14 years ago
f2af88e
Tracking merge of dalvik-dev to gingerbread
by Brian Carlstrom
· 14 years ago
4e24696
am 64ba76c1: merge from open-source master
by The Android Open Source Project
· 15 years ago
64ba76c
merge from open-source master
by The Android Open Source Project
· 15 years ago
1929990
Fixed LOG_ASSERT() compilation errors in native debug builds.
by Chris Pearson
· 15 years ago
9f6d28d
Fix sim-eng build.
by Andy McFadden
· 15 years ago
a340540
Remove an obsolete compatibility macro.
by Carl Shapiro
· 15 years ago
3de5dba
am 2c4676de: am 93b0cb40: Define inline atomic operations for x86 and ARM.
by Carl Shapiro
· 15 years ago
93b0cb4
Define inline atomic operations for x86 and ARM.
by Carl Shapiro
· 15 years ago
f4dd883
Fix build.
by Andy McFadden
· 15 years ago
8264358
am 8dfa47da: Atomic/SMP update, part 2.
by Andy McFadden
· 15 years ago
8dfa47d
Atomic/SMP update, part 2.
by Andy McFadden
· 15 years ago
62af8f2
Atomic/SMP update. [manual merge to dalvik-dev]
by Andy McFadden
· 15 years ago
ac322da
Atomic/SMP update.
by Andy McFadden
· 15 years ago
a68049a
Merge remote branch 'goog/froyo' into mm
by Brian Carlstrom
· 15 years ago
e2bf2ea
Make logcat print both the main and system buffers by default. Make SLOGx macros work.
by Joe Onorato
· 15 years ago
10d469b
system: Add support for getting/setting i/o priorities and include a userspace tool
by San Mehat
· 15 years ago
b99a099
Add a new method to export the extent of the break, akin to return
by Carl Shapiro
· 15 years ago
63b396d
Eliminate the stdint.h include. In retrospect, it seems that the
by Carl Shapiro
· 15 years ago
143b370
Include stddef.h to make the size_t visible. Resolves a simulator
by Carl Shapiro
· 15 years ago
17128f6
Break out create_contiguous_mspace_with_base
by Barry Hayes
· 15 years ago
2dcf1fb
Merge "Break out create_contiguous_mspace_with_base This routine allows creating a contiguous mspace from raw mapped memory. In turn, this will enable preallocation of the 3 heap spaces, which will help remembered sets and zygote/app checks given pointer values."
by Barry Hayes
· 15 years ago
b17772d
Break out create_contiguous_mspace_with_base
by Barry Hayes
· 15 years ago
cf63d5d
Implementation of open_memstream().
by Andy McFadden
· 15 years ago
5f64815
am 38b2ddc4: am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy
by San Mehat
· 15 years ago
c0dfca7
cutils: Add support for reading a processes scheduler policy
by San Mehat
· 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
af20325
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
baf83e0
am 3f627205: Merge change 2875 into donut
by Android (Google) Code Review
· 16 years ago
7be52b1
Added ashmem_get_size_region() function.
by Bjorn Bringert
· 16 years ago
e26cbea
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
730c8d7
am ebefc48e: Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h>
by David 'Digit' Turner
· 16 years ago
ebefc48
Expose the stable/frozen log-related definitions of <cutils/logd.h> into a new header: <android/log.h>
by David 'Digit' Turner
· 16 years ago
6766711
merge master to master_gl
by Mathias Agopian
· 16 years ago
d2362c2
am fee77ec0: don\'t use cdefs.h as it breaks the windows build.
by Mathias Agopian
· 16 years ago
fee77ec
don't use cdefs.h as it breaks the windows build.
by Mathias Agopian
· 16 years ago
3fc51ba
move native_handle stuff from master_gl
by Mathias Agopian
· 16 years ago
92a7541
Helper to perform abortable blocking operations on a socket:
by Nick Pelly
· 16 years ago
8f13782
move native_handle stuff from master_gl
by Mathias Agopian
· 16 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
· 16 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
· 16 years ago
035b427
am 722a5c04: Add support for "standalone months" to tztime\'s strftime().
by Eric Fischer
· 16 years ago
722a5c0
Add support for "standalone months" to tztime's strftime().
by Eric Fischer
· 16 years ago
8cd81ab
get rid of native_handle_{dup|copy} since they were not used any longer
by Mathias Agopian
· 16 years ago
cccf427
fix copyright notice
by Mathias Agopian
· 16 years ago
b5fbd75
add a compiler.h to libcutils. it's intended to define compiler-dependent macros.
by Mathias Agopian
· 16 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
1b8e5a6
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 16 years ago
8ac3a13
auto import from //branches/cupcake/...@127101
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