summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm
Commit message (Expand)AuthorAgeFilesLines
* Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-172-6/+3
* crtend*: Add GNU_STACK noteNick Kralevich2012-08-102-0/+6
* Add unshare() syscall.Jeff Sharkey2012-08-102-0/+15
* bionic: Stack pointer/signal race condition.Peter Enderborg2012-07-271-4/+2
* arm: rewrite crtbegin* as C files.Nick Kralevich2012-06-013-120/+78
* crtbegin: eliminate duplicate codeNick Kralevich2012-05-302-89/+1
* resolved conflicts for merge of 08e72d01 to jb-dev-plus-aospIliyan Malchev2012-05-101-1/+1
|\
| * bionic: add support for non-NEON memcpy() on NEON SoCsPrajakta Gudadhe2012-05-091-1/+1
* | am 08b51e2c: Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-091-0/+42
|\ \ | |/
| * Implement the "abort" stub in assembly for ARM.Ben Cheng2012-05-081-0/+42
* | am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size"Elliott Hughes2012-05-071-4/+29
|\ \ | |/ |/|
| * Adjust memcpy for ARM Cortex A9 cache line sizeHenrik Smiding2012-05-071-4/+29
* | Fix segv when unwinding stack past __libc_init.Evgeniy Stepanov2012-04-181-1/+3
* | Add faccessat to syscall listKenny Root2012-04-132-0/+15
* | Merge "Fix segv when unwinding stack past __libc_init."Elliott Hughes2012-04-121-1/+3
|\ \
| * | Fix segv when unwinding stack past __libc_init.Evgeniy Stepanov2012-04-101-1/+3
* | | Move end of __on_dlclose upKenny Root2012-04-111-5/+2
* | | __on_dlclose should be alignedKenny Root2012-04-101-0/+6
|/ /
* | Update kernel headers and add syscall "perf_event_open"Ben Cheng2012-03-132-0/+17
* | Revert "Reference __dso_handle in PIC way"Kenny Root2012-03-051-8/+7
* | Reference __dso_handle in PIC wayKenny Root2012-03-021-7/+8
* | Merge "Trivial fix in comment"Andrew Hsieh2012-02-291-1/+1
|\ \
| * | Trivial fix in commentAndrew Hsieh2012-02-211-1/+1
* | | libc: Add __aeabi_llsl and __aeabi_llsr to libgcc_compatDima Zavin2012-02-221-0/+2
|/ /
* | am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibil...Jean-Baptiste Queru2012-02-131-0/+6
|\ \ | |/
| * am a60ff6c5: Merge "libc: Define new symbol visibility macros"Jean-Baptiste Queru2012-02-131-0/+6
| |\
| | * libc: Define new symbol visibility macrosDavid 'Digit' Turner2012-01-311-0/+6
* | | Merge 2f80f07dJean-Baptiste Queru2012-01-2013-0/+186
|\ \ \ | |/ /
| * | am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...Jean-Baptiste Queru2012-01-2013-0/+186
| |\ \ | | |/
| | * Add extended attribute (xattr) system call wrappers to bionic.Stephen Smalley2012-01-1813-0/+186
* | | am 06f51ba1: am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+15
|\ \ \ | |/ /
| * | am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+15
| |\ \ | | |/ | |/|
| | * add personality() system call.Nick Kralevich2012-01-132-0/+15
* | | am e30e9093: sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+17
|\ \ \ | |/ /
| * | sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+17
| |/
* | libc: Fix typo that broke NDK compatibility.David 'Digit' Turner2011-11-231-1/+1
* | Merge "libc: provide atomic operations will full barriers for NDK apps."David 'Digit' Turner2011-11-223-236/+199
|\ \
| * | libc: provide atomic operations will full barriers for NDK apps.David 'Digit' Turner2011-11-163-236/+199
* | | Add tgkill syscall.Jeff Brown2011-11-181-0/+51
|/ /
* | Add linker support for PIENick Kralevich2011-10-222-18/+10
|/
* Use ENTRY and EXIT macros for strcmp, memcpy, atexit.Evgeniy Stepanov2011-10-113-22/+6
* libc: Add __aeabi_f2uiz to libgcc_compat.cDavid 'Digit' Turner2011-08-221-1/+7
* am 1c0a0381: Merge "Enable functional DSO object destruction"David Turner2011-06-234-0/+77
|\
| * Enable functional DSO object destructionBruce Beare2011-06-204-0/+77
* | am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()"David Turner2011-05-171-0/+321
|\ \ | |/
| * bionic: Add ARM optimized strcmp()Jim Huang2011-04-201-0/+321
* | Add support for the utimensat(2) syscall to bionic.Ken Sumrall2011-03-242-0/+15
* | Merge changes I8c481c89,I791406f8,I5f09cef8David Turner2011-02-18194-1563/+620
|\ \
| * | libc: ARM: update syscalls with new scriptKenny Root2011-02-17179-1432/+537
| * | Add function marks and size indicationsKenny Root2011-02-1715-131/+83