| Commit message (Expand) | Author | Age | Files | Lines |
* | bad wcsrchr-old-2.Shjl/wcsrchr/sse2 | H.J. Lu | 2017-05-26 | 1 | -16/+10 |
* | Use %r8d in wcsrchr-old-2.S | H.J. Lu | 2017-05-26 | 1 | -7/+7 |
* | Remove REX bytes from wcsrchr-old.S | H.J. Lu | 2017-05-26 | 2 | -84/+84 |
* | Add __wcsrchr_old_2 | H.J. Lu | 2017-05-26 | 5 | -1/+557 |
* | x86-64: Update strrchr.S to support wcsrchr | H.J. Lu | 2017-05-26 | 2 | -309/+66 |
* | Add memchr tests for n == 0 | H.J. Lu | 2017-05-25 | 2 | -0/+8 |
* | Move tst-mutex*8* to tests-internal | Tulio Magno Quites Machado Filho | 2017-05-25 | 2 | -4/+11 |
* | Make __tunables_init hidden and avoid PLT | H.J. Lu | 2017-05-25 | 3 | -0/+12 |
* | Support dl-tunables.list in subdirectories | H.J. Lu | 2017-05-25 | 2 | -1/+8 |
* | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy | 2017-05-25 | 91 | -0/+765 |
* | aarch64: Thunderx specific memcpy and memmove | Steve Ellcey | 2017-05-24 | 9 | -10/+554 |
* | arm: Fix typo in array count | Siddhesh Poyarekar | 2017-05-24 | 3 | -2/+9 |
* | x86: Don't include cacheinfo.c in ld.so | H.J. Lu | 2017-05-24 | 2 | -0/+8 |
* | x86: Use __get_cpu_features to get cpu_features | H.J. Lu | 2017-05-24 | 2 | -10/+17 |
* | Fix sigstack namespace (bug 21511). | Joseph Myers | 2017-05-23 | 3 | -8/+26 |
* | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 2017-05-23 | 21 | -149/+136 |
* | Fix a bug in 'Remove __need macros from signal.h' (a992f506) | Zack Weinberg | 2017-05-22 | 8 | -16/+38 |
* | libio: Avoid dup already opened file descriptor [BZ#21393] | Adhemerval Zanella | 2017-05-22 | 5 | -59/+113 |
* | Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h | Siddhesh Poyarekar | 2017-05-23 | 2 | -2/+5 |
* | Add one more header to be installed, missed from previous patch. | Zack Weinberg | 2017-05-21 | 2 | -2/+6 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 95 | -2911/+1192 |
* | Remove __need_list_t and __need_res_state. | Zack Weinberg | 2017-05-20 | 8 | -110/+135 |
* | x86_64: Remove L(return_null) from rawmemchr.S | H.J. Lu | 2017-05-20 | 2 | -5/+4 |
* | Remove sfi_* annotations from ARM assembly files. | Zack Weinberg | 2017-05-20 | 22 | -882/+460 |
* | Remove the bulk of the NaCl port. | Zack Weinberg | 2017-05-20 | 152 | -8627/+10 |
* | manual: Convert errno @comments to new @errno macro. | Rical Jasan | 2017-05-19 | 5 | -330/+326 |
* | Split up bits/sigstack.h. | Joseph Myers | 2017-05-19 | 37 | -219/+306 |
* | x86: Optimize SSE2 memchr overflow calculation | H.J. Lu | 2017-05-19 | 3 | -16/+18 |
* | Fix makefile rules for vmsplice, splice, and open_by_handle_at | Adhemerval Zanella | 2017-05-19 | 3 | -3/+12 |
* | Also create and use ldbl-compat-choose.h. | Joseph Myers | 2017-05-19 | 9 | -29/+48 |
* | Create and use first-versions.h with macros for function symbol versions. | Joseph Myers | 2017-05-19 | 4 | -35/+74 |
* | posix: Consolidate Linux mq_timedsend syscall | Adhemerval Zanella | 2017-05-18 | 4 | -1/+39 |
* | posix: Consolidate Linux mq_timedreceive syscall | Adhemerval Zanella | 2017-05-18 | 4 | -1/+40 |
* | linux: Consolidate Linux open_by_handle_at syscall | Adhemerval Zanella | 2017-05-18 | 5 | -2/+48 |
* | linux: Consolidate Linux splice syscall | Adhemerval Zanella | 2017-05-18 | 5 | -2/+36 |
* | linux: Consolidate Linux vmsplice syscall | Adhemerval Zanella | 2017-05-18 | 5 | -2/+35 |
* | posix: Consolidate Linux fsync syscall | Adhemerval Zanella | 2017-05-18 | 6 | -2/+38 |
* | posix: Consolidate Linux fdatasync syscall | Adhemerval Zanella | 2017-05-18 | 5 | -1/+37 |
* | posix: Consolidate Linux msync syscall | Adhemerval Zanella | 2017-05-18 | 5 | -1/+33 |
* | posix: Consolidate Linux sigsuspend implementation | Adhemerval Zanella | 2017-05-18 | 5 | -40/+7 |
* | linux: Consolidate Linux tee implementation | Adhemerval Zanella | 2017-05-18 | 4 | -2/+34 |
* | posix: Consolidate Linux nanosleep syscall | Adhemerval Zanella | 2017-05-18 | 5 | -1/+38 |
* | posix: Consolidate Linux waitpid syscall | Adhemerval Zanella | 2017-05-18 | 7 | -28/+8 |
* | posix: Consolidate Linux pause syscall | Adhemerval Zanella | 2017-05-18 | 7 | -23/+24 |
* | Correct comments in x86_64/multiarch/memcmp.S | H.J. Lu | 2017-05-18 | 2 | -3/+8 |
* | Reduce value of LD_HWCAP_MASK for tst-env-setuid test case | Siddhesh Poyarekar | 2017-05-19 | 2 | -1/+6 |
* | manual: Convert @tables of annotated @items to @vtables. | Rical Jasan | 2017-05-18 | 6 | -32/+41 |
* | manual: Fix up invalid header and standards syntax. | Rical Jasan | 2017-05-18 | 7 | -13/+23 |
* | powerpc: Improve memcmp performance for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-05-18 | 6 | -2/+1494 |
* | float128: Extend __MATH_TG for float128 support | Gabriel F. T. Gomes | 2017-05-17 | 3 | -0/+44 |