Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
1e0d28b9c27ee5ea5dda08b6a2048dbce8ccd8cf
/
libc
/
Android.bp
d0ecf0b
Adding system property tracing
by Bowgo Tsai
· 5 years ago
d4d7efc
Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)"
by Vy Nguyen
· 5 years ago
dc503f6
Create per-API versions of the CRT objects.
by Dan Albert
· 5 years ago
d500751
Add a thread-properties API
by Vy Nguyen
· 5 years ago
f08e70a
Merge "Reimplement our no-op utmp.h functions more simply."
by Elliott Hughes
· 5 years ago
9a1d397
Reimplement our no-op utmp.h functions more simply.
by Elliott Hughes
· 5 years ago
422b204
Merge "Switch to musl memmem (via OpenBSD)."
by Elliott Hughes
· 5 years ago
5633caa
Switch to musl memmem (via OpenBSD).
by Elliott Hughes
· 5 years ago
e41012f
Merge "Enable coverage for libc."
by Treehugger Robot
· 5 years ago
8035caa
Enable coverage for libc.
by Pirama Arumuga Nainar
· 5 years ago
7591bb5
Merge "SCUDO fill options only when USE_SCUDO"
by Steven Moreland
· 5 years ago
a9208f3
Moving bionic_systrace.cpp out of libc_bionic_ndk
by Bowgo Tsai
· 5 years ago
26b0607
Sync with upstream OpenBSD.
by Elliott Hughes
· 5 years ago
fb65ee4
SCUDO fill options only when USE_SCUDO
by Steven Moreland
· 5 years ago
ef707f9
Remove references to libc_scudo.
by Christopher Ferris
· 5 years ago
dbb8670
Use more inclusive language for seccomp filter
by Victor Hsieh
· 5 years ago
dc39f6e
Merge "Adopt remaining MTE string routines."
by Peter Collingbourne
· 5 years ago
2361d4e
Adopt remaining MTE string routines.
by Peter Collingbourne
· 5 years ago
8e0707d
Move exit.c from stdlib to bionic subdirectory.
by Victor Khimenko
· 5 years ago
642b374
Merge "Define mte_supported() on non-aarch64."
by Peter Collingbourne
· 5 years ago
acadd09
Speed up seccomp with priority list.
by Bram Bonné
· 5 years ago
1beacd4
libc_scudo: Set min_sdk_version to apex_inherit
by Jooyung Han
· 5 years ago
1541800
Define mte_supported() on non-aarch64.
by Peter Collingbourne
· 5 years ago
262ff01
Merge "Set apex_available property"
by Jiyong Park
· 5 years ago
4ede160
Set apex_available property
by Jiyong Park
· 5 years ago
073c3dc
Merge "Add goldfish-opengl to use bionic_libc_platform_headers"
by Treehugger Robot
· 5 years ago
067f518
Add goldfish-opengl to use bionic_libc_platform_headers
by Roman Kiryanov
· 5 years ago
82d84bc
Make Bionic and kernel system includes explicit in the blueprints.
by Martin Stjernholm
· 5 years ago
15c32a8
Set min_sdk_version for mainline dependencies
by Jooyung Han
· 5 years ago
5a73e03
[libc] Zero and pattern initialization of heap memory.
by Evgenii Stepanov
· 5 years ago
82c1096
Merge "Reland "Make bionic_platform_headers available only for Bionic targets"."
by Martin Stjernholm
· 5 years ago
b107eab
fdtrack: add wrapper for socketpair.
by Josh Gao
· 5 years ago
7de4124
fdtrack: add wrapper for eventfd.
by Josh Gao
· 5 years ago
a276343
Reland "Make bionic_platform_headers available only for Bionic targets".
by Martin Stjernholm
· 5 years ago
ed95d01
Revert "Make bionic_platform_headers available only for Bionic t..."
by Martin Stjernholm
· 5 years ago
249f726
Make bionic_platform_headers available only for Bionic targets.
by Martin Stjernholm
· 5 years ago
1d9ccdf
Merge "libc: Add stubs.versions=R"
by Jooyung Han
· 5 years ago
a992a06
x86: Switch get_pc_thunk to comdat
by Ryan Prichard
· 5 years ago
23ec142
Merge "Add PTRACE_PEEKTAG to mte_kernel.h."
by Peter Collingbourne
· 5 years ago
dbfa074
libc: Add stubs.versions=R
by Jooyung Han
· 5 years ago
6e316e6
Add PTRACE_PEEKTAG to mte_kernel.h.
by Peter Collingbourne
· 5 years ago
379e05f
Stop exporting unwinder from arm32 libc.a
by Ryan Prichard
· 5 years ago
ad9946c
libc_header is available to any apex but only visible to certain places
by Jiyong Park
· 5 years ago
4b46629
Merge "Set apex_available property"
by Treehugger Robot
· 5 years ago
3309b3d
[GWP-ASan] Allow libc header access from GWP-ASan.
by Mitch Phillips
· 5 years ago
922a5c7
Set apex_available property
by Jiyong Park
· 5 years ago
7aa6ba4
Merge "Rewrite __cxa_atexit / __cxa_finalize"
by Ryan Prichard
· 5 years ago
7d97c36
Merge "Add 29 to stubs.versions of libc/libdl/libm"
by Treehugger Robot
· 5 years ago
afa983c
Rewrite __cxa_atexit / __cxa_finalize
by Ryan Prichard
· 6 years ago
26ddc4d
Add 29 to stubs.versions of libc/libdl/libm
by Jooyung Han
· 5 years ago
337a5b3
Switch to the arm-optimized-routines string routines on aarch64 where possible.
by Peter Collingbourne
· 5 years ago
56a9fda
Remove dead code.
by Elliott Hughes
· 5 years ago
062eba2
Enable scudo for non-svelte configs.
by Christopher Ferris
· 6 years ago
f3968e8
[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks).
by Mitch Phillips
· 6 years ago
2968695
Merge "Stop generating unused headers."
by Elliott Hughes
· 6 years ago
c2faf23
Stop generating unused headers.
by Elliott Hughes
· 6 years ago
5f45c18
Add an android_unsafe_frame_pointer_chase function.
by Peter Collingbourne
· 6 years ago
9727192
Add a tool to track down fd leaks.
by Josh Gao
· 6 years ago
4df29ed
Update to remove direct include of jemalloc_new.
by Christopher Ferris
· 6 years ago
29546b9
Merge "Make ramdisk_available."
by Yifan Hong
· 6 years ago
22fb267
Reimplement realpath.
by Elliott Hughes
· 6 years ago
5a39cee
Make ramdisk_available.
by Yifan Hong
· 6 years ago
c8226ec
Merge "Revert "Enable the scudo native allocator.""
by Christopher Ferris
· 6 years ago
39d9156
Merge "Export the unwinder implementation from libc."
by Peter Collingbourne
· 6 years ago
9981a1d
Revert "Enable the scudo native allocator."
by Anna Trostanetski
· 6 years ago
b72fed1
Merge "allow for heapprofd's signal to be multiplexed"
by Ryan Savitski
· 6 years ago
175c886
allow for heapprofd's signal to be multiplexed
by Ryan Savitski
· 6 years ago
b198958
Enable the scudo native allocator.
by Christopher Ferris
· 6 years ago
6a363f7
Let libmemunreachable use bionic_libc_platform_headers.
by Peter Collingbourne
· 6 years ago
f2b1e03
Export the unwinder implementation from libc.
by Peter Collingbourne
· 6 years ago
6dfde98
Merge "Add an android_mallopt for controlling the heap tagging level."
by Peter Collingbourne
· 6 years ago
1e110fb
Add an android_mallopt for controlling the heap tagging level.
by Peter Collingbourne
· 6 years ago
5074e7d
Move sigrtmin.h into platform headers.
by Josh Gao
· 6 years ago
5105ece
Revert "Enable the scudo native allocator."
by Ytai Ben-tsvi
· 6 years ago
6ffbe97
Enable the scudo native allocator.
by Christopher Ferris
· 6 years ago
35ee9d9
Merge "Add scsi directory"
by Wenhao Wang
· 6 years ago
69537f1
Add scsi directory
by Wenhao Wang
· 6 years ago
e1fd409
Add support for scudo svelte.
by Christopher Ferris
· 6 years ago
570de33
Stop linking ndk_cruft*.cpp into libc.a.
by Peter Collingbourne
· 6 years ago
c6b38ae
Sync with upstream OpenBSD strstr().
by Elliott Hughes
· 6 years ago
b061e77
Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM.
by Peter Collingbourne
· 6 years ago
97c4309
bionic: libc: remove -Wimplicit-fallthrough
by Nick Desaulniers
· 6 years ago
249757b
Use ifuncs in the linker
by Ryan Prichard
· 6 years ago
e99912f
Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled.
by Peter Collingbourne
· 6 years ago
36a5644
Pass -ffreestanding when compiling ifunc resolvers.
by Peter Collingbourne
· 6 years ago
900d07d
Add arm64 string.h function implementations for use with hardware supporting MTE.
by Peter Collingbourne
· 6 years ago
609d6ec
Merge "Adopt GNU calling convention for ifunc resolvers."
by Peter Collingbourne
· 6 years ago
ca3f8e4
sleep/usleep: switch to trivial implementations.
by Elliott Hughes
· 6 years ago
e949195
Adopt GNU calling convention for ifunc resolvers.
by Peter Collingbourne
· 6 years ago
22a6a05
Move dl_unwind_find_exidx from libdl.a to libc.a
by Ryan Prichard
· 6 years ago
e9ff762
Merge "Reimplement the <ctype.h> is* functions."
by Elliott Hughes
· 6 years ago
a4959aa
Reimplement the <ctype.h> is* functions.
by Elliott Hughes
· 6 years ago
e87e0dc
Restrict the availability of the bionic libs
by Jiyong Park
· 6 years ago
e55e5ee
Make it easy to switch between scudo and jemalloc.
by Christopher Ferris
· 6 years ago
82ee3a0
Merge "Optimize tolower(3)/toupper(3) from <ctype.h>."
by Elliott Hughes
· 6 years ago
d24c14d
Merge "Make tls related header files platform accessible."
by Christopher Ferris
· 6 years ago
1c8a2a9
Optimize tolower(3)/toupper(3) from <ctype.h>.
by Elliott Hughes
· 6 years ago
c5d3a43
Make tls related header files platform accessible.
by Christopher Ferris
· 6 years ago
7eb851c
Disable sanitization of crt objects.
by Peter Collingbourne
· 6 years ago
ae03b12
Remove global seccomp list.
by Elliott Hughes
· 6 years ago
Next »