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
*
msm8960: Improve performance of memcpy, memmove, bcopy and memmove_words (cod...
xkonni
2012-07-10
2
-3
/
+328
*
memcmp: prefetch optimizing for ARM Cortex-A8/A9
Jim Huang
2012-07-10
1
-12
/
+69
*
Add ARMv7 optimized strlen()
Jim Huang
2012-07-10
1
-0
/
+111
*
msm7627A: Enable 7627A specific memcpy routine
Chitti Babu Theegala
2012-07-10
2
-3
/
+131
*
Modify Android mem* routines with CodeAurora versions.
Harshad Bhutada
2012-07-10
3
-3
/
+556
*
bionic: add support for non-NEON memcpy() on NEON SoCs
Prajakta Gudadhe
2012-05-09
1
-1
/
+1
*
Implement the "abort" stub in assembly for ARM.
Ben Cheng
2012-05-08
1
-0
/
+42
*
Fix segv when unwinding stack past __libc_init.
Evgeniy Stepanov
2012-04-18
1
-1
/
+3
*
Add faccessat to syscall list
Kenny Root
2012-04-13
2
-0
/
+15
*
Merge "Fix segv when unwinding stack past __libc_init."
Elliott Hughes
2012-04-12
1
-1
/
+3
|
\
|
*
Fix segv when unwinding stack past __libc_init.
Evgeniy Stepanov
2012-04-10
1
-1
/
+3
*
|
Move end of __on_dlclose up
Kenny Root
2012-04-11
1
-5
/
+2
*
|
__on_dlclose should be aligned
Kenny Root
2012-04-10
1
-0
/
+6
|
/
*
Update kernel headers and add syscall "perf_event_open"
Ben Cheng
2012-03-13
2
-0
/
+17
*
Revert "Reference __dso_handle in PIC way"
Kenny Root
2012-03-05
1
-8
/
+7
*
Reference __dso_handle in PIC way
Kenny Root
2012-03-02
1
-7
/
+8
*
Merge "Trivial fix in comment"
Andrew Hsieh
2012-02-29
1
-1
/
+1
|
\
|
*
Trivial fix in comment
Andrew Hsieh
2012-02-21
1
-1
/
+1
*
|
libc: Add __aeabi_llsl and __aeabi_llsr to libgcc_compat
Dima Zavin
2012-02-22
1
-0
/
+2
|
/
*
am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibil...
Jean-Baptiste Queru
2012-02-13
1
-0
/
+6
|
\
|
*
am a60ff6c5: Merge "libc: Define new symbol visibility macros"
Jean-Baptiste Queru
2012-02-13
1
-0
/
+6
|
|
\
|
|
*
libc: Define new symbol visibility macros
David 'Digit' Turner
2012-01-31
1
-0
/
+6
*
|
|
Merge 2f80f07d
Jean-Baptiste Queru
2012-01-20
13
-0
/
+186
|
\
\
\
|
|
/
/
|
*
|
am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...
Jean-Baptiste Queru
2012-01-20
13
-0
/
+186
|
|
\
\
|
|
|
/
|
|
*
Add extended attribute (xattr) system call wrappers to bionic.
Stephen Smalley
2012-01-18
13
-0
/
+186
*
|
|
am 06f51ba1: am f44de270: add personality() system call.
Nick Kralevich
2012-01-17
2
-0
/
+15
|
\
\
\
|
|
/
/
|
*
|
am f44de270: add personality() system call.
Nick Kralevich
2012-01-17
2
-0
/
+15
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
add personality() system call.
Nick Kralevich
2012-01-13
2
-0
/
+15
*
|
|
am e30e9093: sreadahead: adding readahead system call into bionic libc
Bruce Beare
2012-01-03
2
-0
/
+17
|
\
\
\
|
|
/
/
|
*
|
sreadahead: adding readahead system call into bionic libc
Bruce Beare
2012-01-03
2
-0
/
+17
|
|
/
*
|
libc: Fix typo that broke NDK compatibility.
David 'Digit' Turner
2011-11-23
1
-1
/
+1
*
|
Merge "libc: provide atomic operations will full barriers for NDK apps."
David 'Digit' Turner
2011-11-22
3
-236
/
+199
|
\
\
|
*
|
libc: provide atomic operations will full barriers for NDK apps.
David 'Digit' Turner
2011-11-16
3
-236
/
+199
*
|
|
Add tgkill syscall.
Jeff Brown
2011-11-18
1
-0
/
+51
|
/
/
*
|
Add linker support for PIE
Nick Kralevich
2011-10-22
2
-18
/
+10
|
/
*
Use ENTRY and EXIT macros for strcmp, memcpy, atexit.
Evgeniy Stepanov
2011-10-11
3
-22
/
+6
*
libc: Add __aeabi_f2uiz to libgcc_compat.c
David 'Digit' Turner
2011-08-22
1
-1
/
+7
*
am 1c0a0381: Merge "Enable functional DSO object destruction"
David Turner
2011-06-23
4
-0
/
+77
|
\
|
*
Enable functional DSO object destruction
Bruce Beare
2011-06-20
4
-0
/
+77
*
|
am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"
David Turner
2011-05-17
1
-0
/
+321
|
\
\
|
|
/
|
*
bionic: Add ARM optimized strcmp()
Jim Huang
2011-04-20
1
-0
/
+321
*
|
Add support for the utimensat(2) syscall to bionic.
Ken Sumrall
2011-03-24
2
-0
/
+15
*
|
Merge changes I8c481c89,I791406f8,I5f09cef8
David Turner
2011-02-18
194
-1563
/
+620
|
\
\
|
*
|
libc: ARM: update syscalls with new script
Kenny Root
2011-02-17
179
-1432
/
+537
|
*
|
Add function marks and size indications
Kenny Root
2011-02-17
15
-131
/
+83
*
|
|
Amend previous commit with needed include
Kenny Root
2011-02-17
1
-0
/
+1
|
/
/
*
|
Use CLZ on ARMv5 and newer
Kenny Root
2011-02-16
1
-5
/
+5
|
/
*
libc: Add ftruncate64 and improve 64-bit parameter syscall handling.
David 'Digit' Turner
2010-12-16
4
-8
/
+28
*
<sched.h>: Add sched_getcpu() and cpu_set_t
David 'Digit' Turner
2010-12-06
4
-0
/
+60
*
am 24dc9363: resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp
Jean-Baptiste Queru
2010-11-22
1
-0
/
+138
|
\
[next]