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
*
Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Elliott Hughes
2013-03-21
4
-4
/
+3
*
The SYS_ constants should cover all __NR_ values.
Elliott Hughes
2013-03-21
3
-24
/
+15
*
Expose wait4 as wait4 rather than __wait4.
Elliott Hughes
2013-03-21
2
-3
/
+3
*
Create arch specific versions of strcmp.
Christopher Ferris
2013-03-20
9
-1
/
+1719
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-2
/
+2
*
Merge "Use the kernel's MAX_ERRNO in the syscall stubs."
Elliott Hughes
2013-03-13
206
-621
/
+1037
|
\
|
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
206
-621
/
+1037
*
|
Break bionic implementations into arch versions.
Christopher Ferris
2013-03-12
13
-0
/
+1381
|
/
*
Add stack unwinding directives to memcpy.
Ben Cheng
2013-03-01
1
-33
/
+16
*
Adding strcmp tuned for Cortex-A15.
Greta Yorsh
2013-03-01
1
-0
/
+787
*
Adding memcpy tuned for Cortex-A15.
Greta Yorsh
2013-03-01
1
-0
/
+423
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-2
/
+2
*
Add a bunch more missing ENDs to assembler routines.
Elliott Hughes
2013-02-13
2
-9
/
+8
*
Everyone has CLZ.
Elliott Hughes
2013-02-13
1
-44
/
+0
*
Really set errno if __pthread_clone fails.
Elliott Hughes
2013-02-12
1
-2
/
+2
*
Use ENTRY/END in ARM __get_sp.
Elliott Hughes
2013-02-11
1
-5
/
+5
*
Fix __pthread_clone on ARM to set errno on failure.
Elliott Hughes
2013-02-11
1
-27
/
+22
*
Clean up ARM assembler files to use ENTRY/END.
Elliott Hughes
2013-02-11
4
-101
/
+24
*
Fix x86 build, remove void* arithmetic.
Elliott Hughes
2013-02-07
1
-1
/
+2
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-23
/
+7
*
Upgrade libm.
Elliott Hughes
2013-02-01
1
-0
/
+2
*
Use the NetBSD <sys/exec_elf.h>.
Elliott Hughes
2013-01-29
1
-0
/
+138
*
Merge "arm syscall : for eabi call_default don't use stack"
Elliott Hughes
2013-01-25
181
-543
/
+362
|
\
|
*
arm syscall : for eabi call_default don't use stack
Matthieu Castet
2013-01-16
181
-543
/
+362
*
|
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-3
/
+2
|
/
*
Add __aeabi_idiv to the dummy reference list.
Ben Cheng
2013-01-14
1
-0
/
+1
*
Add signalfd call to bionic
Rom Lemarchand
2013-01-10
2
-0
/
+15
*
Fix <endian.h> and <sys/endian.h>.
Elliott Hughes
2012-12-11
1
-0
/
+0
*
Remove (near-)duplicate definitions of size_t and ssize_t.
Elliott Hughes
2012-11-29
1
-11
/
+0
*
Clean up _BYTE_ORDER definitions for better x86 portability.
Elliott Hughes
2012-11-27
2
-7
/
+1
*
Add optimized version of memset for Cortex A9
Henrik Smiding
2012-11-09
1
-5
/
+95
*
Add optimized version of memcpy for Cortex A9
Henrik Smiding
2012-11-08
1
-26
/
+188
*
Merge "Add optimized version of memcmp for Cortex A9"
Elliott Hughes
2012-11-08
1
-25
/
+86
|
\
|
*
Add optimized version of memcmp for Cortex A9
Henrik Smiding
2012-05-19
1
-25
/
+86
|
*
Add linker support for PIE
Nick Kralevich
2012-05-15
2
-18
/
+10
|
*
Implement the "abort" stub in assembly for ARM.
Ben Cheng
2012-05-08
1
-0
/
+42
*
|
Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"
David 'Digit' Turner
2012-10-17
2
-249
/
+0
*
|
libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>
David 'Digit' Turner
2012-10-17
2
-0
/
+249
*
|
Merge "Rename __dso_handle_so.c to __dso_handle_so.h"
Elliott Hughes
2012-09-07
1
-1
/
+1
|
\
\
|
*
|
Rename __dso_handle_so.c to __dso_handle_so.h
Andrew Hsieh
2012-09-07
1
-1
/
+1
*
|
|
Add mlockall and munlockall for Google TV.
Elliott Hughes
2012-09-06
3
-0
/
+30
|
/
/
*
|
Merge "ARM: warn about atexit() calls from legacy shared libraries"
Elliott Hughes
2012-09-05
1
-0
/
+14
|
\
\
|
*
|
ARM: warn about atexit() calls from legacy shared libraries
Ard Biesheuvel
2012-08-28
1
-0
/
+14
*
|
|
Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended"
Elliott Hughes
2012-09-05
4
-37
/
+64
|
\
\
\
|
|
/
/
|
*
|
ARM: make CRT_LEGACY_WORKAROUND work as intended
Ard Biesheuvel
2012-08-28
4
-37
/
+64
*
|
|
Add getsid system call to bionic
Irina Tirdea
2012-09-03
2
-0
/
+15
*
|
|
Merge "ARM: make sure __on_dlclose() actually gets called"
Nick Kralevich
2012-08-28
1
-1
/
+1
|
\
\
\
|
*
|
|
ARM: make sure __on_dlclose() actually gets called
Ard Biesheuvel
2012-08-21
1
-1
/
+1
*
|
|
|
Merge "ARM: remove dummy entries from .so init_array/fini_array"
Nick Kralevich
2012-08-28
1
-10
/
+0
|
\
\
\
\
|
*
|
|
|
ARM: remove dummy entries from .so init_array/fini_array
Ard Biesheuvel
2012-08-28
1
-10
/
+0
|
|
|
/
/
|
|
/
|
|
[next]