aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers3-0/+30
2020-10-30malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing1-2/+2
2020-10-30tst-tcfree2: adjust coding style.liqingqing1-4/+4
2020-10-30elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer1-13/+21
2020-10-30Use MPC 1.2.1 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-10-30Argument Syntax: Use "option", @option, and @command.Carlos O'Donell1-6/+6
2020-10-30elf: Unify old and new format cache handling code in ld.soFlorian Weimer2-146/+158
2020-10-28x86: Restore processing of cache size tunables in init_cacheinfoFlorian Weimer1-8/+4
2020-10-28Make elf.h header self contained.Érico Rolim1-6/+0
2020-10-28x86: Optimizing memcpy for AMD Zen architecture.Sajan Karumanchi1-6/+26
2020-10-27Hurd: Fix ftime buildAdhemerval Zanella2-25/+58
2020-10-27Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.Joseph Myers1-0/+2
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer2-6/+32
2020-10-27Remove NEWS entry about ftime removalAdhemerval Zanella1-5/+0
2020-10-27time: Add 64-bit time_t support for ftimeAdhemerval Zanella7-16/+70
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella6-45/+65
2020-10-26Update kernel version to 5.9 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-10-26Amend grammar and add a descriptionJonny Grant1-3/+4
2020-10-26Fix typo in NEWS fileJonathan Wakely1-1/+1
2020-10-26Remove timing related checks of time/tst-cpuclock1Stefan Liebler1-59/+6
2020-10-23Update syscall lists for Linux 5.9.Joseph Myers26-2/+28
2020-10-22Use Linux 5.9 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-10-22Reword description of SXID_* tunable propertiesSiddhesh Poyarekar2-10/+12
2020-10-21New benchtest: pthread locksDJ Delorie2-1/+556
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski3-2/+53
2020-10-21C-SKY: Make dynamic linker's name compitable with the older gcc.Cooper Qu1-9/+26
2020-10-20Revert "C-SKY:Fix dynamic linker's name when mfloat-abi=softfp."Mao Han1-1/+1
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella7-135/+48
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski4-3/+50
2020-10-19rt: Fix typos in comments in <aio.h>Jonny Grant1-7/+6
2020-10-19C-SKY:Fix dynamic linker's name when mfloat-abi=softfp.Cooper Qu1-1/+1
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu9-865/+949
2020-10-16Add NEWS entry for ftime compatibility moveAdhemerval Zanella1-0/+5
2020-10-16support: Add create_temp_file_in_dirAdhemerval Zanella2-4/+15
2020-10-16linux: Add __readdir_unlockedAdhemerval Zanella3-67/+30
2020-10-16linux: Simplify opendir buffer allocationAdhemerval Zanella2-34/+20
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella14-309/+462
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella2-0/+48
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella6-79/+50
2020-10-16linux: Fix time64 support for futimesatAdhemerval Zanella2-54/+6
2020-10-16linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella4-28/+34
2020-10-15shm tests: Append PID to names passed to shm_open [BZ #26737]H.J. Lu2-11/+35
2020-10-15sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella1-4/+5
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu4-71/+113
2020-10-15resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer1-0/+5
2020-10-15statfs: add missing f_flags assignmentChen Li1-0/+1
2020-10-15y2038: Remove not used __fstatat_time64 defineLukasz Majewski1-1/+0
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski10-31/+190
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella3-13/+69
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella3-7/+204