about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2022-11-291-0/+7
* regex: copy back from GnulibPaul Eggert2022-11-112-5/+16
* resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-09-211-0/+92
* resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer2022-09-211-0/+8
* resolv: Add the __ns_samebinaryname functionFlorian Weimer2022-09-211-0/+6
* resolv: Add internal __res_binary_hnok functionFlorian Weimer2022-09-211-0/+3
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-311-0/+1
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-08-311-0/+1
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-301-13/+13
* elf: Remove __libc_init_secureFangrui Song2022-05-192-4/+0
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2022-04-081-0/+2
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2022-04-081-0/+2
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-03-111-1/+3
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-02-011-2/+8
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-171-0/+12
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-11-031-0/+3
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-10-011-1/+6
* Prepare for glibc 2.34 release.Carlos O'Donell2021-08-011-1/+1
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-281-3/+6
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-221-6/+0
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-4/+0
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-3/+0
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-191-5/+8
* resolv: Move nss_dns into libcFlorian Weimer2021-07-191-0/+36
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-191-2/+0
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-191-2/+4
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-191-1/+0
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-191-1/+3
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-191-1/+2
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-151-1/+2
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-151-1/+3
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-151-1/+2
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-141-0/+16
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-121-7/+0
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-092-9/+16
* Force building with -fno-commonFlorian Weimer2021-07-091-5/+1
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-1/+1
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+1
* linux: Add close_rangeAdhemerval Zanella2021-07-081-0/+6
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-071-0/+10
* nss_files: Move into libcFlorian Weimer2021-07-073-29/+6