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
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
1
-16
/
+2
*
Support large errno values on ARM.
Elliott Hughes
2013-03-12
1
-9
/
+8
*
Fix debug malloc.
Elliott Hughes
2013-03-06
2
-48
/
+19
*
Move realpath.c to upstream-freebsd.
Elliott Hughes
2013-03-01
1
-232
/
+0
*
Reimplement scandir(3).
Elliott Hughes
2013-02-25
3
-55
/
+124
*
Fix raise(3) so it works in signal handlers.
Elliott Hughes
2013-02-21
2
-9
/
+13
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
12
-216
/
+513
*
dalvik is big enough and ugly enough to handle System.arraycopy itself.
Elliott Hughes
2013-02-15
1
-148
/
+0
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
8
-97
/
+81
*
Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.
Elliott Hughes
2013-02-14
3
-48
/
+40
*
fix compiler warning.
Nick Kralevich
2013-02-14
1
-1
/
+1
*
Clean up pthread_create.
Elliott Hughes
2013-02-12
2
-232
/
+232
*
Simplify pthread_create, using more public API.
Elliott Hughes
2013-02-12
4
-41
/
+31
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
11
-280
/
+279
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
11
-279
/
+280
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
11
-280
/
+279
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
4
-307
/
+294
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
4
-294
/
+307
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
4
-307
/
+294
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
4
-11
/
+13
*
__progname should be const char*, not char*.
Elliott Hughes
2013-02-07
4
-5
/
+5
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
6
-232
/
+202
*
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
[next]