Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
c2b9fec50b4bc33de60aef764798a2aca3c35873
/
libc
c2b9fec
Require vendor users and groups to start with vendor_
by Tom Cherry
· 8 years ago
5a6c866
Merge "Fix nullptr dereference during sort."
by Christopher Ferris
· 8 years ago
d91285f
Fix PROP_FILENAME_MAX overflow handling
by Ryan Prichard
· 8 years ago
5258c25
Fix async_safe_fatal overflow handling
by Ryan Prichard
· 8 years ago
c151bc3
Fix nullptr dereference during sort.
by Christopher Ferris
· 8 years ago
8602538
Merge "Fix sysconf errno for unknown names."
by Elliott Hughes
· 8 years ago
d6f5730
Fix sysconf errno for unknown names.
by Elliott Hughes
· 8 years ago
5ed15ba
Remove ion.h from bionic uapi headers.
by Christopher Ferris
· 8 years ago
47e41c8
Add __libc_add_main_thread and mark it weak
by Evgeny Eltsin
· 8 years ago
97ef435
Merge "Revert "Add 64-bit slm optimized strlcpy and srlcat.""
by Treehugger Robot
· 8 years ago
e219cef
Fix posix_memalign introduced tag.
by Dan Albert
· 8 years ago
0e87940
Disable lld, libc_malloc_debug failed to boot.
by Chih-Hung Hsieh
· 8 years ago
af0ad77
Merge "Bionic: Always use fortified versions of FD_X macros"
by Treehugger Robot
· 8 years ago
9ee88bd
Merge "Type of second __sched_cpucount should be "const cpu_set_t*"."
by Treehugger Robot
· 8 years ago
00a6d5f
Bionic: Always use fortified versions of FD_X macros
by Andreas Gampe
· 8 years ago
37793a1
Type of second __sched_cpucount should be "const cpu_set_t*".
by Tong Shen
· 8 years ago
da1994c
Add dlext.h to the libdl doc group.
by Dan Albert
· 8 years ago
611ad62
Revert "Add 64-bit slm optimized strlcpy and srlcat."
by Jeremy Compostella
· 8 years ago
5ad1421
Point to the NDK wrap.sh docs.
by Elliott Hughes
· 8 years ago
7dc7d2b
Stop claiming that malloc debug is only usable on rooted devices.
by Elliott Hughes
· 8 years ago
46a943c
Support getting/setting API level in static binaries.
by Elliott Hughes
· 8 years ago
4cdde64
Merge "Refactor malloc debug."
by Christopher Ferris
· 8 years ago
4da2503
Refactor malloc debug.
by Christopher Ferris
· 8 years ago
72d60a9
Merge "Revert "Revert system seccomp filter changes""
by Treehugger Robot
· 8 years ago
27dd915
Pad queries when EDNS0 is enabled.
by Ben Schwartz
· 8 years ago
1afb40c
Revert "Revert system seccomp filter changes"
by Victor Hsieh
· 8 years ago
e15233c
Allow several syscalls to app process
by Victor Hsieh
· 8 years ago
85f0542
Merge "Use the ion.h from the kernel headers."
by Christopher Ferris
· 8 years ago
040c28a
Revert system seccomp filter changes
by Victor Hsieh
· 8 years ago
60fd72e
Merge "Create PTHREAD_COND_INITIALIZER_MONOTONIC_NP"
by Tom Cherry
· 8 years ago
f0f3d2f
Create PTHREAD_COND_INITIALIZER_MONOTONIC_NP
by Tom Cherry
· 9 years ago
9724e93
Reject .so files using ELF TLS.
by Elliott Hughes
· 8 years ago
90234e5
Merge "Fortify ppoll64."
by Elliott Hughes
· 8 years ago
b83bf14
Fortify ppoll64.
by Elliott Hughes
· 8 years ago
1315e3e
Merge "libc: silence unsigned->signed warnings with ioctl"
by Treehugger Robot
· 8 years ago
1423bb8
Merge "timer_create: use SIG_SETMASK restore the signal mask."
by Elliott Hughes
· 8 years ago
861ff85
Merge "Add _monotonic_np versions of timed wait functions"
by Tom Cherry
· 8 years ago
c6b5bcd
Add _monotonic_np versions of timed wait functions
by Tom Cherry
· 8 years ago
e7190ce
Enable EDNS and the DO-bit if the netcontext asks
by Ben Schwartz
· 8 years ago
48a6974
timer_create: use SIG_SETMASK restore the signal mask.
by Elliott Hughes
· 8 years ago
de45dcb
libc: silence unsigned->signed warnings with ioctl
by George Burgess IV
· 8 years ago
7ba06d8
Merge "Remove -Wno-uninitialized for libc."
by Treehugger Robot
· 8 years ago
5e3eb0d
Merge "bionic_fortify: clarify error message for an out of bounds FD."
by Narayan Kamath
· 8 years ago
41328eb
Merge "Check using destroyed mutexes."
by Yabin Cui
· 8 years ago
0b66dd4
Remove -Wno-uninitialized for libc.
by Elliott Hughes
· 8 years ago
9651fdf
Check using destroyed mutexes.
by Yabin Cui
· 8 years ago
5956847
Mark getaddrinfo functions with __BIONIC_WEAK_FOR_NATIVE_BRIDGE mark
by Victor Khimenko
· 8 years ago
38e960b
bionic_fortify: clarify error message for an out of bounds FD.
by Narayan Kamath
· 8 years ago
35e620c
Merge "Lay the groundwork for enabling EDNS0 in queries."
by Treehugger Robot
· 8 years ago
391143e
Add flags field to struct android_net_context
by Erik Kline
· 8 years ago
860d27b
Merge "Allow system processes to use vfork"
by Treehugger Robot
· 8 years ago
521b412
Allow system processes to use vfork
by Victor Hsieh
· 8 years ago
398c5ee
Merge "Call __fortify_fatal if printf sees %n."
by Elliott Hughes
· 8 years ago
435e669
Merge "Rewrite system(3) to use posix_spawn(3)."
by Elliott Hughes
· 8 years ago
0a2060c
Merge "Move some syscalls in commmon whitelist to app"
by Treehugger Robot
· 8 years ago
41398d0
Call __fortify_fatal if printf sees %n.
by Elliott Hughes
· 8 years ago
832f490
Merge "Sign extend offset for pwritev/preadv."
by Jerry Zhang
· 8 years ago
f55dbc0
Sign extend offset for pwritev/preadv.
by Jerry Zhang
· 8 years ago
71ba589
Rewrite system(3) to use posix_spawn(3).
by Elliott Hughes
· 8 years ago
0a8d5f3
Merge "clang-format local.h."
by Treehugger Robot
· 8 years ago
3040a7a
Merge "Merge stdio/local.h and stdio/wcio.h."
by Elliott Hughes
· 8 years ago
9412cb3
clang-format local.h.
by Elliott Hughes
· 8 years ago
ed74abc
Move some syscalls in commmon whitelist to app
by Victor Hsieh
· 8 years ago
81baaf2
Add strptime %s.
by Elliott Hughes
· 8 years ago
5a98234
Merge stdio/local.h and stdio/wcio.h.
by Elliott Hughes
· 8 years ago
bf6c0c8
Merge "Reduce max DNS response from 64K to 8K"
by Treehugger Robot
· 8 years ago
47fb0e8
Reduce max DNS response from 64K to 8K
by Ben Schwartz
· 8 years ago
6fcba93
Filter out reserved signals in functions that take sigset_t.
by Josh Gao
· 8 years ago
7ae3912
Move sigprocmask into its own file.
by Elliott Hughes
· 8 years ago
038ef23
Use the ion.h from the kernel headers.
by Christopher Ferris
· 8 years ago
8f41957
Reject exit-time destructors in libc
by Ryan Prichard
· 8 years ago
ee8e3dd
Remove non-trivial constructors/destructors from SystemProperties
by Tom Cherry
· 8 years ago
44c7b6a
Merge changes Ibcd45e9b,I1ff5c0fa
by Tom Cherry
· 8 years ago
5fe7326
Do not munmap in MmapFile::~MmapFile
by Tom Cherry
· 8 years ago
cb4d421
Fix mmap leak in MmapFile
by Tom Cherry
· 8 years ago
d5172fc
Merge "Add __fseterr."
by Treehugger Robot
· 8 years ago
665ce21
Merge "Add remaining _l function stubs."
by Elliott Hughes
· 8 years ago
4578526
Add __fseterr.
by Elliott Hughes
· 8 years ago
38a7872
Merge "Add uc_sigmask64."
by Elliott Hughes
· 8 years ago
3376c23
Add remaining _l function stubs.
by Elliott Hughes
· 8 years ago
23415fc
Add uc_sigmask64.
by Elliott Hughes
· 8 years ago
2d1e101
Merge "Switch the rest of our internal headers to #pragma once."
by Treehugger Robot
· 8 years ago
cbc80ba
Switch the rest of our internal headers to #pragma once.
by Elliott Hughes
· 8 years ago
db478a6
Implement malloc hooks.
by Christopher Ferris
· 8 years ago
25f17e4
Better backwards compatibility for stat64.
by Elliott Hughes
· 8 years ago
919dd9d
Merge "MIPS32: Make sigset64_t equal to sigset_t"
by Treehugger Robot
· 8 years ago
ab8c861
Merge "Add ability to read /etc/passwd and /etc/group"
by Tom Cherry
· 8 years ago
3796669
MIPS32: Make sigset64_t equal to sigset_t
by Goran Jakovljevic
· 8 years ago
4362da8
Merge "Remove __overloadable/__RENAME_CLANG"
by Treehugger Robot
· 8 years ago
5bf2c20
Merge "crtbegin: Correctly align ESP to 16 for __i386__"
by Treehugger Robot
· 8 years ago
59a0a37
Merge "Add _FORCE_CRT_ATFORK config for crtbegin."
by Treehugger Robot
· 8 years ago
a0d177d
crtbegin: Correctly align ESP to 16 for __i386__
by Ryan Prichard
· 8 years ago
6034ef8
Add ability to read /etc/passwd and /etc/group
by Tom Cherry
· 8 years ago
aac0dd9
Merge "Don't use SA_RESTORER if it is not defined"
by Treehugger Robot
· 8 years ago
1a5737a
Merge "Fix __gnu_Unwind_Find_exidx again."
by Treehugger Robot
· 8 years ago
13dec23
Merge "Add a few more legacy inlines for strto*_l."
by Treehugger Robot
· 8 years ago
87c6aac
Don't use SA_RESTORER if it is not defined
by Goran Jakovljevic
· 8 years ago
cae21a9
Add aligned_alloc to libc.
by Christopher Ferris
· 8 years ago
be6fbae
Merge "Inline __libc_arc4random_has_unlimited_entropy."
by Treehugger Robot
· 8 years ago
55ca56c
Fix __gnu_Unwind_Find_exidx again.
by Dan Albert
· 8 years ago
Next »