Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
9d8632e1a76de6bd6abc853c0fbd6a2c9dc32cdc
/
libc
/
include
284ae35
Add permitted_when_isolated_path to linker namespaces
by Dimitry Ivanov
· 10 years ago
49a309f
Separate properties by selabel
by Tom Cherry
· 10 years ago
1ffec1c
Introduce anonymous namespace
by Dmitriy Ivanov
· 10 years ago
fe3a83a
Implement pthread spin.
by Yabin Cui
· 10 years ago
b804b9d
Merge "Implement pthread barrier."
by Yabin Cui
· 10 years ago
e7c2fff
Implement pthread barrier.
by Yabin Cui
· 10 years ago
42d5fcb
Introducing linker namespaces
by Dmitriy Ivanov
· 10 years ago
fb994f4
Add fileno_unlocked to support thread sanitizer.
by Yabin Cui
· 10 years ago
4200e26
fix the mremap signature
by Daniel Micay
· 10 years ago
eb9b925
Fix GNU/POSIX basename headers.
by Josh Gao
· 10 years ago
c36be97
Merge "Add prlimit to LP32."
by Elliott Hughes
· 10 years ago
38eca07
Remove <sys/shm.h>.
by Elliott Hughes
· 10 years ago
4151db5
Add prlimit to LP32.
by Elliott Hughes
· 10 years ago
1721be2
Merge "Implement scandirat and scandirat64."
by Elliott Hughes
· 10 years ago
6331e80
Implement scandirat and scandirat64.
by Elliott Hughes
· 10 years ago
5238eb0
Merge "Implement load at fixed address feature"
by Dimitry Ivanov
· 10 years ago
126af75
Implement load at fixed address feature
by Dmitriy Ivanov
· 10 years ago
9216a64
Fix <utmp.h> declarations.
by Elliott Hughes
· 10 years ago
bf4c32d
Remove swap16/swap32/swap64 header pollution.
by Elliott Hughes
· 10 years ago
a818445
Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC.
by Christopher Ferris
· 10 years ago
f0141df
Make struct FILE opaque.
by Elliott Hughes
· 10 years ago
68af0ad
utmp.h: add more ut_type defines
by Mike Frysinger
· 10 years ago
efcb5d9
Merge "Remove some <sys/cdefs.h> cruft."
by Elliott Hughes
· 10 years ago
44ddb31
Remove some <sys/cdefs.h> cruft.
by Elliott Hughes
· 10 years ago
f8a2243
<netinet/udp.h> should include <linux/udp.h>.
by Elliott Hughes
· 10 years ago
c6043f6
Define WIFCONTINUED()
by Greg Hackmann
· 10 years ago
d75abb9
Fix SOCK_* flag definitions
by Greg Hackmann
· 10 years ago
268af26
CMSG_DATA should return an unsigned char*.
by Dan Albert
· 10 years ago
af4713e
Unify unistd.h.
by Dan Albert
· 10 years ago
a6435a1
Use attribute availability.
by Dan Albert
· 10 years ago
adf5c72
Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.
by Elliott Hughes
· 10 years ago
6f4594d
Add preadv/pwritev.
by Elliott Hughes
· 10 years ago
7ac3c12
Add strchrnul.
by Elliott Hughes
· 10 years ago
03f2246
Add the missing aarch64 user structs.
by Elliott Hughes
· 10 years ago
afdd154
add fortified implementations of write/pwrite{,64}
by Daniel Micay
· 10 years ago
9101b00
add a fortified implementation of getcwd
by Daniel Micay
· 11 years ago
36443fd
Remove PAGE_SIZE from <limits.h>.
by Elliott Hughes
· 10 years ago
5390173
Don't transitively include <limits.h> from <sys/user.h>.
by Elliott Hughes
· 10 years ago
820a86f
Remove PAGESIZE.
by Elliott Hughes
· 10 years ago
afab3ff
Move PAGE_MASK into <sys/user.h>.
by Elliott Hughes
· 10 years ago
fed2659
add fortified implementations of fread/fwrite
by Daniel Micay
· 10 years ago
a7a87dd
<sys/time.h> should include [most of] <sys/select.h>.
by Elliott Hughes
· 10 years ago
2cc41d3
Add all the glibc one-line "synonym" header files.
by Elliott Hughes
· 10 years ago
0875ba3
Add timespec/timeval conversion helpers.
by Bertrand SIMONNET
· 10 years ago
e551514
libc: Add sys/fcntl.h for compatibility.
by Daniel Erat
· 10 years ago
7ea817d
Add some glibc-like #defines for libchrome.
by Elliott Hughes
· 10 years ago
77455f8
Merge "Fixed uchar.h for clang3.6"
by Elliott Hughes
· 11 years ago
c224747
Improve personality initialization
by Dmitriy Ivanov
· 11 years ago
59d5854
Add <sysexits.h>.
by Elliott Hughes
· 11 years ago
a05bee5
Fixed uchar.h for clang3.6
by egor.kochetov
· 11 years ago
fef5835
Fix x86 gdbserver build.
by Elliott Hughes
· 11 years ago
895241e
Fixes for building gdbserver (and gdb) out of the box.
by Elliott Hughes
· 11 years ago
0577733
Avoid name collision with user_fpsimd_state in <asm/ptrace.h>.
by Elliott Hughes
· 11 years ago
bf18c61
Add a sys/procfs.h.
by Dan Albert
· 11 years ago
be57a40
Add process_vm_readv and process_vm_writev.
by Elliott Hughes
· 11 years ago
60907c7
Allow NULL in pthread_mutex_lock/unlock.
by Christopher Ferris
· 11 years ago
8a11628
Add flag that makes linker honor min(p_vaddr)
by Dmitriy Ivanov
· 11 years ago
4e8cda6
remove rootdir build.prop
by Andres Morales
· 11 years ago
ce16a53
Add definitions of Elf32_Sxword and ELFXX_R_INFO
by Dmitriy Ivanov
· 11 years ago
dbe26fd
Fix protected symbol lookups for mips
by Dmitriy Ivanov
· 11 years ago
033a68f
Merge "bionic: fortify comments in _system_properties.h"
by Mark Salyzyn
· 11 years ago
6a4c9d9
Merge "Define char16_t and char32_t to make gcc 5.1 happy"
by Dan Albert
· 11 years ago
c3f4c96
bionic: fortify comments in _system_properties.h
by Mark Salyzyn
· 11 years ago
bfd6527
bionic: add __system_property_area_serial()
by Mark Salyzyn
· 11 years ago
1d76f1c
Merge "add a fortified implementation of realpath"
by Nick Kralevich
· 11 years ago
42502d7
Merge "add fortified memchr/memrchr implementations"
by Nick Kralevich
· 11 years ago
6f88821
Define char16_t and char32_t to make gcc 5.1 happy
by Bernhard Rosenkränzer
· 11 years ago
3244d9f
add a fortified implementation of realpath
by Daniel Micay
· 11 years ago
4ae7736
add fortified memchr/memrchr implementations
by Daniel Micay
· 11 years ago
4228188
add fortified readlink/readlinkat implementations
by Daniel Micay
· 11 years ago
3875744
Merge "Support symbol versioning"
by Dmitriy Ivanov
· 11 years ago
2a81536
Support symbol versioning
by Dmitriy Ivanov
· 11 years ago
31128da
Merge "add fortified implementations of pread/pread64"
by Elliott Hughes
· 11 years ago
e7e1c87
add fortified implementations of pread/pread64
by Daniel Micay
· 11 years ago
43e020c
Remove PROP_PATH_SYSTEM_DEFAULT.
by Elliott Hughes
· 11 years ago
9ce9bf5
Merge "Add Elfxx_Ver* types"
by Dmitriy Ivanov
· 11 years ago
c0e7dbb
Add Elfxx_Ver* types
by Dmitriy Ivanov
· 11 years ago
76615da
Provide writer preference option in rwlock.
by Yabin Cui
· 11 years ago
9b82136
Add ANDROID_DLEXT_FORCE_LOAD flag
by Dmitriy Ivanov
· 11 years ago
377243b
Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER.
by Yabin Cui
· 11 years ago
17393b0
Hide internal of pthread_mutex_t.
by Yabin Cui
· 11 years ago
b584572
Add test for pthread types alignment check.
by Yabin Cui
· 11 years ago
1101962
Fix _PATH_DEFPATH to correspond to the actual default path.
by Elliott Hughes
· 11 years ago
b5cd3c7
Fix build: align pthread_cond_t to sizeof(long)
by Dmitriy Ivanov
· 11 years ago
eb8b122
Add alignment to opaque types.
by Christopher Ferris
· 11 years ago
32651b8
Hide content of pthread_cond_t in pthread_cond_internal_t.
by Yabin Cui
· 11 years ago
2fabea4
Hide content of pthread_rwlock_t in pthread_rwlock_internal_t.
by Yabin Cui
· 11 years ago
c94c7ff
Add some GNU specific elf constants.
by Christopher Ferris
· 11 years ago
c4a586d
syslog.h: missing LOG_MAKEPRI definition
by Mark Salyzyn
· 11 years ago
ba87fe5
Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>.
by Elliott Hughes
· 11 years ago
18a6956
Add support for packed relocations.
by Dmitriy Ivanov
· 11 years ago
e1c0213
Merge "Switch pthread_rwlock_t to stdatomic."
by Yabin Cui
· 11 years ago
08ee8d2
Switch pthread_rwlock_t to stdatomic.
by Yabin Cui
· 11 years ago
c09268a
bionic: deprecate _PATH_MEM
by Mark Salyzyn
· 11 years ago
b8b5a72
Make getgrent deprecated.
by Yabin Cui
· 11 years ago
398ef15
Merge "Move endpwent to ndk_cruft.cpp."
by Yabin Cui
· 11 years ago
f1b4a5d
Merge "Make tempnam/mktemp deprecated."
by Yabin Cui
· 11 years ago
9b4f77f
Make tempnam/mktemp deprecated.
by Yabin Cui
· 11 years ago
52d7f1a
Move endpwent to ndk_cruft.cpp.
by Yabin Cui
· 11 years ago
8c41eae
Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."
by Yabin Cui
· 11 years ago
Next »