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
*
libc: Fix invalid offset warning with Clang
Steve Kondik
2016-07-01
1
-2
/
+2
*
bionic: Use a more simple strrchr for arm64
Steve Kondik
2016-04-30
1
-138
/
+21
*
libc: ARM64: kryo: use generic memmove routine
Scott Mertz
2015-12-21
2
-1
/
+330
*
libc: ARM64: denver64: optimized memmove breaks denver
André Pinela
2015-12-10
2
-1
/
+330
*
libc: AArch64: Tune memcpy
Wilco Dijkstra
2015-11-19
1
-24
/
+33
*
libc: include strrchr for kryo and denver64
HashBang
2015-11-18
2
-0
/
+2
*
libc: ARM64: add assembly strrchr
Richard Earnshaw
2015-11-07
3
-1
/
+172
*
libc: ARM64: improve performance in strlen
Wilco Dijkstra
2015-11-07
1
-71
/
+172
*
libc: ARM64: optimize memset.
Wilco Dijkstra
2015-11-07
1
-190
/
+186
*
libc: ARM64: Optimize memcpy.
Wilco Dijkstra
2015-11-07
1
-133
/
+162
*
libc: ARM64: optimize memmove
Wilco Dijkstra
2015-11-07
1
-281
/
+105
*
libc: ARM64: remove bcopy from memset
Jake Weinstein
2015-11-07
1
-15
/
+0
*
libc: remove bcopy from memmove on 64-bit architectures
Jake Weinstein
2015-11-07
1
-14
/
+2
*
libc: kryo specific memory routine
Brent DeGraaf
2015-10-06
3
-0
/
+323
*
Merge "Add support for cortex-a53 in bionic." into mnc-dev
Tim Murray
2015-06-16
1
-0
/
+1
|
\
|
*
Add support for cortex-a53 in bionic.
Tim Murray
2015-06-16
1
-0
/
+1
*
|
Hide accidentally-exposed __clock_nanosleep.
Elliott Hughes
2015-06-16
1
-3
/
+3
|
/
*
Add process_vm_readv and process_vm_writev.
Elliott Hughes
2015-06-10
2
-0
/
+28
*
libc: Add O_PATH support for fgetxattr / fsetxattr
Nick Kralevich
2015-06-02
2
-4
/
+6
*
Hide rt_sigqueueinfo.
Yabin Cui
2015-05-18
1
-3
/
+3
*
Use unified syntax to compile with both llvm and gcc.
Chih-Hung Hsieh
2015-05-15
2
-6
/
+6
*
Revert "Fix volantis boot."
Dan Albert
2015-05-08
2
-13
/
+0
*
Revert "Fix clang build."
Dan Albert
2015-05-08
1
-4
/
+0
*
Revert "Try again to fix clang build."
Dan Albert
2015-05-08
1
-1
/
+1
*
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-24
1
-0
/
+1
*
Merge "Revert "Unregister pthread_atfork handlers on dlclose()""
Dimitry Ivanov
2015-04-24
1
-1
/
+0
|
\
|
*
Revert "Unregister pthread_atfork handlers on dlclose()"
Dimitry Ivanov
2015-04-24
1
-1
/
+0
*
|
Merge "Simplify close(2) EINTR handling."
Elliott Hughes
2015-04-23
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Simplify close(2) EINTR handling.
Elliott Hughes
2015-04-23
1
-2
/
+3
*
|
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-22
1
-0
/
+1
|
/
*
Try again to fix clang build.
Elliott Hughes
2015-04-03
1
-1
/
+1
*
Fix clang build.
Elliott Hughes
2015-04-03
1
-0
/
+4
*
Fix volantis boot.
Elliott Hughes
2015-04-03
2
-0
/
+13
*
Use ALIAS_SYMBOL for assembler aliasing.
Christopher Ferris
2015-03-25
1
-4
/
+2
*
Make gensyscalls.py use the ALIAS_SYMBOL macro.
Christopher Ferris
2015-03-24
14
-28
/
+14
*
Hide statfs/fstatfs' ST_VALID flag from userspace.
Elliott Hughes
2015-03-18
2
-10
/
+6
*
Fix "faccessat ignores flags"
Nick Kralevich
2015-02-24
1
-2
/
+3
*
Fix memchr overflow.
Elliott Hughes
2015-02-14
1
-1
/
+1
*
Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680
Colin Cross
2015-02-05
1
-1
/
+1
|
\
|
*
Fix typo in cpu variant makefile depenendency for arm64
Colin Cross
2015-02-04
1
-1
/
+1
*
|
Ensure raw fchmod/fchmodat syscalls are hidden.
Nick Kralevich
2015-02-03
2
-6
/
+6
*
|
Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support
Nick Kralevich
2015-02-02
2
-4
/
+6
|
/
*
[Arm64] Fix overlapping fp fields in jmp_buf
Duane Sand
2015-01-26
1
-2
/
+2
*
Fix arm64 clone stack handling.
Elliott Hughes
2014-12-10
1
-8
/
+8
*
Merge "support _POSIX_REALTIME_SIGNALS"
Yabin Cui
2014-12-09
1
-0
/
+15
|
\
|
*
support _POSIX_REALTIME_SIGNALS
Yabin Cui
2014-12-08
1
-0
/
+15
*
|
Simplify our endian.h implementation.
Elliott Hughes
2014-12-08
1
-48
/
+0
*
|
Use 64-bit units in the aarch64 setjmp implementation.
Elliott Hughes
2014-12-08
1
-50
/
+39
*
|
Switch arm and arm64 over to the x86 style of jmpbuf.
Elliott Hughes
2014-12-08
1
-25
/
+15
*
|
Fix signal mask save/restore for arm64.
Elliott Hughes
2014-12-06
1
-24
/
+20
[next]