about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-0/+4
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+2
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2021-09-101-0/+7
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-035-5/+0
* time: Fix overflow itimer tests on 32-bit systemsStafford Horne2021-08-151-4/+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
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-071-0/+60
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-0/+1
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-071-0/+1
* inet: Add hidden prototype for __inet_networkFlorian Weimer2021-07-071-0/+2
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-071-16/+14
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-0/+4
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-011-0/+1
* login: Move libutil into libcFlorian Weimer2021-06-302-2/+6
* login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2021-06-301-3/+6
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-301-0/+6
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-281-1/+5
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-281-1/+5