index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add IFUNC support for arm64 and IRELATIVE reloc
Dmitriy Ivanov
2014-10-01
1
-0
/
+1
*
Add posix_fadvise(3).
Elliott Hughes
2014-09-10
1
-0
/
+15
*
Ensure __set_errno is still visible on LP32.
Elliott Hughes
2014-09-08
192
-570
/
+192
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
2
-35
/
+0
*
Make __set_errno hidden in asm.
Dan Albert
2014-08-08
189
-0
/
+378
*
Revert "Replaces vfork() implementation with fork()"
Dan Albert
2014-08-06
2
-0
/
+49
*
Fix memchr with a zero length.
Christopher Ferris
2014-07-30
1
-0
/
+5
*
Implement <sys/fsuid.h>.
Elliott Hughes
2014-07-30
2
-0
/
+28
*
Use VDSO for clock_gettime(2) and gettimeofday(2).
Elliott Hughes
2014-07-16
2
-4
/
+6
*
Add optimized memchr implementation from newlib
Bernhard Rosenkränzer
2014-07-11
5
-1
/
+163
*
Regenerate the bionic NOTICE files.
Elliott Hughes
2014-07-07
2
-2
/
+5
*
Add optimized stpcpy.
Christopher Ferris
2014-06-30
7
-167
/
+277
*
Merge "Add optimized 64 bit strcpy."
Christopher Ferris
2014-06-26
5
-1
/
+196
|
\
|
*
Add optimized 64 bit strcpy.
Christopher Ferris
2014-06-26
5
-1
/
+196
*
|
Add optimized neon strchr implementation based on newlib
Bernhard Rosenkränzer
2014-06-27
5
-1
/
+156
|
/
*
Add splice, tee, and vmsplice.
Elliott Hughes
2014-06-24
3
-0
/
+42
*
Cache getpid.
Elliott Hughes
2014-06-20
1
-2
/
+3
*
Merge "add 64-bit bionic implementation for denver arch"
Christopher Ferris
2014-06-17
4
-1
/
+487
|
\
|
*
add 64-bit bionic implementation for denver arch
Shu Zhang
2014-06-12
4
-1
/
+487
*
|
Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."
Dan Albert
2014-06-12
2
-28
/
+0
|
\
\
|
*
|
Remove ioprio_get(2) and ioprio_set(2) from LP64.
Dan Albert
2014-06-12
2
-28
/
+0
|
|
/
*
|
Remove __memcmp16 from bionic.
Elliott Hughes
2014-06-12
1
-1
/
+0
|
/
*
Merge "Replaces vfork() implementation with fork()"
Dan Albert
2014-06-10
2
-49
/
+0
|
\
|
*
Replaces vfork() implementation with fork()
Dan Albert
2014-06-10
2
-49
/
+0
*
|
AArch64: Remove Frame Record from ARM64 syscalls
Serban Constantinescu
2014-06-09
188
-2069
/
+0
*
|
Merge "Rename __bionic_clone_entry to __start_thread."
Elliott Hughes
2014-06-06
1
-3
/
+3
|
\
\
|
*
|
Rename __bionic_clone_entry to __start_thread.
Elliott Hughes
2014-06-06
1
-3
/
+3
|
|
/
*
|
Remove getdents from bionic.
Elliott Hughes
2014-06-06
1
-2
/
+3
|
/
*
Removes index() from bionic.
Dan Albert
2014-06-05
1
-1
/
+0
*
Removes bcopy and bzero from bionic.
Dan Albert
2014-06-03
3
-62
/
+0
*
Avoid a system call in 'gettid'.
Elliott Hughes
2014-06-02
1
-25
/
+0
*
Merge "Add Aarch64 optimized bzero based on memset"
Christopher Ferris
2014-05-29
5
-40
/
+48
|
\
|
*
Add Aarch64 optimized bzero based on memset
Bernhard Rosenkraenzer
2014-05-29
5
-40
/
+48
*
|
Merge "Revert "Revert "Lose the hand-written futex assembler."""
Elliott Hughes
2014-05-29
3
-73
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
3
-73
/
+0
*
|
Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Christopher Ferris
2014-05-28
5
-1
/
+84
|
\
\
|
|
/
|
/
|
|
*
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Bernhard Rosenkraenzer
2014-05-23
5
-1
/
+84
*
|
Merge "Revert "Lose the hand-written futex assembler.""
Narayan Kamath
2014-05-28
3
-0
/
+73
|
\
\
|
|
/
|
/
|
|
*
Revert "Lose the hand-written futex assembler."
Narayan Kamath
2014-05-28
3
-0
/
+73
*
|
Merge "Revert "Add optimized AArch64 versions of bcopy and wmemmove based on ...
Christopher Ferris
2014-05-24
5
-81
/
+1
|
\
\
|
*
|
Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Christopher Ferris
2014-05-24
5
-81
/
+1
*
|
|
Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Christopher Ferris
2014-05-24
5
-1
/
+81
|
\
\
\
|
|
/
/
|
*
|
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Bernhard Rosenkraenzer
2014-05-23
5
-1
/
+81
|
|
/
*
|
Clear link register in __bionic_clone.
Ben Cheng
2014-05-23
1
-2
/
+2
|
/
*
Lose the hand-written futex assembler.
Elliott Hughes
2014-05-22
3
-73
/
+0
*
Remove the tkill(2) stub.
Elliott Hughes
2014-05-22
1
-25
/
+0
*
Hide most of the private futex functions.
Elliott Hughes
2014-05-21
1
-52
/
+1
*
Merge "Add cfi directives for arm64 assembler."
Christopher Ferris
2014-05-22
193
-393
/
+1166
|
\
|
*
Add cfi directives for arm64 assembler.
Christopher Ferris
2014-05-21
193
-393
/
+1166
*
|
Merge "Remove an unnecessary instruction from arm64 __bionic_clone."
Elliott Hughes
2014-05-21
1
-3
/
+0
|
\
\
|
|
/
|
/
|
[next]