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-arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using the non-uapi <linux/err.h> header file.
Elliott Hughes
2013-11-07
196
-587
/
+196
*
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
Elliott Hughes
2013-11-06
2
-17
/
+0
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
2
-3
/
+3
*
Let the compiler worry about implementing ffs(3).
Elliott Hughes
2013-10-24
2
-42
/
+0
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
8
-70
/
+25
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
Elliott Hughes
2013-10-23
5
-29
/
+12
*
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Elliott Hughes
2013-10-22
16
-205
/
+21
*
AArch64: Fix uses of stack size for 32/64bit libc builds
Serban Constantinescu
2013-10-22
1
-1
/
+1
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
2
-3
/
+3
*
Sort the syscalls.mk files, give all generated files the same header.
Elliott Hughes
2013-10-16
208
-388
/
+595
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
2
-5
/
+5
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
2
-5
/
+5
*
'Avoid confusing "read prevented write" log messages' 2.
Elliott Hughes
2013-10-15
14
-14
/
+14
*
Merge "Modify prefetch for krait memcpy."
Christopher Ferris
2013-10-15
1
-1
/
+1
|
\
|
*
Modify prefetch for krait memcpy.
Christopher Ferris
2013-10-15
1
-1
/
+1
*
|
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
2
-16
/
+0
|
/
*
Clean up the cpuacct cruft.
Elliott Hughes
2013-10-09
4
-9
/
+9
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
15
-15
/
+16
*
pthread_exit should call __NR_exit with status 0.
Elliott Hughes
2013-10-08
1
-1
/
+1
*
Add arch-x86_64/include/machine.
Elliott Hughes
2013-10-04
1
-10
/
+0
*
Make error messages even better!
Nick Kralevich
2013-10-04
14
-14
/
+14
*
Merge "Move common arch-* code to arch-common directory"
Elliott Hughes
2013-10-03
5
-217
/
+0
|
\
|
*
Move common arch-* code to arch-common directory
Pavel Chupin
2013-10-03
5
-217
/
+0
*
|
Add dependencies on included makefiles.
Christopher Ferris
2013-10-03
1
-1
/
+3
*
|
Remove dead files.
Christopher Ferris
2013-10-03
3
-1393
/
+0
|
/
*
Remove the __ARM_FEATURE_DSP check.
Christopher Ferris
2013-10-02
3
-33
/
+0
*
libc: don't export unnecessary symbols
Nick Kralevich
2013-10-02
13
-15
/
+15
*
Make it easier to add syscalls for another architecture.
Elliott Hughes
2013-09-26
1
-2
/
+2
*
__memcpy_chk: Fix signed cmp of unsigned values.
Christopher Ferris
2013-09-20
9
-9
/
+9
*
Fix all debug directives.
Christopher Ferris
2013-09-20
16
-232
/
+350
*
Update all debug directives.
Christopher Ferris
2013-09-20
16
-2
/
+104
*
Ensure we have the off64_t variant of every function that takes an off_t.
Elliott Hughes
2013-09-19
3
-0
/
+32
*
Add the dl_iterate_phdr function to libdl for arm.
Christopher Ferris
2013-09-06
1
-2
/
+3
*
Delete CAVEATS / fix spelling.
Nick Kralevich
2013-08-27
1
-1
/
+1
*
Create optimized __strcpy_chk/__strcat_chk.
Christopher Ferris
2013-08-15
20
-574
/
+1952
*
Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.
Christopher Ferris
2013-08-14
9
-4
/
+206
*
Fix strcpy.c that should have been strcpy.S. DO NOT MERGE
Christopher Ferris
2013-08-08
1
-1
/
+1
*
Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE
Christopher Ferris
2013-08-08
12
-37
/
+2247
*
Update the comments to reflect the current status.
Ben Cheng
2013-08-02
1
-6
/
+14
*
libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher
synergydev
2013-07-29
1
-1
/
+2
*
am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c."
Christopher Ferris
2013-07-16
1
-4
/
+13
|
\
|
*
Fix assembler errors in generic arm strlen.c.
Christopher Ferris
2013-07-16
1
-4
/
+13
*
|
am 6f4fed74: Merge "Add new optimized strlen for arm."
Christopher Ferris
2013-07-16
7
-1
/
+157
|
\
\
|
|
/
|
*
Add new optimized strlen for arm.
Christopher Ferris
2013-07-16
7
-1
/
+157
*
|
am f152e386: Merge "EABI syscall cleanup."
Elliott Hughes
2013-07-16
2
-18
/
+15
|
\
\
|
|
/
|
*
EABI syscall cleanup.
Elliott Hughes
2013-07-16
2
-18
/
+15
*
|
am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-stri...
Elliott Hughes
2013-07-03
1
-0
/
+3
|
\
\
|
|
/
|
*
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
Will Newton
2013-07-03
1
-0
/
+3
*
|
am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-stri...
Christopher Ferris
2013-07-01
1
-0
/
+611
|
\
\
|
|
/
|
*
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
Will Newton
2013-07-01
1
-0
/
+611
[next]