aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)release/2.35/masterAdhemerval Zanella
2023-10-19Revert "elf: Move l_init_called_next to old place of l_text_end in link map"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-09-11elf: Move l_init_called_next to old place of l_text_end in link mapFlorian Weimer
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2022-09-20resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer
2022-09-20resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer
2022-09-20resolv: Add the __ns_samebinaryname functionFlorian Weimer
2022-09-20resolv: Add internal __res_binary_hnok functionFlorian Weimer
2022-08-31Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly
2022-07-20Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-05-30Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar
2022-05-17elf: Remove __libc_init_secureFangrui Song
2022-02-03Prepare for glibc 2.35 release.Carlos O'Donell
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer
2022-01-12Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-24Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-21regex: copy back from GnulibPaul Eggert
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-10_Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-15time: Fix overflow itimer tests on 32-bit systemsStafford Horne
2021-08-01Prepare for glibc 2.34 release.Carlos O'Donell
2021-07-28xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Remove __morecore and __default_morecoreSiddhesh Poyarekar
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer
2021-07-19resolv: Move nss_dns into libcFlorian Weimer
2021-07-19resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer
2021-07-19resolv: Move res_nameinquery to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer