about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer2021-07-151-6/+0
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1569-161/+221
* nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2021-07-152-21/+20
* resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2021-07-152-73/+182
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-153-4/+6
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-148-33/+349
* Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler2021-07-144-8/+8
* 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-148-88/+213
* nss: Fix build error with --disable-nscdCooper Qu2021-07-141-2/+4
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-135-0/+7
* posix: Ignore non opened files on tst-spawn5Adhemerval Zanella2021-07-131-19/+34
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-124-10/+5
* 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-127-17/+47
* Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler2021-07-121-0/+0
* nis: nis_local_group may read from __nisgroup[-1] (bug 28075)Florian Weimer2021-07-121-0/+1
* hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault2021-07-111-3/+0
* support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZH.J. Lu2021-07-111-2/+2
* support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)H.J. Lu2021-07-091-4/+5
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-0926-626/+266
* Force building with -fno-commonFlorian Weimer2021-07-0921-54/+43
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-098-61/+89
* Properly run tst-spawn5 directly [BZ #28067]H.J. Lu2021-07-091-11/+21
* build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumbFlorian Weimer2021-07-091-0/+3
* nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer2021-07-093-8/+33
* 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
* Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers2021-07-081-0/+2
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-0849-21/+482
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-0844-2/+380
* linux: Add close_rangeAdhemerval Zanella2021-07-0840-1/+422
* support: Add support_stack_allocAdhemerval Zanella2021-07-084-38/+107
* _int_realloc is staticSiddhesh Poyarekar2021-07-081-2/+2
* Move mcheck symbol from stdlib to mallocSiddhesh Poyarekar2021-07-082-2/+2
* nss: Do not install static linker input files for libnss_filesFlorian Weimer2021-07-081-0/+8
* elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar2021-07-081-0/+2
* Harden tcache double-free checkSiddhesh Poyarekar2021-07-082-4/+41
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-0720-32/+114
* nss_files: Move into libcFlorian Weimer2021-07-0711-64/+37
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-077-108/+259
* nss_files: Allocate nscd file registration data on the heapFlorian Weimer2021-07-071-34/+20
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-076-8/+7
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-072-3/+4
* inet: Add hidden prototype for __inet_networkFlorian Weimer2021-07-072-1/+5