| Commit message (Expand) | Author | Age | Files | Lines |
* | Format test results closer to what DejaGnu does | Maxim Kuvyrkov | 2023-11-03 | 1 | -0/+3 |
* | Use Linux 6.6 in build-many-glibcs.py | Joseph Myers | 2023-10-31 | 1 | -1/+1 |
* | crypt: Remove libcrypt support | Adhemerval Zanella | 2023-10-30 | 2 | -5/+2 |
* | sparc: Remove optimize md5, sha256, and sha512 | Adhemerval Zanella | 2023-10-30 | 1 | -3/+1 |
* | build-many-glibcs: Fix traililing whitespace | Adhemerval Zanella | 2023-10-30 | 1 | -3/+3 |
* | Remove 'grp' and merge into 'nss' and 'posix' | Arjun Shankar | 2023-10-24 | 1 | -1/+1 |
* | build-many-glibcs: Check for required system tools | DJ Delorie | 2023-10-09 | 1 | -0/+96 |
* | Use Linux 6.5 in build-many-glibcs.py | Joseph Myers | 2023-09-08 | 1 | -1/+1 |
* | Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py | Joseph Myers | 2023-08-29 | 1 | -2/+2 |
* | Use binutils 2.41 branch in build-many-glibcs.py | Joseph Myers | 2023-08-08 | 1 | -1/+1 |
* | scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3 | Adhemerval Zanella | 2023-07-20 | 1 | -4/+7 |
* | configure: Disable building libcrypt by default | Siddhesh Poyarekar | 2023-07-20 | 1 | -2/+6 |
* | scripts: Add fortify checks on installed headers | Adhemerval Zanella | 2023-07-19 | 1 | -13/+23 |
* | Allow glibc to be built with _FORTIFY_SOURCE | Frédéric Bérat | 2023-07-05 | 1 | -1/+3 |
* | Use Linux 6.4 in build-many-glibcs.py | Joseph Myers | 2023-06-27 | 1 | -1/+1 |
* | Add lint-makefiles Makefile linting test. | Carlos O'Donell | 2023-06-02 | 1 | -0/+74 |
* | Fix a few more typos I missed in previous round -- BZ 25337 | Paul Pluzhnikov | 2023-06-02 | 1 | -3/+3 |
* | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2023-06-02 | 4 | -6/+6 |
* | scripts: sort-makefile-lines.py | Carlos O'Donell | 2023-05-18 | 1 | -1/+4 |
* | scripts: Add sort-makefile-lines.py to sort Makefile variables. | Carlos O'Donell | 2023-05-10 | 1 | -0/+160 |
* | hurd: Enable x86_64 build script | Samuel Thibault | 2023-05-02 | 1 | -0/+3 |
* | Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py | Joseph Myers | 2023-05-02 | 1 | -2/+2 |
* | mach: Disable 32bit compatibility mode | Samuel Thibault | 2023-05-01 | 1 | -0/+1 |
* | build-many-glibcs.py: --disable-gcov for gcc-first | Jan-Benedict Glaw | 2023-04-19 | 1 | -0/+1 |
* | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 2023-03-29 | 1 | -1/+0 |
* | Remove --disable-experimental-malloc option | Adhemerval Zanella | 2023-03-29 | 1 | -1/+0 |
* | Use Linux 6.2 in build-many-glibcs.py | Joseph Myers | 2023-02-22 | 1 | -1/+1 |
* | Use binutils 2.40 branch in build-many-glibcs.py | Joseph Myers | 2023-01-27 | 1 | -1/+1 |
* | Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py | Joseph Myers | 2023-01-27 | 1 | -2/+2 |
* | scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option | Adhemerval Zanella | 2023-01-12 | 1 | -2/+0 |
* | configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS | Adhemerval Zanella | 2023-01-12 | 1 | -3/+0 |
* | configure: Allow user override LD, AR, OBJCOPY, and GPROF | Adhemerval Zanella | 2023-01-11 | 1 | -3/+0 |
* | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 34 | -34/+34 |
* | Simplify scripts/cross-test-ssh.sh configuration. | Carlos O'Donell | 2022-12-22 | 1 | -1/+1 |
* | Use Linux 6.1 in build-many-glibcs.py | Joseph Myers | 2022-12-19 | 1 | -1/+1 |
* | configure: Remove AS check | Adhemerval Zanella | 2022-12-06 | 1 | -1/+0 |
* | ARC: update definitions in elf/elf.h | Shahab Vahedi | 2022-11-29 | 1 | -0/+3 |
* | scripts: Add "|" operator support to glibcpp's parsing | Shahab Vahedi | 2022-11-29 | 1 | -0/+1 |
* | scripts/glibcelf.py: Properly report <elf.h> parsing failures | Florian Weimer | 2022-11-03 | 1 | -1/+1 |
* | scripts: Use bool in tunables initializer | Szabolcs Nagy | 2022-10-28 | 1 | -1/+1 |
* | scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY) | Florian Weimer | 2022-10-27 | 1 | -3/+15 |
* | Use Linux 6.0 in build-many-glibcs.py | Joseph Myers | 2022-10-04 | 1 | -1/+1 |
* | elf: Extract glibcelf constants from <elf.h> | Florian Weimer | 2022-09-22 | 1 | -641/+375 |
* | scripts: Enhance glibcpp to do basic macro processing | Florian Weimer | 2022-09-22 | 1 | -0/+317 |
* | scripts: Extract glibcpp.py from check-obsolete-constructs.py | Florian Weimer | 2022-09-22 | 2 | -184/+217 |
* | scripts/dso-ordering-test.py: Generate program run-time dependencies | Florian Weimer | 2022-09-06 | 1 | -7/+6 |
* | scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clones | Florian Weimer | 2022-09-05 | 1 | -3/+3 |
* | LoongArch: Add soft float support. | caiyinyu | 2022-09-01 | 1 | -0/+4 |
* | Revert "Detect ld.so and libc.so version inconsistency during startup" | Florian Weimer | 2022-08-25 | 1 | -89/+0 |