Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
822beaeeacc36f368c12aa93133aeed2f59e737b
/
libc
bc37c5a
fortify(strings): emit diagnostics regardless of API level
by George Burgess IV
· 6 years ago
d0a0f72
fortify(socket/stat): emit diagnostics regardless of API level
by George Burgess IV
· 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
4096cba
Merge "Disable sanitization of crt objects."
by Peter Collingbourne
· 6 years ago
c5d3a43
Make tls related header files platform accessible.
by Christopher Ferris
· 6 years ago
0e670e2
ASCII fastpath for towupper and towlower.
by Balaram Makam
· 6 years ago
7eb851c
Disable sanitization of crt objects.
by Peter Collingbourne
· 6 years ago
e86e505
Fix gensyscalls.py to actually use the input argument provided in
by John Cater
· 6 years ago
8a18af5
Make more pthread functions weak for native bridge
by Evgeny Eltsin
· 6 years ago
1db8fdb
Merge "Remove global seccomp list."
by Elliott Hughes
· 6 years ago
fa43309
Merge "ifuncs: start sharing."
by Elliott Hughes
· 6 years ago
ae03b12
Remove global seccomp list.
by Elliott Hughes
· 6 years ago
e6c3f06
Merge "fortify: account for new clang diagnostics"
by Treehugger Robot
· 6 years ago
a4c7876
ifuncs: start sharing.
by Elliott Hughes
· 6 years ago
36926f4
fortify: account for new clang diagnostics
by George Burgess IV
· 6 years ago
2b0638e
Make bionic_malloc.h a platform header.
by Christopher Ferris
· 6 years ago
85be972
crtbegin: replace TPREL with R_*_NONE relocs
by Ryan Prichard
· 7 years ago
e2c10d8
Merge "Update to kernel headers v5.2.11."
by Christopher Ferris
· 6 years ago
d0494b3
Merge "Test for ns_parserr() and got a heap-buffer-overflow"
by Treehugger Robot
· 6 years ago
2fb9a03
Merge "versioner: Fix bzero/bcopy fortify"
by Logan Chien
· 6 years ago
e892fd6
Update to kernel headers v5.2.11.
by Christopher Ferris
· 6 years ago
37ff081
Merge "Support statvfs on API levels before 19."
by Elliott Hughes
· 6 years ago
add3a4a
Merge "Add EFD_SEMAPHORE flag for eventfd."
by Christopher Ferris
· 6 years ago
2c4cb0d
Add EFD_SEMAPHORE flag for eventfd.
by Christopher Ferris
· 6 years ago
8292d04
Merge "versioner: Fix C11 threads.h"
by Logan Chien
· 6 years ago
b33952c
versioner: Fix bzero/bcopy fortify
by Logan Chien
· 6 years ago
261bd74
Support statvfs on API levels before 19.
by Elliott Hughes
· 6 years ago
235aad1
versioner: Fix C11 threads.h
by Logan Chien
· 6 years ago
6d5277d
Update references to the new com.android.art APEX.
by Martin Stjernholm
· 7 years ago
2cc7646
Test for ns_parserr() and got a heap-buffer-overflow
by chenbruce
· 7 years ago
9db3486
Add arm32 case to BIONIC_STOP_UNWIND to correctly stop unwinders
by Ryan Savitski
· 6 years ago
f1fde77
Move __dso_handle to RELRO
by Vic Yang
· 6 years ago
665e98e
Merge "Add additional dl_phdr_info fields"
by Ryan Prichard
· 6 years ago
a2e83ab
Add additional dl_phdr_info fields
by Ryan Prichard
· 6 years ago
74e5643
Merge "Link libc++demangle."
by Treehugger Robot
· 6 years ago
28cf07f
Merge "Reland "fdsan: make fatal by default.""
by Treehugger Robot
· 6 years ago
6a51013
Reland "fdsan: make fatal by default."
by Josh Gao
· 6 years ago
f69d852
Automatically include <android/ndk-version.h> from every header.
by Elliott Hughes
· 6 years ago
3952113
Merge "Fix a few bionic test failures caused by hwasan global instrumentation."
by Peter Collingbourne
· 6 years ago
191ecdc
Fix a few bionic test failures caused by hwasan global instrumentation.
by Peter Collingbourne
· 6 years ago
2fbbc25
Merge "Fix OOB read in fortify str[np]cpy implementations found by hwasan."
by Treehugger Robot
· 6 years ago
a960142
Fix timespec.h documentation
by Tom Cherry
· 6 years ago
c6c17ac
Merge "Revert "fdsan: make fatal by default.""
by Pete Gillin
· 6 years ago
76351e3
Revert "fdsan: make fatal by default."
by Pete Gillin
· 6 years ago
a51bded
Fix OOB read in fortify str[np]cpy implementations found by hwasan.
by Peter Collingbourne
· 6 years ago
5dea560
Merge "Remove now unneeded #undef in __cxa_guard.cpp"
by Tom Cherry
· 6 years ago
592b5f5
Merge "fdsan: make fatal by default."
by Josh Gao
· 6 years ago
66b5e3c
fdsan: make fatal by default.
by Josh Gao
· 6 years ago
08baac3
Remove now unneeded #undef in __cxa_guard.cpp
by Tom Cherry
· 7 years ago
da32ff1
Merge "Add memfd_create(2) and mlock2(2)."
by Elliott Hughes
· 6 years ago
5d3ba4e
Merge "Update to kernel headers v5.2.6."
by Christopher Ferris
· 7 years ago
6533208
linker: Add library load and unload hooks for HWASan.
by Peter Collingbourne
· 7 years ago
3d24d2b
Add memfd_create(2) and mlock2(2).
by Elliott Hughes
· 7 years ago
fa59a10
Update to kernel headers v5.2.6.
by Christopher Ferris
· 7 years ago
9a5bdd6
Update seccomp whitelist.
by Elliott Hughes
· 7 years ago
fd56f55
Merge "Add renameat2."
by Elliott Hughes
· 7 years ago
05b675e
Add renameat2.
by Elliott Hughes
· 7 years ago
ee7bc30
seccomp: add the "64-bit time for 32-bit processes" system calls.
by Elliott Hughes
· 7 years ago
c2a722f
Merge changes I99d2faae,Ie98b7624
by Ryan Prichard
· 7 years ago
30feb64
Enable traditional TLS accesses on arm64
by Ryan Prichard
· 7 years ago
6d60145
Renumber arm64 TLS to match GNU values
by Ryan Prichard
· 7 years ago
876c6f0
Merge "Fix clang header dependency for versioner"
by Pirama Arumuga Nainar
· 7 years ago
49c733c
Fix clang header dependency for versioner
by Pirama Arumuga Nainar
· 7 years ago
03ff436
Use the new sort_bss_symbols_by_size option for libc
by Vic Yang
· 7 years ago
d5c0a50
Merge "Name stack+tls VMAs with PR_SET_VMA_ANON_NAME"
by Ryan Prichard
· 7 years ago
4ea1921
Link libc++demangle.
by Dan Albert
· 7 years ago
4f40d47
Merge "Add missing nothrow attribute"
by Treehugger Robot
· 7 years ago
7b50f7d
Add missing nothrow attribute
by Yi Kong
· 7 years ago
6883b08
Reserve signal for java heap dumps.
by Florian Mayer
· 7 years ago
03cef38
Name stack+tls VMAs with PR_SET_VMA_ANON_NAME
by Ryan Prichard
· 7 years ago
6b2532e
Merge "Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>)"
by Tom Cherry
· 7 years ago
5a8482e
Merge "Load /etc/{passwd,group} from all partitions"
by Tom Cherry
· 7 years ago
91b0430
Merge "Add bionic_libc_private_headers for use by art"
by Paul Duffin
· 7 years ago
9782b87
Move to the libc++ demangler.
by Christopher Ferris
· 7 years ago
76e2b15
Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>)
by Tom Cherry
· 7 years ago
6b5cb03
Add bionic_libc_private_headers for use by art
by Paul Duffin
· 7 years ago
9cf7601
Merge "Update notice"
by Tom Cherry
· 7 years ago
40f69ae
Update notice
by Tom Cherry
· 7 years ago
800c1a9
Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONIC
by Tom Cherry
· 7 years ago
59cc0b3
Merge "Clear pointer tags as required for HWASAN for globals."
by Treehugger Robot
· 7 years ago
3975431
Merge "Add avx2 version of wmemset in binoic"
by Elliott Hughes
· 7 years ago
45f0a3b
Clear pointer tags as required for HWASAN for globals.
by Peter Collingbourne
· 7 years ago
4ed2f47
Add avx2 version of wmemset in binoic
by Shalini Salomi Bodapati
· 7 years ago
6901080
Implement new clock wait functions
by Tom Cherry
· 7 years ago
c80af7f
Merge "Explicitly add open/stat64 to the seccomp common whitelist."
by Elliott Hughes
· 7 years ago
34d11e5
Merge "Avoid calling snprintf in bionic_trace_begin."
by Treehugger Robot
· 7 years ago
33e0799
Explicitly add open/stat64 to the seccomp common whitelist.
by Elliott Hughes
· 7 years ago
e1d121b
Avoid calling snprintf in bionic_trace_begin.
by Josh Gao
· 7 years ago
777b34d
Load /etc/{passwd,group} from all partitions
by Tom Cherry
· 7 years ago
7897705
Merge "Update to kernel headers v5.2."
by Christopher Ferris
· 7 years ago
3d0bafb
Do not check tcache clear when doing a purge.
by Christopher Ferris
· 7 years ago
aeddbcf
Update to kernel headers v5.2.
by Christopher Ferris
· 7 years ago
b2bd7c5
Merge "libnetd_client: support hooking sendto/sendmsg/sendmmsg too."
by Elliott Hughes
· 7 years ago
36bc922
Merge changes I33957ad4,I02f8f87d,Iba04e486
by George Burgess IV
· 7 years ago
261b7f4
fortify: replace bzero/bcmp defines
by George Burgess IV
· 7 years ago
3bdeae7
Merge changes I557309b3,If5f47e0e
by George Burgess IV
· 7 years ago
5c6a3f9
libnetd_client: support hooking sendto/sendmsg/sendmmsg too.
by Elliott Hughes
· 7 years ago
50080a2
Remove the ___ hack.
by Elliott Hughes
· 7 years ago
Next »