| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop defining our own PAGE_SIZE and PAGE_MASK, and test dlclose(3) too. | Elliott Hughes | 2012-11-01 | 1 | -0/+6 |
* | Reject .so files with no sysv hash table. | Elliott Hughes | 2012-10-31 | 3 | -0/+25 |
* | Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" | Elliott Hughes | 2012-10-30 | 1 | -4/+28 |
|\ |
|
| * | Fix bug in pthread_join, pthread_exit, pthread_detach | Sergey Melnikov | 2012-10-29 | 1 | -4/+28 |
* | | Clean up the <libgen.h> implementation a little, bring in tests. | Elliott Hughes | 2012-10-29 | 2 | -0/+118 |
|/ |
|
* | Fix the pthread_join on self error case. | Elliott Hughes | 2012-10-29 | 1 | -0/+5 |
* | libc: Fix alphasort() signature (and implementation). | David 'Digit' Turner | 2012-10-29 | 1 | -10/+0 |
* | Clean up the implementation of the <dirent.h> functions. | Elliott Hughes | 2012-10-26 | 2 | -0/+192 |
* | Per-thread -fstack-protector guards for x86. | Elliott Hughes | 2012-10-25 | 4 | -4/+133 |