index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
1
-1
/
+0
2023-03-29
Remove --disable-experimental-malloc option
Adhemerval Zanella
1
-1
/
+0
2023-02-22
Use Linux 6.2 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2023-01-27
Use binutils 2.40 branch in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2023-01-27
Use MPFR 4.2.0, MPC 1.3.1 in build-many-glibcs.py
Joseph Myers
1
-2
/
+2
2023-01-12
scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
Adhemerval Zanella
1
-2
/
+0
2023-01-12
configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
Adhemerval Zanella
1
-3
/
+0
2023-01-11
configure: Allow user override LD, AR, OBJCOPY, and GPROF
Adhemerval Zanella
1
-3
/
+0
2023-01-06
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
34
-34
/
+34
2022-12-22
Simplify scripts/cross-test-ssh.sh configuration.
Carlos O'Donell
1
-1
/
+1
2022-12-19
Use Linux 6.1 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-12-06
configure: Remove AS check
Adhemerval Zanella
1
-1
/
+0
2022-11-29
ARC: update definitions in elf/elf.h
Shahab Vahedi
1
-0
/
+3
2022-11-29
scripts: Add "|" operator support to glibcpp's parsing
Shahab Vahedi
1
-0
/
+1
2022-11-03
scripts/glibcelf.py: Properly report <elf.h> parsing failures
Florian Weimer
1
-1
/
+1
2022-10-28
scripts: Use bool in tunables initializer
Szabolcs Nagy
1
-1
/
+1
2022-10-27
scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)
Florian Weimer
1
-3
/
+15
2022-10-04
Use Linux 6.0 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-09-22
elf: Extract glibcelf constants from <elf.h>
Florian Weimer
1
-636
/
+370
2022-09-22
scripts: Enhance glibcpp to do basic macro processing
Florian Weimer
1
-0
/
+317
2022-09-22
scripts: Extract glibcpp.py from check-obsolete-constructs.py
Florian Weimer
2
-184
/
+217
2022-09-06
scripts/dso-ordering-test.py: Generate program run-time dependencies
Florian Weimer
1
-7
/
+6
2022-09-05
scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clones
Florian Weimer
1
-3
/
+3
2022-09-01
LoongArch: Add soft float support.
caiyinyu
1
-0
/
+4
2022-08-25
Revert "Detect ld.so and libc.so version inconsistency during startup"
Florian Weimer
1
-89
/
+0
2022-08-24
Detect ld.so and libc.so version inconsistency during startup
Florian Weimer
1
-0
/
+89
2022-08-23
scripts/glibcelf.py: Add hashing support
Florian Weimer
1
-0
/
+19
2022-08-18
Use binutils 2.39 branch in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-08-12
glibcextract.py: Add compile_c_snippet
Adhemerval Zanella
1
-0
/
+19
2022-08-02
Use Linux 5.19 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-07-26
LoongArch: Update build-many-glibcs.py for the LoongArch Port.
caiyinyu
1
-0
/
+5
2022-07-26
LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
caiyinyu
1
-1
/
+2
2022-07-19
Update scripts/config.* files from upstream GNU config version
Adhemerval Zanella
2
-878
/
+1252
2022-07-04
Use GCC 12 branch in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-06-06
scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
Adhemerval Zanella
1
-0
/
+4
2022-06-05
grep: egrep -> grep -E, fgrep -> grep -F
Sam James
2
-4
/
+4
2022-05-24
Use Linux 5.18 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-05-16
scripts/glibcelf.py: Add *T_RISCV_* constants
Florian Weimer
1
-0
/
+12
2022-05-16
csu: Implement and use _dl_early_allocate during static startup
Florian Weimer
1
-7
/
+27
2022-04-27
elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
Adhemerval Zanella
1
-0
/
+108
2022-04-26
Add GLIBC_ABI_DT_RELR for DT_RELR support
H.J. Lu
2
-1
/
+8
2022-04-26
elf: Define DT_RELR related macros and types
H.J. Lu
1
-0
/
+4
2022-04-25
scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
Florian Weimer
1
-0
/
+6
2022-04-22
scripts: Add glibcelf.py module
Florian Weimer
1
-0
/
+1135
2022-03-22
Use Linux 5.17 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-03-18
scripts/dso-ordering-test.py: Fix C&P error in * callrefs processing
Florian Weimer
1
-3
/
+3
2022-02-10
Use binutils 2.38 branch in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2022-01-26
elf: Replace tst-p_alignmod1-editX with a python script
Adhemerval Zanella
1
-0
/
+206
2022-01-14
Disable debuginfod in printer tests [BZ #28757]
H.J. Lu
1
-0
/
+11
[prev]
[next]