aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella3-9/+2
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella3-28/+98
2022-12-09time: Use 64 bit time on tzfileAdhemerval Zanella Netto1-1/+1
2022-12-09nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2-2/+2
2022-12-09nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2-6/+6
2022-12-08realloc: Return unchanged if request is within usable sizeSiddhesh Poyarekar2-0/+33
2022-12-07Linux: Consolidate typesizes.hAdhemerval Zanella Netto9-0/+646
2022-12-07Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto2-57/+54
2022-12-07Linux: make generic xstatver.h the default oneAdhemerval Zanella Netto4-11/+37
2022-12-07Linux: Remove generic sysdepAdhemerval Zanella Netto10-33/+21
2022-12-07Linux: Assume and consolidate shutdown wire-up syscallAdhemerval Zanella Netto10-15/+8
2022-12-07Linux: Assume and consolidate listen wire-up syscallAdhemerval Zanella Netto10-17/+6
2022-12-07Linux: Assume and consolidate socketpair wire-up syscallAdhemerval Zanella Netto10-14/+5
2022-12-07Linux: Assume and consolidate socket wire-up syscallAdhemerval Zanella Netto10-14/+5
2022-12-07Linux: Assume and consolidate bind wire-up syscallAdhemerval Zanella Netto10-14/+9
2022-12-07Linux: consolidate ____longjmp_chkAdhemerval Zanella Netto1-3/+3
2022-12-07Linux: consolidate sendfile implementationAdhemerval Zanella Netto7-11/+49
2022-12-07Linux: consolidate unlink implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate symlink implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate rmdir implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate readlink implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate mkdir implementationAdhemerval Zanella Netto1-7/+8
2022-12-07Linux: consolidate link implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate lchown implementationAdhemerval Zanella Netto1-3/+8
2022-12-07Linux: consolidate inotify_init implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate dup2 implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate chown implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate chmod implementationAdhemerval Zanella Netto1-3/+7
2022-12-07linux: Consolidate dl-origin.cAdhemerval Zanella Netto2-88/+5
2022-12-07linux: Use long int for syscall return valueXing Li1-1/+1
2022-12-07LoongArch: Use medium cmodel build libc_nonshared.a.Chenghua Xu3-0/+38
2022-12-06x86_64: State assembler is being tested on sysdeps/x86/configureAdhemerval Zanella2-3/+3
2022-12-06configure: Remove AS checkAdhemerval Zanella6-76/+3
2022-12-06configure: Remove check if ld is GNUAdhemerval Zanella3-127/+91
2022-12-06configure: Remove check if as is GNUAdhemerval Zanella2-26/+0
2022-12-06configure: Move locale tools earlyAdhemerval Zanella2-649/+649
2022-12-02hurd: Make getrandom cache the server portSergey Bugaev1-15/+102
2022-12-02powerpc64: Remove old strncmp optimizationRajalakshmi Srinivasaraghavan5-256/+2
2022-12-02x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2-0/+8
2022-12-02x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu5-1/+73
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi3-9/+31
2022-11-29scripts: Add "|" operator support to glibcpp's parsingShahab Vahedi2-0/+2
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2-9/+19
2022-11-29LoongArch: Add support for ilogb[f]Xiaolin Tang2-0/+78
2022-11-29LoongArch: Add support for scalb[f]Xiaolin Tang2-0/+120
2022-11-29LoongArch: Add support for scalbn[f]Xiaolin Tang2-0/+58
2022-11-29LoongArch: Use __builtin_logb{,f} with GCC >= 13Xiaolin Tang1-0/+10
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang6-0/+23
2022-11-29LoongArch: Use __builtin_llrint{,f} with GCC >= 13Xiaolin Tang1-0/+10