summaryrefslogtreecommitdiffstats
path: root/libc/arch-sh
Commit message (Expand)AuthorAgeFilesLines
* Remove yet more SH4 cruft.Elliott Hughes2012-08-031-32/+0
* am 70cf0bc0: Merge "Remove the last references to SuperH."Elliott Hughes2012-05-161-32/+0
|\
| * Remove the last references to SuperH.Elliott Hughes2012-05-151-32/+0
* | Merge c4cb87f3Jean-Baptiste Queru2012-02-01212-8637/+0
|\ \ | |/
| * Merge 5b892aa7Jean-Baptiste Queru2012-02-01212-8636/+0
| |\
| | * remove obsolete SuperH supportDavid 'Digit' Turner2012-01-31212-8635/+0
* | | Merge 2f80f07dJean-Baptiste Queru2012-01-2013-0/+405
|\ \ \ | |/ /
| * | am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...Jean-Baptiste Queru2012-01-2013-0/+405
| |\ \ | | |/
| | * Add extended attribute (xattr) system call wrappers to bionic.Stephen Smalley2012-01-1813-0/+405
* | | am 06f51ba1: am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+33
|\ \ \ | |/ /
| * | am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+33
| |\ \ | | |/ | |/|
| | * add personality() system call.Nick Kralevich2012-01-132-0/+33
* | | am e30e9093: sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+33
|\ \ \ | |/ /
| * | sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+33
| |/
* | Add tgkill syscall.Jeff Brown2011-11-182-0/+33
|/
* Add support for the utimensat(2) syscall to bionic.Ken Sumrall2011-03-242-0/+33
* libc: Update auto-gen scriptsDavid 'Digit' Turner2011-02-031-3/+3
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-164-8/+41
* <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-064-0/+99
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-282-0/+33
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-282-4/+4
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-282-0/+33
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-272-0/+33
* 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-182-9/+6
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-092-0/+33
* Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-181-0/+10
* Revert "bionic: pthread: use private futexes by default for mutexes and condv...Fabrice Di Meglio2010-03-111-18/+0
* bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-111-0/+18
* bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-024-12/+12
* add sigaltstack syscallAndrei Popescu2010-03-022-0/+33
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-233-0/+66
* Implement clone() C library function properly.David 'Digit' Turner2010-01-253-5/+13
* added and modified bionic code to support SuperH architectureShin-ichiro KAWASAKI2009-09-2831-0/+2637
* added syscalls for SuperH which automatically generate by gensyscalls.pyTony Sim2009-07-01156-0/+5149