index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: add <sys/eventfd.h> and corresponding implementations.
David 'Digit' Turner
2010-09-28
2
-0
/
+33
*
libc: Add missing waitid() implementation.
David 'Digit' Turner
2010-09-28
2
-4
/
+4
*
libc: Add missing fdatasync() implementation
David 'Digit' Turner
2010-09-28
2
-0
/
+33
*
libc: Add missing pipe2() declaration and implementation.
David 'Digit' Turner
2010-09-27
2
-0
/
+33
*
libc: fix fstatfs() implementation.
David 'Digit' Turner
2010-07-08
2
-4
/
+4
*
Allow static C++ destructors to be properly called on dlclose().
David 'Digit' Turner
2010-06-18
2
-9
/
+6
*
Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...
David 'Digit' Turner
2010-06-09
2
-0
/
+33
*
Use private futexes for pthread_mutex_t.
David 'Digit' Turner
2010-03-18
1
-0
/
+10
*
Revert "bionic: pthread: use private futexes by default for mutexes and condv...
Fabrice Di Meglio
2010-03-11
1
-18
/
+0
*
bionic: pthread: use private futexes by default for mutexes and condvars
David 'Digit' Turner
2010-03-11
1
-0
/
+18
*
bonic: libc: cpuacct support for setuid functions
Mike Chan
2010-03-02
4
-12
/
+12
*
add sigaltstack syscall
Andrei Popescu
2010-03-02
2
-0
/
+33
*
bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers
San Mehat
2010-02-23
3
-0
/
+66
*
Implement clone() C library function properly.
David 'Digit' Turner
2010-01-25
3
-5
/
+13
*
added and modified bionic code to support SuperH architecture
Shin-ichiro KAWASAKI
2009-09-28
31
-0
/
+2637
*
added syscalls for SuperH which automatically generate by gensyscalls.py
Tony Sim
2009-07-01
156
-0
/
+5149