summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic
Commit message (Expand)AuthorAgeFilesLines
* Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-214-4/+4
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-6/+1
* Drop unnecessary execution permission for .cpp/.c/.hKito Cheng2013-03-225-0/+0
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-1/+1
* Add a bunch more missing ENDs to assembler routines.Elliott Hughes2013-02-134-3/+8
* Fix __pthread_clone and __bionic_clone error handling on x86.Elliott Hughes2013-02-121-14/+26
* Use ENTRY/END in custom x86 assembler too.Elliott Hughes2013-02-116-68/+34
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-4/+1
* Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-071-1/+2
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-22/+7
* Replace .S version of x86 crtfiles with .c versionPavel Chupin2012-11-306-330/+111
* enable clone system call for x86Jin Wei2012-08-151-4/+57
* bionic: modify syscall to use 6 registers to pass parameter.Jin Wei2012-08-031-16/+25
* MIPS support for libc.Raghu Gandham2012-08-021-74/+0
* arm: rewrite crtbegin* as C files.Nick Kralevich2012-06-012-0/+80
* crtbegin: eliminate duplicate codeNick Kralevich2012-05-302-140/+1
* am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned w...Elliott Hughes2012-03-303-5/+14
|\
| * libc/x86: ensure the stack 16-byte aligned when tasks createdJack Ren2012-03-233-5/+14
* | am 5d8fd2a0: am a71aefc6: am d041bf20: Merge "bionic/x86: fix one potential d...Jean-Baptiste Queru2012-02-231-0/+1
|\ \ | |/
| * bionic/x86: fix one potential deadlock in __set_tls()Jin Wei2012-02-231-0/+1
* | am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race cond...Jack Ren2011-11-301-1/+1
|\ \ | |/
| * bionic: fix pthread_{create, exit}/signal race conditionJack Ren2011-11-291-1/+1
* | am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issueJack Ren2011-11-301-0/+5
|\ \ | |/
| * bionic: fix __get_tls( ) crash issueJack Ren2011-11-291-0/+5
* | libc: provide atomic operations will full barriers for NDK apps.David 'Digit' Turner2011-11-161-0/+0
|/
* Merge "x86 libc: Fix the range to check the error"David Turner2011-08-051-1/+1
|\
| * x86 libc: Fix the range to check the errorJun Nakajima2011-06-171-1/+1
* | Enable functional DSO object destructionBruce Beare2011-06-204-18/+98
|/
* x86: Enable -fstack-protectorBruce Beare2011-05-244-0/+54
* Update X86 Bionic CRT files for unwind/exceptionsMark D Horn2011-05-245-9/+194
* x86 libc: fix the wrong return value of syscallKan-Ru Chen2011-03-291-12/+6
* Updated gcc 4.4.3 IA toolchain doesn't require the .ctors listBruce Beare2011-02-165-81/+1
* Remove an extra register move.Bruce Beare2011-02-031-2/+1
* Replace __atomic_XXX with GCC __sync_XXX intrinsics.Bruce Beare2011-02-031-97/+0
* android-x86: add sigsetjmp.SChih-Wei Huang2010-12-261-0/+92
* Fix missing NLBruce Beare2010-07-081-1/+1
* Allow dlclose() to properly call static C++ destructors.David 'Digit' Turner2010-07-013-7/+13
* merge from open-source masterThe Android Open Source Project2010-03-221-0/+52
|\
| * x86 syscall system call implementationBruce Beare2010-03-041-0/+52
* | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-182-104/+32
* | Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-37/+0
* | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+37
* | Implement clone() C library function properly.David 'Digit' Turner2010-01-251-0/+5
|/
* Revert "Fix the C library initialization to avoid calling static C++ construc...David 'Digit' Turner2009-06-032-30/+18
* Fix the C library initialization to avoid calling static C++ constructors twice.David 'Digit' Turner2009-06-022-18/+30
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0316-0/+1043
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0316-1043/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1714-4/+786
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-214-0/+261