index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
7
-324
/
+318
*
Merge "Switch to using AT_RANDOM for the stack guards."
Elliott Hughes
2013-02-08
6
-50
/
+20
|
\
|
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
6
-50
/
+20
*
|
update xattr.h
Nick Kralevich
2013-02-07
1
-10
/
+26
*
|
Remove dead code from gensyscalls.py.
Elliott Hughes
2013-02-07
1
-117
/
+13
|
/
*
Merge "Fix x86 build, remove void* arithmetic."
Elliott Hughes
2013-02-07
2
-2
/
+4
|
\
|
*
Fix x86 build, remove void* arithmetic.
Elliott Hughes
2013-02-07
2
-2
/
+4
*
|
__progname should be const char*, not char*.
Elliott Hughes
2013-02-07
5
-6
/
+6
|
/
*
Merge "Clean up the argc/argv/envp/auxv handling."
Elliott Hughes
2013-02-07
12
-282
/
+301
|
\
|
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
12
-282
/
+301
*
|
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Elliott Hughes
2013-02-06
206
-1271
/
+743
|
/
*
Remove bogus extra alignment from sbrk.
Elliott Hughes
2013-02-05
3
-38
/
+29
*
Document the mallinfo struct, add missing attributes.
Elliott Hughes
2013-02-04
2
-18
/
+24
*
Regenerate msm_ion.h.
Elliott Hughes
2013-02-01
1
-85
/
+3
*
Don't claim there were no leaks if we weren't even checking.
Elliott Hughes
2013-02-01
2
-35
/
+39
*
Restore bionic's <linux/elf-em.h>.
Elliott Hughes
2013-02-01
1
-0
/
+58
*
Merge "Upgrade libm."
Elliott Hughes
2013-02-01
4
-0
/
+83
|
\
|
*
Upgrade libm.
Elliott Hughes
2013-02-01
4
-0
/
+83
*
|
Say explicitly if there were no leaks.
Elliott Hughes
2013-01-30
1
-4
/
+5
|
/
*
Merge "Clean up trailing whitespace in the kernel headers."
Elliott Hughes
2013-01-30
341
-7298
/
+7190
|
\
|
*
Clean up trailing whitespace in the kernel headers.
Elliott Hughes
2013-01-30
341
-7298
/
+7190
*
|
Fix valgrind build.
Elliott Hughes
2013-01-29
1
-0
/
+4
|
/
*
Fix x86 build to use <elf.h>.
Elliott Hughes
2013-01-29
1
-1
/
+1
*
Bring the NOTICE files back up to date.
Elliott Hughes
2013-01-29
1
-123
/
+129
*
Use the NetBSD <sys/exec_elf.h>.
Elliott Hughes
2013-01-29
9
-885
/
+1592
*
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
3
-156
/
+37
*
More debug malloc fixes.
Elliott Hughes
2013-01-25
8
-55
/
+68
*
Merge "arm syscall : for eabi call_default don't use stack"
Elliott Hughes
2013-01-25
182
-546
/
+364
|
\
|
*
arm syscall : for eabi call_default don't use stack
Matthieu Castet
2013-01-16
182
-546
/
+364
*
|
system_properties: do more checking of file
Nick Kralevich
2013-01-25
1
-8
/
+18
*
|
prctl.h: include sys/cdefs.h
Nick Kralevich
2013-01-23
1
-0
/
+1
*
|
libc: use more secure system properties if available
Nick Kralevich
2013-01-23
2
-17
/
+45
*
|
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
|
/
/
*
|
Merge "Add const for first argument of sigismember for fit POSIX spec"
Elliott Hughes
2013-01-23
1
-2
/
+2
|
\
\
|
*
|
Add const for first argument of sigismember for fit POSIX spec
Kito Cheng
2013-01-20
1
-2
/
+2
*
|
|
Our strcoll(3) is no different from NetBSD's, so take exactly theirs.
Elliott Hughes
2013-01-22
3
-41
/
+60
*
|
|
Avoid overflow in memccpy.
Elliott Hughes
2013-01-22
3
-48
/
+62
*
|
|
Merge "Use the new non-allocating logging for dlmalloc failures."
Elliott Hughes
2013-01-22
1
-86
/
+52
|
\
\
\
|
*
|
|
Use the new non-allocating logging for dlmalloc failures.
Elliott Hughes
2013-01-22
1
-86
/
+52
*
|
|
|
bionic_auxv.h: fix #define conflict
Nick Kralevich
2013-01-22
1
-3
/
+3
|
/
/
/
*
|
|
Add missing extern "C".
Elliott Hughes
2013-01-22
1
-2
/
+2
*
|
|
Merge "Fix the duplication in the debugging code."
Elliott Hughes
2013-01-22
21
-492
/
+1039
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
21
-492
/
+1039
*
|
|
Merge "FORTIFY_SOURCE: optimize"
Nick Kralevich
2013-01-18
1
-9
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
FORTIFY_SOURCE: optimize
Nick Kralevich
2013-01-17
1
-9
/
+18
*
|
|
Add functionlity to the scripts to replace tokens in kernel headers
Raghu Gandham
2013-01-17
5
-5
/
+13
|
/
/
*
|
Revert "stack protector: use AT_RANDOM"
Nick Kralevich
2013-01-16
4
-28
/
+33
[next]