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
/
configure.ac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
manual: add syscalls
DJ Delorie
2024-07-09
1
-0
/
+9
*
Add --disable-static-c++-tests option [BZ #31797]
H.J. Lu
2024-07-02
1
-4
/
+11
*
Add --disable-static-c++-link-check option [BZ #31412]
H.J. Lu
2024-07-02
1
-7
/
+15
*
elf: Enable TLS descriptor tests on aarch64
Adhemerval Zanella
2024-03-19
1
-6
/
+9
*
Ignore undefined symbols for -mtls-dialect=gnu2
Adhemerval Zanella
2024-03-19
1
-1
/
+1
*
crypt: Remove libcrypt support
Adhemerval Zanella
2023-10-30
1
-65
/
+0
*
configure: Remove --enable-all-warnings option
Adhemerval Zanella Netto
2023-08-01
1
-10
/
+0
*
scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3
Adhemerval Zanella
2023-07-20
1
-6
/
+7
*
configure: Disable building libcrypt by default
Siddhesh Poyarekar
2023-07-20
1
-3
/
+3
*
configure: Use autoconf 2.71
Siddhesh Poyarekar
2023-07-17
1
-2
/
+2
*
Allow glibc to be built with _FORTIFY_SOURCE
Frédéric Bérat
2023-07-05
1
-18
/
+42
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
1
-1
/
+1
*
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-29
1
-10
/
+0
*
Remove --disable-experimental-malloc option
Adhemerval Zanella
2023-03-29
1
-7
/
+0
*
Remove --with-default-link configure option
Adhemerval Zanella Netto
2023-03-27
1
-7
/
+0
*
configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
Adhemerval Zanella
2023-01-12
1
-4
/
+0
*
configure: Remove AS check
Adhemerval Zanella
2022-12-06
1
-5
/
+0
*
configure: Move locale tools early
Adhemerval Zanella
2022-12-06
1
-119
/
+119
*
Rewrite find_cxx_header config configure.ac
Adhemerval Zanella
2022-11-07
1
-2
/
+2
*
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
2022-11-01
1
-0
/
+22
*
Disable use of -fsignaling-nans if compiler does not support it
Adhemerval Zanella
2022-11-01
1
-0
/
+10
*
Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.
Ludovic Courtès
2022-10-28
1
-0
/
+1
*
Revert "Detect ld.so and libc.so version inconsistency during startup"
Florian Weimer
2022-08-25
1
-5
/
+0
*
Detect ld.so and libc.so version inconsistency during startup
Florian Weimer
2022-08-24
1
-0
/
+5
*
Remove configure fno_unit_at_a_time
Adhemerval Zanella
2022-05-13
1
-19
/
+0
*
Do not use --hash-style=both for building glibc shared objects
Florian Weimer
2022-04-29
1
-16
/
+0
*
elf: Support DT_RELR relative relocation format [BZ #27924]
Fangrui Song
2022-04-26
1
-0
/
+5
*
Default to --with-default-link=no (bug 25812)
Florian Weimer
2022-04-22
1
-54
/
+1
*
Remove -z combreloc and HAVE_Z_COMBRELOC
Fangrui Song
2022-04-04
1
-31
/
+0
*
configure.ac: fix bashisms in configure.ac
Sam James
2022-03-22
1
-1
/
+1
*
Properly handle --disable-default-pie [BZ #28780]
H.J. Lu
2022-01-17
1
-14
/
+26
*
Add --with-rtld-early-cflags configure option
Florian Weimer
2022-01-14
1
-0
/
+6
*
Replace --enable-static-pie with --disable-default-pie
Siddhesh Poyarekar
2021-12-13
1
-24
/
+32
*
Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
H.J. Lu
2021-12-04
1
-0
/
+7
*
Check if linker also support -mtls-dialect=gnu2
Adhemerval Zanella
2021-10-29
1
-2
/
+2
*
configure: Fix check for INSERT in linker script
Fangrui Song
2021-09-13
1
-1
/
+1
*
configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
Fangrui Song
2021-08-31
1
-5
/
+18
*
elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]
Fangrui Song
2021-08-24
1
-0
/
+4
*
elf: Unconditionally use __ehdr_start
Fangrui Song
2021-08-10
1
-34
/
+0
*
Add build option to disable usage of scv on powerpc
Matheus Castanho
2021-06-10
1
-0
/
+8
*
configure: Replaced obsolete AC_TRY_COMPILE
Naohiro Tamura
2021-06-04
1
-8
/
+11
*
Remove --enable-stackguard-randomization (BZ #27872)
Adhemerval Zanella
2021-05-19
1
-9
/
+0
*
Add pthread-in-libc, libpthread-routines-var, librt-routines-var
Florian Weimer
2021-05-03
1
-0
/
+6
*
Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
Fangrui Song
2021-04-16
1
-0
/
+21
*
Support for multiple versions in versioned_symbol, compat_symbol
Florian Weimer
2021-03-25
1
-0
/
+23
*
elf: Fix not compiling ifunc tests that need gcc ifunc support
Samuel Thibault
2021-03-24
1
-0
/
+1
*
configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE
Naohiro Tamura
2021-02-21
1
-1
/
+2
*
configure: Remove obsolete AC_CHECK_TOOL_PREFIX
Naohiro Tamura
2021-02-21
1
-1
/
+0
*
configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRING
Naohiro Tamura
2021-02-21
1
-30
/
+30
*
configure: Check for static PIE support
Szabolcs Nagy
2021-01-21
1
-0
/
+4
[next]