index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move realpath.c to upstream-freebsd.
Elliott Hughes
2013-03-01
1
-0
/
+39
*
Avoid changing the C++ ABI with ssize_t.
Elliott Hughes
2013-02-28
1
-1
/
+8
*
Fix raise(3) so it works in signal handlers.
Elliott Hughes
2013-02-21
2
-5
/
+51
*
use architecture-specific ssize_t definition
Thorsten Glaser
2013-02-19
1
-0
/
+9
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
1
-5
/
+66
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-4
/
+15
*
Fix the stack protector death test.
Elliott Hughes
2013-02-14
2
-6
/
+4
*
Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.
Elliott Hughes
2013-02-14
1
-1
/
+1
*
Stop using the local gcc.
Elliott Hughes
2013-02-13
1
-1
/
+0
*
Everyone has CLZ.
Elliott Hughes
2013-02-13
2
-0
/
+33
*
Update getnameinfo.c, remove dead code, and fix error reporting.
Elliott Hughes
2013-02-13
1
-1
/
+30
*
Add a test that getaddrinfo works when hints are NULL.
Elliott Hughes
2013-02-13
2
-0
/
+29
*
Put the right number of Ls after 64-bit constants.
Elliott Hughes
2013-02-12
1
-1
/
+1
*
Give up trying to build the pthread_setname_np tests for glibc.
Elliott Hughes
2013-02-12
1
-0
/
+8
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
2
-2
/
+39
*
Merge "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
1
-13
/
+1
|
\
|
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-13
/
+1
*
|
Merge "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-1
/
+13
|
\
\
|
|
/
|
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
1
-1
/
+13
*
|
Fix __pthread_clone on ARM to set errno on failure.
Elliott Hughes
2013-02-11
5
-24
/
+34
|
/
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
1
-0
/
+19
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
1
-19
/
+0
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
1
-0
/
+19
*
Switch to using AT_RANDOM for the stack guards.
Elliott Hughes
2013-02-08
1
-16
/
+6
*
Improve benchmarking tool, add a few math benchmarks.
Elliott Hughes
2013-02-06
5
-25
/
+112
*
Remove bogus extra alignment from sbrk.
Elliott Hughes
2013-02-05
1
-0
/
+11
*
Add basic tests for posix_memalign.
Elliott Hughes
2013-02-04
1
-0
/
+13
*
Upgrade libm.
Elliott Hughes
2013-02-01
3
-0
/
+1182
*
Unit tests for formatting code, fix %%.
Elliott Hughes
2013-01-28
2
-0
/
+146
*
FORTIFY_SOURCE: optimize
Nick Kralevich
2013-01-17
1
-0
/
+21
*
Revert "stack protector: use AT_RANDOM"
Nick Kralevich
2013-01-16
1
-3
/
+13
*
stack protector: use AT_RANDOM
Nick Kralevich
2013-01-16
1
-13
/
+3
*
fix strerror_r test
Nick Kralevich
2013-01-15
1
-1
/
+1
*
libc: add getauxval()
Nick Kralevich
2013-01-11
2
-0
/
+56
*
Add stack canaries / strcpy tests.
Nick Kralevich
2013-01-11
3
-1
/
+34
*
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
2
-0
/
+52
*
Don't test GNU-style ELF hashes on MIPS.
Elliott Hughes
2013-01-07
2
-2
/
+8
*
Fix an off-by-one error in the sigset_t function error handling.
Elliott Hughes
2013-01-07
1
-4
/
+4
*
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
Elliott Hughes
2013-01-02
2
-0
/
+24
*
Check for unknown flags passed to dlopen(3).
Elliott Hughes
2012-12-18
2
-8
/
+29
*
Use pthread_kill() in raise()
Chris Dearman
2012-12-10
1
-0
/
+6
*
Add argument checking to sigemptyset(3) and friends.
Elliott Hughes
2012-11-30
2
-0
/
+98
*
Add a memmove(3) benchmark.
Elliott Hughes
2012-11-09
1
-0
/
+16
*
Simple google3-compatible benchmarking.
Elliott Hughes
2012-11-08
4
-7
/
+389
*
Merge "Tests for string routines."
Elliott Hughes
2012-11-08
1
-0
/
+555
|
\
|
*
Tests for string routines.
Anna Tikhonova
2012-11-07
1
-0
/
+555
*
|
Fix dlopen_library_with_only_gnu_hash_Test.
Elliott Hughes
2012-11-07
1
-2
/
+2
|
/
*
Rewrite <fenv.h> for ARM.
Elliott Hughes
2012-11-05
2
-0
/
+82
*
Don't corrupt the thread list if the main thread exits.
Elliott Hughes
2012-11-01
1
-0
/
+17
[next]