Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
9aceab50155b17741faded1fb22e2daa51a07fb1
/
libc
/
arch-arm
/
bionic
9aceab5
Use the kernel's MAX_ERRNO in the syscall stubs.
by Elliott Hughes
· 12 years ago
1428300
Add stack unwinding directives to memcpy.
by Ben Cheng
· 12 years ago
eb149e9
Adding strcmp tuned for Cortex-A15.
by Greta Yorsh
· 13 years ago
5b349fc
Adding memcpy tuned for Cortex-A15.
by Greta Yorsh
· 14 years ago
40eabe2
Fix the pthread_setname_np test.
by Elliott Hughes
· 12 years ago
6719500
Add a bunch more missing ENDs to assembler routines.
by Elliott Hughes
· 12 years ago
73964c5
Everyone has CLZ.
by Elliott Hughes
· 12 years ago
9f878c2
Really set errno if __pthread_clone fails.
by Elliott Hughes
· 12 years ago
d7a3a40
Use ENTRY/END in ARM __get_sp.
by Elliott Hughes
· 12 years ago
5e3fc43
Fix __pthread_clone on ARM to set errno on failure.
by Elliott Hughes
· 12 years ago
f94fd3c
Clean up ARM assembler files to use ENTRY/END.
by Elliott Hughes
· 12 years ago
646e058
Fix x86 build, remove void* arithmetic.
by Elliott Hughes
· 12 years ago
42b2c6a
Clean up the argc/argv/envp/auxv handling.
by Elliott Hughes
· 12 years ago
1e980b6
Fix the duplication in the debugging code.
by Elliott Hughes
· 13 years ago
35f5385
Add __aeabi_idiv to the dummy reference list.
by Ben Cheng
· 13 years ago
884e4f8
Add optimized version of memset for Cortex A9
by Henrik Smiding
· 15 years ago
6d0bcdc
Add optimized version of memcpy for Cortex A9
by Henrik Smiding
· 15 years ago
c213291
Merge "Add optimized version of memcmp for Cortex A9"
by Elliott Hughes
· 13 years ago
048569b
Rename __dso_handle_so.c to __dso_handle_so.h
by Andrew Hsieh
· 13 years ago
b2c5bd5
Merge "ARM: warn about atexit() calls from legacy shared libraries"
by Elliott Hughes
· 13 years ago
26f2e4a
Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended"
by Elliott Hughes
· 13 years ago
069c64c
Merge "ARM: make sure __on_dlclose() actually gets called"
by Nick Kralevich
· 13 years ago
e026b1d
Merge "ARM: remove dummy entries from .so init_array/fini_array"
by Nick Kralevich
· 13 years ago
144c291
ARM: warn about atexit() calls from legacy shared libraries
by Ard Biesheuvel
· 13 years ago
f3cfcd8
ARM: make CRT_LEGACY_WORKAROUND work as intended
by Ard Biesheuvel
· 13 years ago
c230928
ARM: remove dummy entries from .so init_array/fini_array
by Ard Biesheuvel
· 13 years ago
0a150ea
libc: remove ctors/dtors sections
by Ard Biesheuvel
· 13 years ago
404e28f
hardening: remove pointless ARM __get_pc() function
by Ard Biesheuvel
· 13 years ago
5ed48a4
ARM: make sure __on_dlclose() actually gets called
by Ard Biesheuvel
· 13 years ago
b7beb69
Add link.h for all platforms with dl_phdr_info
by Pavel Chupin
· 13 years ago
6eee1fc
crtend*: Add GNU_STACK note
by Nick Kralevich
· 13 years ago
3460db9
bionic: Stack pointer/signal race condition.
by Peter Enderborg
· 13 years ago
9d40326
arm: rewrite crtbegin* as C files.
by Nick Kralevich
· 13 years ago
83a73d1
crtbegin: eliminate duplicate code
by Nick Kralevich
· 13 years ago
3ebd31c
Add optimized version of memcmp for Cortex A9
by Henrik Smiding
· 15 years ago
6cdefd0
Add linker support for PIE
by Nick Kralevich
· 14 years ago
8034415
resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp
by Iliyan Malchev
· 13 years ago
08e72d0
bionic: add support for non-NEON memcpy() on NEON SoCs
by Prajakta Gudadhe
· 13 years ago
da0d853
am 08b51e2c: Implement the "abort" stub in assembly for ARM.
by Ben Cheng
· 13 years ago
eda7be4
Implement the "abort" stub in assembly for ARM.
by Ben Cheng
· 13 years ago
08b51e2
Implement the "abort" stub in assembly for ARM.
by Ben Cheng
· 13 years ago
e636e1f
am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size"
by Elliott Hughes
· 13 years ago
fe6338d
Adjust memcpy for ARM Cortex A9 cache line size
by Henrik Smiding
· 15 years ago
4a9d6e5
Fix segv when unwinding stack past __libc_init.
by Evgeniy Stepanov
· 13 years ago
d509901
Merge "Fix segv when unwinding stack past __libc_init."
by Elliott Hughes
· 13 years ago
470835b
Move end of __on_dlclose up
by Kenny Root
· 13 years ago
03273f8
__on_dlclose should be aligned
by Kenny Root
· 13 years ago
cd15bac
Fix segv when unwinding stack past __libc_init.
by Evgeniy Stepanov
· 13 years ago
be101bf
Revert "Reference __dso_handle in PIC way"
by Kenny Root
· 13 years ago
93cb308
Reference __dso_handle in PIC way
by Kenny Root
· 13 years ago
4fc1273
Merge "Trivial fix in comment"
by Andrew Hsieh
· 13 years ago
f1a17e7
libc: Add __aeabi_llsl and __aeabi_llsr to libgcc_compat
by Dima Zavin
· 13 years ago
58b2c16
Trivial fix in comment
by Andrew Hsieh
· 13 years ago
f1a39dc
libc: Fix typo that broke NDK compatibility.
by David 'Digit' Turner
· 14 years ago
de44d0b
Merge "libc: provide atomic operations will full barriers for NDK apps."
by David 'Digit' Turner
· 14 years ago
10c8ce5
Add tgkill syscall.
by Jeff Brown
· 14 years ago
0fec6b9
libc: provide atomic operations will full barriers for NDK apps.
by David 'Digit' Turner
· 14 years ago
d9ad623
Add linker support for PIE
by Nick Kralevich
· 14 years ago
487b613
Use ENTRY and EXIT macros for strcmp, memcpy, atexit.
by Evgeniy Stepanov
· 14 years ago
58246b7
libc: Add __aeabi_f2uiz to libgcc_compat.c
by David 'Digit' Turner
· 14 years ago
b489666
am 1c0a0381: Merge "Enable functional DSO object destruction"
by David Turner
· 14 years ago
3964084
Enable functional DSO object destruction
by Bruce Beare
· 14 years ago
a9e409a
am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"
by David Turner
· 14 years ago
f50e9be
bionic: Add ARM optimized strcmp()
by Jim Huang
· 14 years ago
3224c08
Merge changes I8c481c89,I791406f8,I5f09cef8
by David Turner
· 14 years ago
420878c
Add function marks and size indications
by Kenny Root
· 14 years ago
0233509
Amend previous commit with needed include
by Kenny Root
· 14 years ago
3a3c185
Use CLZ on ARMv5 and newer
by Kenny Root
· 14 years ago
24dc936
resolved conflicts for merge of 1bc98ccb to gingerbread-plus-aosp
by Jean-Baptiste Queru
· 15 years ago
73c04b3
bionic: Add ARM optimized strcpy()
by Jim Huang
· 15 years ago
a172709
bionic: Rename _ARM_HAVE_LDREX_STREX to __ARM_HAVE_LDREX_STREX for consistency
by Jim Huang
· 15 years ago
18c5bcc
Revert "Set SA_RESTORER in sigaction()"
by Dima Zavin
· 15 years ago
3b43f87
Allow dlclose() to properly call static C++ destructors.
by David 'Digit' Turner
· 15 years ago
6a9b888
Allow static C++ destructors to be properly called on dlclose().
by David 'Digit' Turner
· 15 years ago
b8e6c50
Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE
by David 'Digit' Turner
· 15 years ago
fcd00eb
Atomic/SMP update, part 3.
by Andy McFadden
· 15 years ago
4fdbadd
Atomic/SMP update.
by Andy McFadden
· 15 years ago
4aef0ae
merge from open-source master
by The Android Open Source Project
· 15 years ago
e4fa46e
Set SA_RESTORER in sigaction()
by Matt Fischer
· 16 years ago
88f06cd
Use private futexes for pthread_mutex_t.
by David 'Digit' Turner
· 15 years ago
8641833
Revert "bionic: pthread: use private futexes by default for mutexes and condvars"
by Fabrice Di Meglio
· 15 years ago
ba9c6f0
bionic: pthread: use private futexes by default for mutexes and condvars
by David 'Digit' Turner
· 15 years ago
ecede40
Only use NEON memcpy if __ARM_NEON__ is defined
by Colin Cross
· 15 years ago
97cf7f3
Implement clone() C library function properly.
by David 'Digit' Turner
· 16 years ago
d548a26
Add missing symbol type directives.
by Doug Kwan
· 16 years ago
ecac54d
am 3ba822cc: am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
by Mathias Agopian
· 16 years ago
47c5e30
am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
by Mathias Agopian
· 16 years ago
199f9d9
Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment)
by Mathias Agopian
· 16 years ago
581f430
am 76ef331c: am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling
by Mathias Agopian
· 16 years ago
214dec2
am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling
by Mathias Agopian
· 16 years ago
7e7d6c4
use local symbols in memset so it doesn't screw up profiling
by Mathias Agopian
· 16 years ago
1f2a381
am fdc5c1f5: Re-enable ARMv7 memcpy implementation.
by David 'Digit' Turner
· 16 years ago
5be45ce
am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy.
by David 'Digit' Turner
· 16 years ago
fdc5c1f
Re-enable ARMv7 memcpy implementation.
by David 'Digit' Turner
· 16 years ago
1e40783
Fix armv7-user builds by disabling the ARMv7-optimized memcpy.
by David 'Digit' Turner
· 16 years ago
0893d49
am 7a9e06fa: Merge change I2a7ad975 into eclair
by David 'Digit' Turner
· 16 years ago
7a9e06f
Merge change I2a7ad975 into eclair
by Android (Google) Code Review
· 16 years ago
2a7ad97
Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair.
by David 'Digit' Turner
· 16 years ago
2d77d4d
am ee223d02: NEON optimized memcpy.
by Mathias Agopian
· 16 years ago
ee223d0
NEON optimized memcpy.
by Mathias Agopian
· 16 years ago
Next »