index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
docs
/
CHANGES.TXT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix __get_tls() in static C library to use kernel helpers.
David 'Digit' Turner
2010-08-27
1
-0
/
+7
*
linker: Support dlopen(NULL, ...) properly.
David 'Digit' Turner
2010-07-23
1
-0
/
+2
*
libc: update alarm() implementation to return 0 on error.
David 'Digit' Turner
2010-07-08
1
-0
/
+5
*
libc: fix fstatfs() implementation.
David 'Digit' Turner
2010-07-08
1
-0
/
+2
*
libc: Fix sem_post() implementation to wake up all waiting threads.
David 'Digit' Turner
2010-07-02
1
-1
/
+4
*
libc: add sanity checks to pthread_mutex_destroy()
David 'Digit' Turner
2010-06-28
1
-1
/
+3
*
Remove compiler warnings when building Bionic.
David 'Digit' Turner
2010-06-22
1
-0
/
+13
*
wchar.h: improve wchar_t support in Bionic
David 'Digit' Turner
2010-06-15
1
-0
/
+25
*
libc: add missing truncate() declaration
David 'Digit' Turner
2010-06-11
1
-0
/
+3
*
libc: Add missing <termio.h> header
David 'Digit' Turner
2010-06-11
1
-0
/
+2
*
sysconf(): Fix line parser for /proc files.
David 'Digit' Turner
2010-06-09
1
-0
/
+3
*
Add sincosl() function to bionic. So that sincos optimization can - DO NOT MERGE
David 'Digit' Turner
2010-06-09
1
-0
/
+2
*
Fix setjmp()/longjmp() to save FP registers on ARMv7. - DO NOT MERGE
David 'Digit' Turner
2010-06-09
1
-0
/
+2
*
Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...
David 'Digit' Turner
2010-06-09
1
-0
/
+3
*
Use private futexes for semaphores, unless they are initialized with pshared ...
David 'Digit' Turner
2010-06-08
1
-0
/
+3
*
Add pthread_rwlock_t implementation to the C library (DO NOT MERGE)
David 'Digit' Turner
2010-05-19
1
-1
/
+6
*
pthread: Use private futexes by default in condition variables
David 'Digit' Turner
2010-03-22
1
-7
/
+4
*
Use private futexes for pthread_mutex_t.
David 'Digit' Turner
2010-03-18
1
-0
/
+5
*
Add pthread_condattr_init/destroy/setpshared/getpshared
David 'Digit' Turner
2010-03-18
1
-1
/
+7
*
Revert "bionic: pthread: use private futexes by default for mutexes and condv...
Fabrice Di Meglio
2010-03-11
1
-10
/
+0
*
bionic: pthread: use private futexes by default for mutexes and condvars
David 'Digit' Turner
2010-03-11
1
-0
/
+10
*
Fix spurious DNS lookups in the C library.
David 'Digit' Turner
2010-03-08
1
-0
/
+4
*
Fix timezone management in the C library
David 'Digit' Turner
2010-03-05
1
-0
/
+6
*
add sigaltstack syscall
Andrei Popescu
2010-03-02
1
-0
/
+2
*
Fix pthread_sigmask() to return correct error values.
David 'Digit' Turner
2010-03-01
1
-0
/
+4
*
Implement support for RFC 3484 (address selection/sorting) in bionic. (The
Steinar H. Gunderson
2010-02-24
1
-0
/
+6
*
Fix sem_post() behaviour to wake up multiple waiting threads.
David 'Digit' Turner
2010-02-12
1
-0
/
+3
*
Fix sem_trywait() implementation + update changelog.
David 'Digit' Turner
2010-02-12
1
-1
/
+8
*
Implement clone() C library function properly.
David 'Digit' Turner
2010-01-25
1
-0
/
+1
*
Add Bionic Changelog in libc/docs/CHANGES.TXT
David 'Digit' Turner
2010-01-21
1
-0
/
+133