about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* locale: localdef input files are now encoded in UTF-8 fw/localedef-utf8Florian Weimer2022-05-171-3/+29
* locale: Introduce get_string_U_char into linereader.cFlorian Weimer2022-05-171-82/+76
* locale: Turn ADDC and ADDS into functions in linereader.cFlorian Weimer2022-05-171-99/+104
* scripts/glibcelf.py: Add *T_RISCV_* constantsFlorian Weimer2022-05-161-0/+12
* Remove dl-librecon.h header.Adhemerval Zanella2022-05-167-116/+4
* elf: Remove ldconfig kernel version checkAdhemerval Zanella2022-05-1614-207/+91
* Remove kernel version checkAdhemerval Zanella2022-05-1617-309/+33
* linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella2022-05-161-32/+4
* csu: Implement and use _dl_early_allocate during static startupFlorian Weimer2022-05-167-10/+202
* Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer2022-05-165-78/+71
* sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely2022-05-161-2/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-161-1/+1
* Update RISC-V specific ELF definitionsAndreas Schwab2022-05-161-0/+15
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-1611-235/+2
* RISC-V: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-15/+82
* MIPS: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+39
* m68k: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-2/+27
* C-SKY: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-10/+72
* Remove configure fno_unit_at_a_timeAdhemerval Zanella2022-05-133-52/+0
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-138-26/+47
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-1316-33/+120
* Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu2022-05-131-6/+8
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-135-20/+41
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-05-094-2/+89
* Linux: Implement a useful version of _startup_fatalFlorian Weimer2022-05-093-19/+65
* ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2022-05-092-13/+15
* linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella2022-05-061-1/+1
* benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2022-05-062-0/+140
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-6/+9
* clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-3/+3
* ntp_xxxtimex: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-8/+8
* adjtimex/adjtimex64: Use __nonnull to avoid null pointerXiaoming Ni2022-05-052-4/+4
* hurd spawni: Fix reauthenticating closed fdsSamuel Thibault2022-05-051-1/+1
* Linux: Define MMAP_CALL_INTERNALFlorian Weimer2022-05-043-12/+30
* i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer2022-05-043-3/+37
* i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer2022-05-041-3/+0
* manual: Clarify that abbreviations of long options are allowedSiddhesh Poyarekar2022-05-041-1/+2
* elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song2022-05-021-11/+5
* powerpc32: Remove unused HAVE_PPC_SECURE_PLTFangrui Song2022-05-023-44/+0
* dlfcn: Implement the RTLD_DI_PHDR request type for dlinfoFlorian Weimer2022-04-295-5/+159
* manual: Document the dlinfo functionFlorian Weimer2022-04-291-1/+70
* Do not use --hash-style=both for building glibc shared objectsFlorian Weimer2022-04-295-61/+0
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-292-19/+17
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-292-11/+24
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-284-6/+30
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-04-282-6/+4
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-04-271-0/+42
* posix/glob.c: update from gnulibDJ Delorie2022-04-272-12/+59
* benchtests: Add pthread-mutex-locks benchWangyang Guo2022-04-272-0/+290
* linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2022-04-272-4/+4