aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-07-19resolv: Move res_query functions into libcFlorian Weimer
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-07-14Add static tests for __clone_internalH.J. Lu
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer
2021-07-11hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer
2021-07-08powerpc64le: Fix typo in configureAnton Blanchard
2021-07-08powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho
2021-07-08x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein
2021-07-08x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu
2021-07-08x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-08linux: Add close_rangeAdhemerval Zanella
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-07-07Update MIPS libm-test-ulpsJoseph Myers
2021-07-07Update powerpc-nofpu libm-test-ulpsJoseph Myers
2021-07-07Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer
2021-07-07nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer
2021-07-06linux: Fix setsockopt fallbackAdhemerval Zanella
2021-07-06linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella
2021-07-06linux: Consolidate Linux setsockopt implementationAdhemerval Zanella
2021-07-06linux: Consolidate Linux getsockopt implementationAdhemerval Zanella
2021-07-05linux: Check for null value msghdr struct before useKhem Raj
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer