about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-1964-45/+82
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-1964-31/+66
* htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault2021-07-181-3/+3
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-1564-31/+66
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1564-31/+66
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-152-3/+4
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-2/+2
* Add static tests for __clone_internalH.J. Lu2021-07-146-0/+509
* x86-64: Add the clone3 wrapperH.J. Lu2021-07-142-0/+94
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-145-18/+170
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-134-0/+6
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-122-8/+0
* Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella2021-07-125-12/+175
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-125-10/+44
* hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault2021-07-111-3/+0
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-0919-605/+223
* Force building with -fno-commonFlorian Weimer2021-07-093-9/+8
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-096-77/+72
* nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer2021-07-091-8/+18
* powerpc64le: Fix typo in configureAnton Blanchard2021-07-082-2/+2
* powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho2021-07-081-0/+18
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2021-07-081-2/+2
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2021-07-083-0/+108
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2021-07-082-58/+0
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-0840-19/+116
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-0836-1/+167
* linux: Add close_rangeAdhemerval Zanella2021-07-0837-1/+362
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+1
* Update MIPS libm-test-ulpsJoseph Myers2021-07-072-76/+84
* Update powerpc-nofpu libm-test-ulpsJoseph Myers2021-07-071-41/+45
* Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers2021-07-071-1/+1
* nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer2021-07-0732-64/+0
* nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer2021-07-071-46/+5
* linux: Fix setsockopt fallbackAdhemerval Zanella2021-07-061-1/+3
* linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella2021-07-061-2/+5
* linux: Consolidate Linux setsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* linux: Consolidate Linux getsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* linux: Check for null value msghdr struct before useKhem Raj2021-07-052-2/+4
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-0265-157/+319
* powerpc: optimize strcpy/stpcpy for POWER9/10Pedro Franco de Carvalho2021-07-011-71/+89
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2021-07-015-6/+11
* Update syscall lists for Linux 5.13Joseph Myers2021-07-0126-2/+80
* s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]Stefan Liebler2021-07-011-0/+13
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-011-0/+1
* AArch64: Add hp-timing.hWilco Dijkstra2021-07-011-0/+47