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: 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
*
|
Clean up the arm64 setjmp.
Elliott Hughes
2014-12-05
5
-297
/
+144
*
|
Switch aarch64 to __builtin_bswap16.
Elliott Hughes
2014-12-02
1
-6
/
+1
*
|
Kill <machine/exec.h>.
Elliott Hughes
2014-12-02
1
-50
/
+0
|
/
*
Bring our <machine/endian.h> files back in sync.
Elliott Hughes
2014-11-21
1
-7
/
+2
*
Add sethostname(2).
Elliott Hughes
2014-11-07
1
-0
/
+14
*
Add clock_settime and clock_nanosleep.
Haruki Hasegawa
2014-10-13
1
-2
/
+3
*
Add __memcpy_chk assembly for 64 bit.
Christopher Ferris
2014-09-26
5
-370
/
+484
*
Remove the unnecessary generic-neon code.
Christopher Ferris
2014-09-23
3
-193
/
+1
*
Merge "Use the kernel's sa_restorer for aarch64."
Elliott Hughes
2014-09-17
2
-36
/
+0
|
\
|
*
Use the kernel's sa_restorer for aarch64.
Elliott Hughes
2014-09-16
2
-36
/
+0
*
|
Clean up the architecture-specific makefiles.
Elliott Hughes
2014-09-16
1
-11
/
+18
|
/
*
Fix signal trampolines.
Elliott Hughes
2014-09-15
2
-5
/
+6
*
Merge "Add IFUNC support for arm64 and IRELATIVE reloc"
Dmitriy Ivanov
2014-09-12
1
-0
/
+1
|
\
|
*
Add IFUNC support for arm64 and IRELATIVE reloc
Dmitriy Ivanov
2014-09-11
1
-0
/
+1
*
|
Add posix_fadvise(3).
Elliott Hughes
2014-09-11
1
-0
/
+15
|
/
*
Ensure __set_errno is still visible on LP32.
Elliott Hughes
2014-09-08
192
-570
/
+192
*
Revert "Fix arm64 build"
Dmitriy Ivanov
2014-09-04
1
-0
/
+5
*
Fix arm64 build
Dmitriy Ivanov
2014-09-03
1
-5
/
+0
[next]