Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
95b0680cde4ddc4cea4c01a1f681b13f50242221
/
libc
/
include
95b0680
POSIX says SEM_FAILED shall have type sem_t*.
by Elliott Hughes
· 9 years ago
166f875
Merge "dlerror returns char*, not const char*."
by Treehugger Robot
· 9 years ago
5e071a1
dlerror returns char*, not const char*.
by Elliott Hughes
· 9 years ago
32a2e13
Merge "Add __attribute__((sentinel)) tags to execl and friends."
by Treehugger Robot
· 9 years ago
d80a52e
Add __attribute__((sentinel)) tags to execl and friends.
by Josh Gao
· 9 years ago
d1dd7c5
Remove __static_cast macro from <sys/cdefs.h>.
by Elliott Hughes
· 9 years ago
f5042ca
Merge "Remove more stdio copy/paste."
by Treehugger Robot
· 9 years ago
53cf348
Remove more stdio copy/paste.
by Elliott Hughes
· 9 years ago
8a03c83
Don't use the same declaration to declare multiple symbol names.
by Josh Gao
· 9 years ago
dfa6bbb
Guard fortify inlines with __ANDROID_API__.
by Dan Albert
· 9 years ago
ed3c787
Guard include of uchar.h in stdatomic.h
by Pirama Arumuga Nainar
· 9 years ago
b6a4a4c
Add version information for legacy inlines.
by Josh Gao
· 9 years ago
36a88e8
Restore attribute alloc_size for GCC.
by Elliott Hughes
· 9 years ago
0cf1abe
Merge "Add IOV_MAX to <limits.h>."
by Treehugger Robot
· 9 years ago
f2d7d41
Add IOV_MAX to <limits.h>.
by Elliott Hughes
· 9 years ago
7292725
Admit that we don't actually support thread priority inheritance.
by Elliott Hughes
· 9 years ago
0fe8885
Clean up <uchar.h> and <wctype.h> transitive includes.
by Elliott Hughes
· 9 years ago
61bd7cb
Merge changes I0262eed9,Iba9ee03a
by Treehugger Robot
· 9 years ago
3e6929d
Add a temporary hack to work around __NDK_FPABI__.
by Dan Albert
· 9 years ago
c102075
Remove _GNU_SOURCE guard on tmpnam.
by Dan Albert
· 9 years ago
7b737e4
Remove #pragma GCC visibility.
by Elliott Hughes
· 9 years ago
f6495c7
Stop #define'ing __func__ and __restrict.
by Elliott Hughes
· 9 years ago
3b2096a
Remove unnecessary 'extern's.
by Elliott Hughes
· 9 years ago
203e13d
Always include <sys/cdefs.h>.
by Elliott Hughes
· 9 years ago
8778d64
Remove __BIONIC_LEGACY_INLINE.
by Josh Gao
· 9 years ago
5470c18
Make it possible to build bionic with -I instead of -isystem.
by Elliott Hughes
· 9 years ago
508d292
Only define sa_family_t once.
by Elliott Hughes
· 9 years ago
f47514d
Remove __LIBC_ABI_PUBLIC__.
by Elliott Hughes
· 9 years ago
d2f725e
Don't declare SYS_* constants for unavailable __NR_* constants.
by Elliott Hughes
· 9 years ago
32c79c2
Put the legacy stdio fds back for pre-M.
by Dan Albert
· 9 years ago
77bd607
Add an alias for _CTYPE_N.
by Dan Albert
· 9 years ago
9eb3ae1
Remove __nonnull (in favor of _Nonnull).
by Elliott Hughes
· 10 years ago
9c8d711
Don't expose all BSD extensions.
by Elliott Hughes
· 10 years ago
95fa26e
Update symbol versions.
by Josh Gao
· 10 years ago
3ba55f8
Rationalize visibility.
by Elliott Hughes
· 10 years ago
93bae32
Merge "Fix the SIZE_T_MAX SSIZE_MAX defines."
by Treehugger Robot
· 10 years ago
47fcfff
Fix the SIZE_T_MAX SSIZE_MAX defines.
by Christopher Ferris
· 10 years ago
20788ae
Add ctermid.
by Elliott Hughes
· 10 years ago
449eff0
Add futimes, futimesat, and lutimes.
by Elliott Hughes
· 10 years ago
cf4c364
Merge "Move /vendor/bin down with /vendor/xbin."
by Elliott Hughes
· 10 years ago
409e48a
More C compatibility.
by Elliott Hughes
· 10 years ago
8cabd86
Move /vendor/bin down with /vendor/xbin.
by Elliott Hughes
· 10 years ago
74669e9
Merge "Add /vendor/xbin to root's path."
by Treehugger Robot
· 10 years ago
f484050
Preliminary cleanup of <sys/cdefs.h>.
by Elliott Hughes
· 10 years ago
99a84c8
Remove __cachectl.
by Josh Gao
· 10 years ago
8ba4424
Fix __errordecl on clang.
by Josh Gao
· 10 years ago
46b4416
Update header versions for NDK platform fixes.
by Josh Gao
· 10 years ago
6e9c1f6
Remove declaration for __brk.
by Josh Gao
· 10 years ago
9a29c3f
Add /vendor/xbin to root's path.
by Erik Kline
· 10 years ago
bb12921
Don't use __u64/__u32 in <sys/user.h>.
by Josh Gao
· 10 years ago
882b8af
Regenerate NOTICE files.
by Elliott Hughes
· 10 years ago
cb8ef17
Merge "Fix <resolv.h> and <netinet/tcp.h> so dnscap builds."
by Elliott Hughes
· 10 years ago
f021061
Fix <resolv.h> and <netinet/tcp.h> so dnscap builds.
by Elliott Hughes
· 10 years ago
c6190a9
We have the _r ether_ntoa/ether_aton functions too.
by Elliott Hughes
· 10 years ago
f6324d5
Fix our *ether* headers mess.
by Elliott Hughes
· 10 years ago
bab9d79
Remove <net/if_types.h>.
by Elliott Hughes
· 10 years ago
d0b1733
Merge "Remove various bits of header cruft."
by Elliott Hughes
· 10 years ago
35c115c
Merge "Remove linker-namespace functions from the header"
by Dimitry Ivanov
· 10 years ago
12f3541
Remove various bits of header cruft.
by Elliott Hughes
· 10 years ago
41fd295
Remove linker-namespace functions from the header
by Dimitry Ivanov
· 10 years ago
e2f2583
Remove declaration of pthread_cond_timedwait_relative_np.
by Elliott Hughes
· 10 years ago
3164ab7
Remove pthread_mutex_lock_timeout_np from <pthread.h>.
by Elliott Hughes
· 10 years ago
98ac6f4
Merge "Use clang's nullability instead of nonnull."
by Treehugger Robot
· 10 years ago
baa2a97
Use clang's nullability instead of nonnull.
by Dan Albert
· 10 years ago
5e2342f
Merge "Remove <sys/atomics.h>."
by Elliott Hughes
· 10 years ago
9ee905f
Merge "Move <machine/endian.h> somewhere more private."
by Elliott Hughes
· 10 years ago
ed50763
Remove <sys/atomics.h>.
by Elliott Hughes
· 10 years ago
3d12517
Move <machine/endian.h> somewhere more private.
by Elliott Hughes
· 10 years ago
3338ee5
Merge "Move glibc-syscalls.h into bits/."
by Elliott Hughes
· 10 years ago
3fb1b37
Merge "Remove <sys/utime.h>."
by Elliott Hughes
· 10 years ago
d3b4166
Merge "Move the IEEE fp header out of the public headers."
by Elliott Hughes
· 10 years ago
eb9b0a1
Merge "Move nsswitch.h into libc/dns/include."
by Elliott Hughes
· 10 years ago
af5afdb
Merge "Remove <net/if_ieee1394.h>."
by Elliott Hughes
· 10 years ago
5ab6f6c
Merge "Remove <sys/ioctl_compat.h>."
by Elliott Hughes
· 10 years ago
e10ff49
Remove <sys/utime.h>.
by Elliott Hughes
· 10 years ago
d3f51a4
Merge "Remove unused <sys/socketcalls.h> header."
by Elliott Hughes
· 10 years ago
64959d2
Remove <sys/ioctl_compat.h>.
by Elliott Hughes
· 10 years ago
8aabbd7
Move glibc-syscalls.h into bits/.
by Elliott Hughes
· 10 years ago
b0da576
Move the IEEE fp header out of the public headers.
by Elliott Hughes
· 10 years ago
82140be
Remove <net/if_ieee1394.h>.
by Elliott Hughes
· 10 years ago
42d7527
Move nsswitch.h into libc/dns/include.
by Elliott Hughes
· 10 years ago
583a4f8
Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac
by Josh Gao
· 10 years ago
6bad319
Remove unused <sys/socketcalls.h> header.
by Elliott Hughes
· 10 years ago
6b3bec0
Fix various empty .h files in bionic.
by Elliott Hughes
· 10 years ago
b089e46
Remove nonexported _ns_flagdata from public header.
by Josh Gao
· 10 years ago
5a3d5ca
Add __INTRODUCED_IN_{32,64}.
by Josh Gao
· 10 years ago
d51bc71
Add platform specific version tags.
by Josh Gao
· 10 years ago
34c599a
Add __INTRODUCED_IN_FUTURE for unreleased APIs.
by Josh Gao
· 10 years ago
14adff1
Add versioning information to symbols.
by Josh Gao
· 10 years ago
7e94d29
Remove __UNAVAILABLE.
by Elliott Hughes
· 10 years ago
146cbac
Merge "Fix <wctype.h>."
by Elliott Hughes
· 10 years ago
adc8d34
Merge "Remove declaration of pthread_cond_timeout_np."
by Elliott Hughes
· 10 years ago
7ba106c
Fix <wctype.h>.
by Elliott Hughes
· 10 years ago
6f6f905
Implement mblen(3).
by Elliott Hughes
· 10 years ago
3615a52
Remove declaration of pthread_cond_timeout_np.
by Elliott Hughes
· 10 years ago
29226f3
Tag unavailable functions with macro.
by Josh Gao
· 10 years ago
c194fd3
Delete declarations which don't exist.
by Josh Gao
· 10 years ago
d8ca92c
Make <sys/user.h> compile on AArch64.
by Josh Gao
· 10 years ago
722ab05
bionic: Implement getpwent and getgrent
by Mark Salyzyn
· 10 years ago
b8e1b705
Make the legacy inline headers compile standalone.
by Josh Gao
· 10 years ago
Next »