| Commit message (Expand) | Author | Age | Files | Lines |
* | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 2019-03-01 | 17 | -1/+215 |
* | ldbl-opt: Reuse argp tests that print long double | Gabriel F. T. Gomes | 2019-03-01 | 2 | -0/+17 |
* | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes | 2019-03-01 | 17 | -1/+112 |
* | elf/tst-big-note: Improve accuracy of test [BZ #20419] | Florian Weimer | 2019-03-01 | 3 | -4/+23 |
* | S390: Fix introduction of __wcscpy and weak wcscpy symbols. | Stefan Liebler | 2019-03-01 | 2 | -1/+10 |
* | __netlink_assert_response: Add more __libc_fatal newlines [BZ #20271] | Florian Weimer | 2019-03-01 | 2 | -2/+8 |
* | Add more spaces before '('. | Joseph Myers | 2019-02-28 | 10 | -35/+63 |
* | elf: Add tests with a local IFUNC resolver [BZ #23937] | Florian Weimer | 2019-02-28 | 7 | -3/+139 |
* | elf/Makefile: Run IFUNC tests if binutils supports IFUNC | H.J. Lu | 2019-02-27 | 4 | -1/+10 |
* | powerpc: Fix linknamespace introduced by 4d8015639a75 | Adhemerval Zanella | 2019-02-27 | 2 | -4/+9 |
* | hurd: Add renameat2 support for RENAME_NOREPLACE | Samuel Thibault | 2019-02-27 | 6 | -22/+73 |
* | Fix -Wempty-body warnings in Hurd-specific code. | Joseph Myers | 2019-02-27 | 2 | -4/+9 |
* | Add some spaces before '('. | Joseph Myers | 2019-02-27 | 47 | -75/+138 |
* | wcsmbs: optimize wcsnlen | Adhemerval Zanella | 2019-02-27 | 2 | -18/+6 |
* | wcsmbs: optimize wcsncpy | Adhemerval Zanella | 2019-02-27 | 2 | -56/+7 |
* | wcsmbs: optimize wcsncat | Adhemerval Zanella | 2019-02-27 | 2 | -46/+10 |
* | wcsmbs: optimize wcscpy | Adhemerval Zanella | 2019-02-27 | 2 | -30/+3 |
* | wcsmbs: optimize wcscat | Adhemerval Zanella | 2019-02-27 | 10 | -58/+67 |
* | wcsmbs: optimize wcpncpy | Adhemerval Zanella | 2019-02-27 | 2 | -52/+8 |
* | wcsmbs: optimize wcpcpy | Adhemerval Zanella | 2019-02-27 | 3 | -52/+8 |
* | Break further lines before not after operators. | Joseph Myers | 2019-02-26 | 27 | -146/+192 |
* | Add and move fall-through comments in system-specific code. | Joseph Myers | 2019-02-26 | 9 | -2/+46 |
* | Break more lines before not after operators. | Joseph Myers | 2019-02-25 | 58 | -223/+323 |
* | Break some lines before not after operators. | Joseph Myers | 2019-02-22 | 72 | -320/+413 |
* | nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915] | Patsy Franklin | 2019-02-21 | 2 | -0/+6 |
* | Add internal implementations for argp.h, err.h, and error.h functions | Gabriel F. T. Gomes | 2019-02-21 | 6 | -44/+111 |
* | Add new Fortran vector math header file. | marxin | 2019-02-20 | 4 | -0/+69 |
* | powerpc64le: Remove test for GCC 6.2 | Gabriel F. T. Gomes | 2019-02-20 | 3 | -69/+6 |
* | nptl: Fix comment typo in pthread_mutex_trylock.c | Wolfram Sang | 2019-02-19 | 2 | -1/+5 |
* | nptl: Fix pthread_tryjoin comment. | Carlos O'Donell | 2019-02-19 | 2 | -1/+5 |
* | Fix SPARC64 handling of R_SPARC_H34 (bug 24231). | Joseph Myers | 2019-02-18 | 2 | -0/+7 |
* | resolv: Remove debugging code from compat-gethnamaddr.c | Florian Weimer | 2019-02-18 | 2 | -23/+7 |
* | libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr | Florian Weimer | 2019-02-18 | 11 | -51/+65 |
* | misc/tst-clone3: Fix waiting for exited thread. | Stefan Liebler | 2019-02-18 | 2 | -8/+23 |
* | Add check for missing wrapper headers | Florian Weimer | 2019-02-16 | 4 | -4/+138 |
* | Add missing header wrappers under include/ | Florian Weimer | 2019-02-16 | 20 | -0/+42 |
* | Move remaining nptl_db headers to sysdeps/nptl | Florian Weimer | 2019-02-16 | 4 | -1/+9 |
* | io: Consolidate lockf implementation | Adhemerval Zanella | 2019-02-15 | 14 | -162/+195 |
* | nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211] | Florian Weimer | 2019-02-15 | 2 | -2/+9 |
* | Remove qualifier from function return type in tst-svc_register.c. | Joseph Myers | 2019-02-15 | 2 | -1/+4 |
* | Fix implicit-fallthrough warnings in tst-setjmp.c. | Joseph Myers | 2019-02-15 | 2 | -1/+5 |
* | Avoid readline conflicts in pexpect | Jan Kratochvil | 2019-02-14 | 2 | -0/+9 |
* | Fix fall-through warnings in sunrpc/xdr.c. | Joseph Myers | 2019-02-14 | 2 | -2/+13 |
* | nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215) | Adhemerval Zanella | 2019-02-14 | 19 | -423/+183 |
* | Add missing bench-malloc-simple.c file. | Wilco Dijkstra | 2019-02-14 | 1 | -0/+188 |
* | Add malloc micro benchmark | Wilco Dijkstra | 2019-02-14 | 2 | -5/+18 |
* | benchtests: Remove useless ORIG_SRC in memmove benchmarks | Siddhesh Poyarekar | 2019-02-14 | 3 | -8/+17 |
* | RISC-V: Fix elfutils testsuite unwind failures. | Jim Wilson | 2019-02-13 | 6 | -5/+51 |
* | Adjust wording of two fall-through comments. | Joseph Myers | 2019-02-13 | 3 | -1/+7 |
* | Fix -Wempty-body warnings in glibc. | Joseph Myers | 2019-02-13 | 4 | -7/+20 |