Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
bfaee4bd6ad901a699df21fd44d95f34e2e7444d
/
libc
/
include
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
· 10 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
· 10 years ago
c224747
Improve personality initialization
by Dmitriy Ivanov
· 10 years ago
59d5854
Add <sysexits.h>.
by Elliott Hughes
· 10 years ago
a05bee5
Fixed uchar.h for clang3.6
by egor.kochetov
· 10 years ago
fef5835
Fix x86 gdbserver build.
by Elliott Hughes
· 10 years ago
895241e
Fixes for building gdbserver (and gdb) out of the box.
by Elliott Hughes
· 10 years ago
0577733
Avoid name collision with user_fpsimd_state in <asm/ptrace.h>.
by Elliott Hughes
· 10 years ago
bf18c61
Add a sys/procfs.h.
by Dan Albert
· 10 years ago
be57a40
Add process_vm_readv and process_vm_writev.
by Elliott Hughes
· 10 years ago
60907c7
Allow NULL in pthread_mutex_lock/unlock.
by Christopher Ferris
· 10 years ago
8a11628
Add flag that makes linker honor min(p_vaddr)
by Dmitriy Ivanov
· 10 years ago
4e8cda6
remove rootdir build.prop
by Andres Morales
· 10 years ago
ce16a53
Add definitions of Elf32_Sxword and ELFXX_R_INFO
by Dmitriy Ivanov
· 10 years ago
dbe26fd
Fix protected symbol lookups for mips
by Dmitriy Ivanov
· 10 years ago
033a68f
Merge "bionic: fortify comments in _system_properties.h"
by Mark Salyzyn
· 10 years ago
6a4c9d9
Merge "Define char16_t and char32_t to make gcc 5.1 happy"
by Dan Albert
· 10 years ago
c3f4c96
bionic: fortify comments in _system_properties.h
by Mark Salyzyn
· 10 years ago
bfd6527
bionic: add __system_property_area_serial()
by Mark Salyzyn
· 10 years ago
1d76f1c
Merge "add a fortified implementation of realpath"
by Nick Kralevich
· 10 years ago
42502d7
Merge "add fortified memchr/memrchr implementations"
by Nick Kralevich
· 10 years ago
6f88821
Define char16_t and char32_t to make gcc 5.1 happy
by Bernhard Rosenkränzer
· 10 years ago
3244d9f
add a fortified implementation of realpath
by Daniel Micay
· 10 years ago
4ae7736
add fortified memchr/memrchr implementations
by Daniel Micay
· 10 years ago
4228188
add fortified readlink/readlinkat implementations
by Daniel Micay
· 10 years ago
3875744
Merge "Support symbol versioning"
by Dmitriy Ivanov
· 10 years ago
2a81536
Support symbol versioning
by Dmitriy Ivanov
· 10 years ago
31128da
Merge "add fortified implementations of pread/pread64"
by Elliott Hughes
· 10 years ago
e7e1c87
add fortified implementations of pread/pread64
by Daniel Micay
· 10 years ago
43e020c
Remove PROP_PATH_SYSTEM_DEFAULT.
by Elliott Hughes
· 10 years ago
9ce9bf5
Merge "Add Elfxx_Ver* types"
by Dmitriy Ivanov
· 10 years ago
c0e7dbb
Add Elfxx_Ver* types
by Dmitriy Ivanov
· 10 years ago
76615da
Provide writer preference option in rwlock.
by Yabin Cui
· 10 years ago
9b82136
Add ANDROID_DLEXT_FORCE_LOAD flag
by Dmitriy Ivanov
· 10 years ago
377243b
Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER.
by Yabin Cui
· 10 years ago
17393b0
Hide internal of pthread_mutex_t.
by Yabin Cui
· 10 years ago
b584572
Add test for pthread types alignment check.
by Yabin Cui
· 10 years ago
1101962
Fix _PATH_DEFPATH to correspond to the actual default path.
by Elliott Hughes
· 10 years ago
b5cd3c7
Fix build: align pthread_cond_t to sizeof(long)
by Dmitriy Ivanov
· 10 years ago
eb8b122
Add alignment to opaque types.
by Christopher Ferris
· 10 years ago
32651b8
Hide content of pthread_cond_t in pthread_cond_internal_t.
by Yabin Cui
· 10 years ago
2fabea4
Hide content of pthread_rwlock_t in pthread_rwlock_internal_t.
by Yabin Cui
· 10 years ago
c94c7ff
Add some GNU specific elf constants.
by Christopher Ferris
· 10 years ago
c4a586d
syslog.h: missing LOG_MAKEPRI definition
by Mark Salyzyn
· 10 years ago
ba87fe5
Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>.
by Elliott Hughes
· 10 years ago
18a6956
Add support for packed relocations.
by Dmitriy Ivanov
· 10 years ago
e1c0213
Merge "Switch pthread_rwlock_t to stdatomic."
by Yabin Cui
· 10 years ago
08ee8d2
Switch pthread_rwlock_t to stdatomic.
by Yabin Cui
· 10 years ago
c09268a
bionic: deprecate _PATH_MEM
by Mark Salyzyn
· 10 years ago
b8b5a72
Make getgrent deprecated.
by Yabin Cui
· 10 years ago
398ef15
Merge "Move endpwent to ndk_cruft.cpp."
by Yabin Cui
· 10 years ago
f1b4a5d
Merge "Make tempnam/mktemp deprecated."
by Yabin Cui
· 10 years ago
9b4f77f
Make tempnam/mktemp deprecated.
by Yabin Cui
· 10 years ago
52d7f1a
Move endpwent to ndk_cruft.cpp.
by Yabin Cui
· 10 years ago
8c41eae
Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."
by Yabin Cui
· 10 years ago
7fb680b
Move getusershell/endusershell/setusershell to ndk_cruft.cpp.
by Yabin Cui
· 10 years ago
6af62e0
Add RLIM_SAVED_CUR and RLIM_SAVED_MAX.
by Elliott Hughes
· 10 years ago
4c5891d
valgrind can't find syscall because we didn't put it in <unistd.h>.
by Elliott Hughes
· 10 years ago
3cfb52a
Add GNU extensions mempcpy and wmemcpy.
by Elliott Hughes
· 10 years ago
4add77b
Merge "Make gets() deprecated."
by Yabin Cui
· 10 years ago
913fcb2
Make gets() deprecated.
by Yabin Cui
· 10 years ago
1dbc6bb
Merge "Implement _FILE_OFFSET_BITS (mostly)."
by Elliott Hughes
· 10 years ago
68dc20d
Implement _FILE_OFFSET_BITS (mostly).
by Elliott Hughes
· 10 years ago
0e61c2c
Merge "Revert "Move use of __warnattr to __deprecated.""
by Yabin Cui
· 10 years ago
784de4e
Revert "Move use of __warnattr to __deprecated."
by Yabin Cui
· 10 years ago
b5c2379
Merge "Move use of __warnattr to __deprecated."
by Yabin Cui
· 10 years ago
4645c4f
Move use of __warnattr to __deprecated.
by Yabin Cui
· 10 years ago
62533de
Change getgrent error declaration message to proper style.
by Yabin Cui
· 10 years ago
92b9c6f
POSIX says flock is in <sys/file.h>, not <unistd.h>.
by Elliott Hughes
· 10 years ago
4181cc6
Merge "Declare getgrent/setgrent/endgrent as missing."
by Yabin Cui
· 10 years ago
13ed3f0
Add missing SHT_LOOS/SHT_HIOS values
by Dmitriy Ivanov
· 10 years ago
c9d0943
Declare getgrent/setgrent/endgrent as missing.
by Yabin Cui
· 10 years ago
ee17e88
Merge "Define MAXHOSTNAMELEN explicitly in source files."
by Yabin Cui
· 10 years ago
2d8f9b5
Define MAXHOSTNAMELEN explicitly in source files.
by Yabin Cui
· 10 years ago
e375eca
Merge "Switch pthread_cond_t to <stdatomic.h>."
by Yabin Cui
· 10 years ago
e5f816c
Switch pthread_cond_t to <stdatomic.h>.
by Yabin Cui
· 11 years ago
a4fc89b
Merge "Stop including <linux/param.h> in <sys/param.h>."
by Yabin Cui
· 10 years ago
5e52226
Stop including <linux/param.h> in <sys/param.h>.
by Yabin Cui
· 11 years ago
7e1b3d3
Merge "Switch sem_t from bionic atomics to stdatomic.h."
by Yabin Cui
· 11 years ago
a3d97da
Switch sem_t from bionic atomics to stdatomic.h.
by Yabin Cui
· 11 years ago
d57bf44
Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>."
by Hans Boehm
· 11 years ago
86fc96f
Switch pthread_mutex_t from bionic atomics to <stdatomic.h>.
by Yabin Cui
· 11 years ago
1ed337d
Clean up SEEK_SET definitions.
by Elliott Hughes
· 11 years ago
4674e38
Fortify poll and ppoll.
by Elliott Hughes
· 11 years ago
09c3382
Merge "Break two incorrect transitive includes."
by Elliott Hughes
· 11 years ago
94335cc
Merge "Put back inline definitions if using an old API."
by Dan Albert
· 11 years ago
Next »