aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2022-11-29_Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer
2022-11-11regex: copy back from GnulibPaul Eggert
2022-09-21resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer
2022-09-21resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer
2022-09-21resolv: Add the __ns_samebinaryname functionFlorian Weimer
2022-09-21resolv: Add internal __res_binary_hnok functionFlorian Weimer
2022-08-31Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly
2022-08-31Apply 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-19elf: Remove __libc_init_secureFangrui Song
2022-04-08elf: Issue audit la_objopen for vDSOAdhemerval Zanella
2022-04-08elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella
2022-03-11Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar
2022-02-01Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer
2021-11-03ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-10-01misc: Add __get_nprocs_schedAdhemerval Zanella
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
2021-07-19resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer
2021-07-19resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian 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-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-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer
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-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-07nss: Access nss_files through direct referencesFlorian Weimer