Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
4c5891d93dc151e2f07fc87ae967f23e6c3d6e0c
/
libc
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
3e1b5f4
Merge "Parameterize use of clang in libc_ndk."
by Dan Albert
· 10 years ago
2c678e6
Parameterize use of clang in libc_ndk.
by Dan Albert
· 10 years ago
d3fa31a
Merge "[MIPS] Fix setjmp signals"
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
9ec37c7
Merge "Update tzdata to tzdata2015a"
by Neil Fuller
· 10 years ago
68dc20d
Implement _FILE_OFFSET_BITS (mostly).
by Elliott Hughes
· 10 years ago
a6395e1
Update NDK compatlib for 4.1.2.
by Dan Albert
· 10 years ago
9a9ea3a
Update the NDK compatlib for 4.4.4 and ToT.
by Dan Albert
· 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
89dad68
Merge "Change getgrent error declaration message to proper style."
by Yabin Cui
· 10 years ago
62533de
Change getgrent error declaration message to proper style.
by Yabin Cui
· 10 years ago
be6a445
Fix sysconf for _SC_CHILD_MAX and _SC_OPEN_MAX.
by Elliott Hughes
· 10 years ago
fb48c68
Merge "Fix memchr overflow."
by Elliott Hughes
· 10 years ago
92b9c6f
POSIX says flock is in <sys/file.h>, not <unistd.h>.
by Elliott Hughes
· 10 years ago
094a8ae
Update tzdata to tzdata2015a
by Neil Fuller
· 11 years ago
41ef902
Fix memchr overflow.
by Elliott Hughes
· 10 years ago
4181cc6
Merge "Declare getgrent/setgrent/endgrent as missing."
by Yabin Cui
· 10 years ago
b81a871
Merge changes I88827aa0,Ib0b0987a
by Dmitriy Ivanov
· 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
e09ab2c
Make .note.android.ident section type SH_NOTE
by Colin Cross
· 10 years ago
24958ae
Remove no-op sed step when compiling crtbrand.o
by Colin Cross
· 10 years ago
b6d301f
[MIPS] Fix setjmp signals
by Duane Sand
· 11 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
4216085
Remove stray log line.
by Narayan Kamath
· 10 years ago
bc64d1d
Merge "Switch kernel header parsing to python libclang"
by Tao Bao
· 10 years ago
d7db594
Switch kernel header parsing to python libclang
by Tao Bao
· 11 years ago
44e88db
Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs"
by Colin Cross
· 10 years ago
91b403c
Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs
by Colin Cross
· 10 years ago
9dfb00c
Merge "Use the libcxxabi __cxa_demangle."
by Elliott Hughes
· 10 years ago
6e54c3e
Use the libcxxabi __cxa_demangle.
by Elliott Hughes
· 10 years ago
aba6f71
Apparently, logd does need the NULs.
by Elliott Hughes
· 10 years ago
da2c0a7
Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680
by Colin Cross
· 10 years ago
5b869c0
Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures
by Colin Cross
· 10 years ago
a6b6ed5
Fix typo in cpu variant makefile depenendency for arm64
by Colin Cross
· 10 years ago
7dc502d
Remove libc_static_common_src_files
by Colin Cross
· 10 years ago
1742a32
Share LP32 makefile settings between arches
by Colin Cross
· 10 years ago
5e52226
Stop including <linux/param.h> in <sys/param.h>.
by Yabin Cui
· 10 years ago
bdd8452
Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data.
by Fredrik Roubert
· 10 years ago
7e1b3d3
Merge "Switch sem_t from bionic atomics to stdatomic.h."
by Yabin Cui
· 10 years ago
a3d97da
Switch sem_t from bionic atomics to stdatomic.h.
by Yabin Cui
· 11 years ago
11829be
Merge "Add test about pthread_mutex_t owner tid limit."
by Yabin Cui
· 11 years ago
140f367
Add test about pthread_mutex_t owner tid limit.
by Yabin Cui
· 11 years ago
00490ae
Ensure raw fchmod/fchmodat syscalls are hidden.
by Nick Kralevich
· 11 years ago
d57bf44
Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>."
by Hans Boehm
· 11 years ago
c5999c1
Merge "Clean up SEEK_SET definitions."
by Elliott Hughes
· 11 years ago
86fc96f
Switch pthread_mutex_t from bionic atomics to <stdatomic.h>.
by Yabin Cui
· 11 years ago
d80ec66
Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support"
by Nick Kralevich
· 11 years ago
1ed337d
Clean up SEEK_SET definitions.
by Elliott Hughes
· 11 years ago
3cbc6c6
Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support
by Nick Kralevich
· 11 years ago
42084a2
Small logging cleanup.
by Elliott Hughes
· 11 years ago
7f0f30c
Merge "Fix clang build."
by Elliott Hughes
· 11 years ago
30fbf5f
Fix clang build.
by Elliott Hughes
· 11 years ago
d514d9b
Merge "Fixes to the update-tzdata.py tool"
by Neil Fuller
· 11 years ago
0662c3e
Fixes to the update-tzdata.py tool
by Neil Fuller
· 11 years ago
4674e38
Fortify poll and ppoll.
by Elliott Hughes
· 11 years ago
cb0e703
Include <malloc.h> for struct mallinfo.
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
4dcfccf
Remove unused CONFIG_SECONDS.
by Elliott Hughes
· 11 years ago
5038b19
Break two incorrect transitive includes.
by Elliott Hughes
· 11 years ago
466dbe4
Put back inline definitions if using an old API.
by Dan Albert
· 11 years ago
cd1959b
Merge "Add primitive CPPLINT.cfg."
by Dan Albert
· 11 years ago
6ac4dd8
Add primitive CPPLINT.cfg.
by Dan Albert
· 11 years ago
6a3ff01
Rewrite __cxa_guard.cpp with <stdatomic.h>.
by Yabin Cui
· 11 years ago
05fc1d7
Add missing includes.
by Elliott Hughes
· 11 years ago
a9c3d05
Merge "Modify MIPS64 stat structure to match a generic one in AOSP."
by Elliott Hughes
· 11 years ago
86d2fee
Modify MIPS64 stat structure to match a generic one in AOSP.
by Raghu Gandham
· 11 years ago
80e6d6d
Switch pthread_once_t to stdatomic.h.
by Yabin Cui
· 11 years ago
e609909
Fix mips build.
by Elliott Hughes
· 11 years ago
192e169
Merge "x86 has an assembler bcopy implementation."
by Elliott Hughes
· 11 years ago
1edfd9e
x86 has an assembler bcopy implementation.
by Elliott Hughes
· 11 years ago
643a9be
Merge "[Arm64] Fix overlapping fp fields in jmp_buf"
by Elliott Hughes
· 11 years ago
5c7964c
Merge "Clean up <stdlib.h> slightly."
by Elliott Hughes
· 11 years ago
f2d02c3
Merge "Make bionic compile even if resolver debugging is enabled."
by Lorenzo Colitti
· 11 years ago
dbaab26
[Arm64] Fix overlapping fp fields in jmp_buf
by Duane Sand
· 11 years ago
76f8916
Clean up <stdlib.h> slightly.
by Elliott Hughes
· 11 years ago
419ed12
Merge "Update kernel headers to v3.18.3."
by Christopher Ferris
· 11 years ago
247cfe0
Merge "Add <error.h>."
by Elliott Hughes
· 11 years ago
b8a8cf0
Add <error.h>.
by Elliott Hughes
· 11 years ago
82d7504
Update kernel headers to v3.18.3.
by Christopher Ferris
· 11 years ago
616344d
Make bionic compile even if resolver debugging is enabled.
by Lorenzo Colitti
· 11 years ago
6eb5dc1
Merge "Fix coverage build after adding clang coverage."
by Dan Albert
· 11 years ago
6e9e6ad
Fix coverage build after adding clang coverage.
by Dan Albert
· 11 years ago
c5dc02a
Reduce <stdlib.h> namespace pollution.
by Elliott Hughes
· 11 years ago
6466292
Reduce <signal.h> namespace pollution.
by Elliott Hughes
· 11 years ago
6e15edc
Merge "Say "Bad file descriptor" rather than "Bad file number"."
by Elliott Hughes
· 11 years ago
d309877
Say "Bad file descriptor" rather than "Bad file number".
by Elliott Hughes
· 11 years ago
e6bb5a2
Fix optimized fread.
by Elliott Hughes
· 11 years ago
Next »