index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bogus extra alignment from sbrk.
Elliott Hughes
2013-02-05
2
-36
/
+27
*
Don't claim there were no leaks if we weren't even checking.
Elliott Hughes
2013-02-01
2
-35
/
+39
*
Say explicitly if there were no leaks.
Elliott Hughes
2013-01-30
1
-4
/
+5
*
Fix x86 build to use <elf.h>.
Elliott Hughes
2013-01-29
1
-1
/
+1
*
Don't collect useless stack frames; do demangle C++ symbols.
Elliott Hughes
2013-01-29
6
-97
/
+107
*
Unit tests for formatting code, fix %%.
Elliott Hughes
2013-01-28
1
-151
/
+32
*
More debug malloc fixes.
Elliott Hughes
2013-01-25
8
-55
/
+68
*
system_properties: do more checking of file
Nick Kralevich
2013-01-25
1
-8
/
+18
*
libc: use more secure system properties if available
Nick Kralevich
2013-01-23
1
-17
/
+44
*
Merge "Don't free anything when reporting leaks."
Elliott Hughes
2013-01-23
1
-4
/
+0
|
\
|
*
Don't free anything when reporting leaks.
Elliott Hughes
2013-01-22
1
-4
/
+0
*
|
Disable leak checking for mksh; it's way too leaky.
Elliott Hughes
2013-01-22
1
-0
/
+5
|
/
*
Our strcoll(3) is no different from NetBSD's, so take exactly theirs.
Elliott Hughes
2013-01-22
1
-40
/
+0
*
Avoid overflow in memccpy.
Elliott Hughes
2013-01-22
1
-47
/
+0
*
Use the new non-allocating logging for dlmalloc failures.
Elliott Hughes
2013-01-22
1
-86
/
+52
*
Add missing extern "C".
Elliott Hughes
2013-01-22
1
-2
/
+2
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
17
-483
/
+975
*
Revert "stack protector: use AT_RANDOM"
Nick Kralevich
2013-01-16
2
-20
/
+10
*
stack protector: use AT_RANDOM
Nick Kralevich
2013-01-16
2
-10
/
+20
*
Merge "Name anonymous mmap mallocs."
Ian Rogers
2013-01-14
1
-0
/
+41
|
\
|
*
Name anonymous mmap mallocs.
Ian Rogers
2013-01-11
1
-0
/
+41
*
|
libc_init_static: apply relro earlier.
Nick Kralevich
2013-01-11
1
-1
/
+2
*
|
libc: add getauxval()
Nick Kralevich
2013-01-11
3
-28
/
+64
|
/
*
Fix unused warnings in pthread.c
Wink Saville
2013-01-10
1
-18
/
+12
*
glibc 2.15 treats errno as signed in strerror(3).
Elliott Hughes
2013-01-10
1
-1
/
+1
*
Only have one copy of the kernel_sigset_t hack, and add more tests.
Elliott Hughes
2013-01-10
4
-119
/
+83
*
Add signalfd call to bionic
Rom Lemarchand
2013-01-10
1
-0
/
+54
*
Fix debug malloc.
Elliott Hughes
2013-01-03
1
-10
/
+8
*
sysconf.c was renamed to sysconf.cpp (and modified)...
Elliott Hughes
2013-01-03
1
-340
/
+0
*
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
Elliott Hughes
2013-01-02
1
-0
/
+346
*
Use pthread_kill() in raise()
Chris Dearman
2012-12-10
1
-5
/
+9
*
FORTIFY_SOURCE: fix up previous commit
Nick Kralevich
2012-12-05
2
-6
/
+2
*
clean up FORTIFY_SOURCE handling.
Nick Kralevich
2012-12-04
15
-60
/
+37
*
Merge "mmap: Remove madvise() workaround"
Elliott Hughes
2012-12-03
1
-8
/
+1
|
\
|
*
mmap: Remove madvise() workaround
Nick Kralevich
2012-11-19
1
-8
/
+1
*
|
Reduce the exposure of the __set_errno implementation detail.
Elliott Hughes
2012-11-30
2
-23
/
+18
|
/
*
Support GNU_RELRO for static executables.
Nick Kralevich
2012-11-15
1
-0
/
+54
*
Don't corrupt the thread list if the main thread exits.
Elliott Hughes
2012-11-01
3
-101
/
+95
*
Merge "Fix bug in pthread_join, pthread_exit, pthread_detach"
Elliott Hughes
2012-10-30
1
-14
/
+17
|
\
|
*
Fix bug in pthread_join, pthread_exit, pthread_detach
Sergey Melnikov
2012-10-29
1
-14
/
+17
*
|
Clean up the <libgen.h> implementation a little, bring in tests.
Elliott Hughes
2012-10-29
5
-269
/
+163
|
/
*
Fix the pthread_join on self error case.
Elliott Hughes
2012-10-29
1
-4
/
+8
*
Fix a potential NULL pointer dereference in _init_thread().
Xi Wang
2012-10-29
2
-10
/
+7
*
libc: Fix alphasort() signature (and implementation).
David 'Digit' Turner
2012-10-29
1
-0
/
+4
*
Clean up the implementation of the <dirent.h> functions.
Elliott Hughes
2012-10-26
3
-275
/
+193
*
Per-thread -fstack-protector guards for x86.
Elliott Hughes
2012-10-25
3
-102
/
+86
*
More upstream NetBSD upgrades.
Elliott Hughes
2012-10-23
2
-0
/
+54
*
Upgrade more functions to the current upstream NetBSD copy.
Elliott Hughes
2012-10-23
3
-325
/
+0
*
Move setlocale(3) and the wchar stubs over to .cpp.
Elliott Hughes
2012-10-22
3
-334
/
+291
*
Clean up warnings in stubs.cpp.
Elliott Hughes
2012-10-22
1
-22
/
+23
[next]