aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer64-31/+66
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer64-31/+66
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer2-3/+4
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-2/+2
2021-07-14Add static tests for __clone_internalH.J. Lu6-0/+509
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu2-0/+94
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu5-18/+170
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault1-1/+1
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault4-0/+6
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2-8/+0
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella5-12/+175
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer5-10/+44
2021-07-11hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault1-3/+0
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu19-605/+223
2021-07-09Force building with -fno-commonFlorian Weimer3-9/+8
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu6-77/+72
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer1-8/+18
2021-07-08powerpc64le: Fix typo in configureAnton Blanchard2-2/+2
2021-07-08powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho1-0/+18
2021-07-08x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein1-2/+2
2021-07-08x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu3-0/+108
2021-07-08x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella40-19/+116
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella36-1/+167
2021-07-08linux: Add close_rangeAdhemerval Zanella37-1/+362
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-1/+1
2021-07-07Update MIPS libm-test-ulpsJoseph Myers2-76/+84
2021-07-07Update powerpc-nofpu libm-test-ulpsJoseph Myers1-41/+45
2021-07-07Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer32-64/+0
2021-07-07nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer1-46/+5
2021-07-06linux: Fix setsockopt fallbackAdhemerval Zanella1-1/+3
2021-07-06linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella1-2/+5
2021-07-06linux: Consolidate Linux setsockopt implementationAdhemerval Zanella15-14/+5
2021-07-06linux: Consolidate Linux getsockopt implementationAdhemerval Zanella15-14/+5
2021-07-05linux: Check for null value msghdr struct before useKhem Raj2-2/+4
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer65-157/+319
2021-07-01powerpc: optimize strcpy/stpcpy for POWER9/10Pedro Franco de Carvalho1-71/+89
2021-07-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu5-6/+11
2021-07-01Update syscall lists for Linux 5.13Joseph Myers26-2/+80
2021-07-01s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]Stefan Liebler1-0/+13
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler1-0/+1
2021-07-01AArch64: Add hp-timing.hWilco Dijkstra1-0/+47
2021-07-01AArch64: Improve strnlen performanceWilco Dijkstra1-181/+89
2021-06-30Linux: Avoid calling malloc indirectly from __get_nprocsFlorian Weimer1-26/+57
2021-06-30login: Move libutil into libcFlorian Weimer68-194/+467
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer8-1/+10
2021-06-29Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler1-0/+18
2021-06-29s390x: Update math: redirect roundeven functionStefan Liebler3-1/+3
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella33-0/+33