summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
Commit message (Expand)AuthorAgeFilesLines
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-282-0/+27
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-4/+4
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+24
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-0/+27
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-082-4/+4
* Allow static C++ destructors to be properly called on dlclose().David 'Digit' Turner2010-06-183-7/+13
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+24
* merge from open-source masterThe Android Open Source Project2010-03-3113-0/+7342
|\
| * Merge "Atom optimized string and memory routines"David Turner2010-03-2913-0/+7342
| |\
| | * Atom optimized string and memory routinesBruce Beare2010-03-2613-0/+7342
* | | merge from open-source masterThe Android Open Source Project2010-03-291-3/+16
|\ \ \ | |/ /
| * | Android hack for size_tBruce Beare2010-03-261-3/+16
| |/
* | 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
* | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-12/+12
* | add sigaltstack syscallAndrei Popescu2010-03-022-0/+27
* | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-233-0/+57
* | Implement clone() C library function properly.David 'Digit' Turner2010-01-253-8/+16
|/
* 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-03215-0/+7212
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03215-7212/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1742-45/+1529
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21184-0/+5728