summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move realpath.c to upstream-freebsd.Elliott Hughes2013-03-011-0/+39
* Avoid changing the C++ ABI with ssize_t.Elliott Hughes2013-02-281-1/+8
* Fix raise(3) so it works in signal handlers.Elliott Hughes2013-02-212-5/+51
* use architecture-specific ssize_t definitionThorsten Glaser2013-02-191-0/+9
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-5/+66
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-4/+15
* Fix the stack protector death test.Elliott Hughes2013-02-142-6/+4
* Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.Elliott Hughes2013-02-141-1/+1
* Stop using the local gcc.Elliott Hughes2013-02-131-1/+0
* Everyone has CLZ.Elliott Hughes2013-02-132-0/+33
* Update getnameinfo.c, remove dead code, and fix error reporting.Elliott Hughes2013-02-131-1/+30
* Add a test that getaddrinfo works when hints are NULL.Elliott Hughes2013-02-132-0/+29
* Put the right number of Ls after 64-bit constants.Elliott Hughes2013-02-121-1/+1
* Give up trying to build the pthread_setname_np tests for glibc.Elliott Hughes2013-02-121-0/+8
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-122-2/+39
* Merge "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-13/+1
|\
| * Revert "More pthreads cleanup."Elliott Hughes2013-02-121-13/+1
* | Merge "More pthreads cleanup."Elliott Hughes2013-02-121-1/+13
|\ \ | |/
| * More pthreads cleanup.Elliott Hughes2013-02-111-1/+13
* | Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-115-24/+34
|/
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-111-0/+19
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-19/+0
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-0/+19
* Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-081-16/+6
* Improve benchmarking tool, add a few math benchmarks.Elliott Hughes2013-02-065-25/+112
* Remove bogus extra alignment from sbrk.Elliott Hughes2013-02-051-0/+11
* Add basic tests for posix_memalign.Elliott Hughes2013-02-041-0/+13
* Upgrade libm.Elliott Hughes2013-02-013-0/+1182
* Unit tests for formatting code, fix %%.Elliott Hughes2013-01-282-0/+146
* FORTIFY_SOURCE: optimizeNick Kralevich2013-01-171-0/+21
* Revert "stack protector: use AT_RANDOM"Nick Kralevich2013-01-161-3/+13
* stack protector: use AT_RANDOMNick Kralevich2013-01-161-13/+3
* fix strerror_r testNick Kralevich2013-01-151-1/+1
* libc: add getauxval()Nick Kralevich2013-01-112-0/+56
* Add stack canaries / strcpy tests.Nick Kralevich2013-01-113-1/+34
* glibc 2.15 treats errno as signed in strerror(3).Elliott Hughes2013-01-101-1/+1
* Only have one copy of the kernel_sigset_t hack, and add more tests.Elliott Hughes2013-01-102-0/+52
* Don't test GNU-style ELF hashes on MIPS.Elliott Hughes2013-01-072-2/+8
* Fix an off-by-one error in the sigset_t function error handling.Elliott Hughes2013-01-071-4/+4
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-022-0/+24
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-182-8/+29
* Use pthread_kill() in raise()Chris Dearman2012-12-101-0/+6
* Add argument checking to sigemptyset(3) and friends.Elliott Hughes2012-11-302-0/+98
* Add a memmove(3) benchmark.Elliott Hughes2012-11-091-0/+16
* Simple google3-compatible benchmarking.Elliott Hughes2012-11-084-7/+389
* Merge "Tests for string routines."Elliott Hughes2012-11-081-0/+555
|\
| * Tests for string routines.Anna Tikhonova2012-11-071-0/+555
* | Fix dlopen_library_with_only_gnu_hash_Test.Elliott Hughes2012-11-071-2/+2
|/
* Rewrite <fenv.h> for ARM.Elliott Hughes2012-11-052-0/+82
* Don't corrupt the thread list if the main thread exits.Elliott Hughes2012-11-011-0/+17