Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Linux: Add epoll_pwait2 (BZ #27359) | Adhemerval Zanella | 1 | -0/+8 |
2022-01-17 | socket: Add the __sockaddr_un_set function | Florian Weimer | 1 | -0/+12 |
2022-01-12 | Enable _FORTIFY_SOURCE=3 for gcc 12 and above | Siddhesh Poyarekar | 1 | -1/+3 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 43 | -43/+43 |
2021-12-28 | elf: Add _dl_find_object function | Florian Weimer | 4 | -0/+20 |
2021-12-28 | elf: Issue audit la_objopen for vDSO | Adhemerval Zanella | 1 | -0/+2 |
2021-12-28 | elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533) | Adhemerval Zanella | 1 | -0/+2 |
2021-12-28 | hurd: Fix static-PIE startup | Samuel Thibault | 1 | -0/+25 |
2021-12-15 | malloc: Add THP/madvise support for sbrk | Adhemerval Zanella | 1 | -0/+8 |
2021-11-24 | io: Refactor close_range and closefrom | Adhemerval Zanella | 1 | -0/+10 |
2021-11-22 | setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym | Adhemerval Zanella | 1 | -33/+0 |
2021-11-17 | nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c | Florian Weimer | 2 | -0/+90 |
2021-10-26 | String: Add hidden defs for __memcmpeq() to enable internal usage | Noah Goldstein | 1 | -0/+1 |
2021-10-21 | elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645) | Chung-Lin Tang | 1 | -0/+5 |
2021-09-27 | misc: Add __get_nprocs_sched | Adhemerval Zanella | 1 | -1/+6 |
2021-09-24 | Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ | Joseph Myers | 1 | -0/+4 |
2021-09-22 | ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340] | H.J. Lu | 1 | -0/+3 |
2021-09-21 | regex: copy back from Gnulib | Paul Eggert | 2 | -5/+16 |
2021-09-19 | Extend struct r_debug to support multiple namespaces [BZ #15971] | H.J. Lu | 1 | -0/+4 |
2021-09-15 | Redirect fma calls to __fma in libm | Joseph Myers | 1 | -0/+2 |
2021-09-10 | _Static_assert needs two arguments for compatibility with GCC before 9 | Florian Weimer | 1 | -0/+7 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 5 | -5/+0 |
2021-08-15 | time: Fix overflow itimer tests on 32-bit systems | Stafford Horne | 1 | -4/+6 |
2021-08-01 | Prepare for glibc 2.34 release. | Carlos O'Donell | 1 | -1/+1 |
2021-07-28 | xmalloc: Fix warnings with gcc analyzer | Siddhesh Poyarekar | 1 | -3/+6 |
2021-07-22 | Simplify __malloc_initialized | Siddhesh Poyarekar | 1 | -6/+0 |
2021-07-22 | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 1 | -4/+0 |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar | 1 | -3/+0 |
2021-07-19 | nss: Directly load nss_dns, without going through dlsym/dlopen | Florian Weimer | 1 | -5/+8 |
2021-07-19 | resolv: Move nss_dns into libc | Florian Weimer | 1 | -0/+36 |
2021-07-19 | resolv: Move res_queriesmatch to its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move res_nameinquery to its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_samename into its own file, and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_makecanon into its own file, and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move res_isourserver to its own file and reformat to GNU style | Florian Weimer | 1 | -2/+0 |
2021-07-19 | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 1 | -2/+4 |
2021-07-19 | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 1 | -1/+0 |
2021-07-19 | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 1 | -1/+3 |
2021-07-19 | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-19 | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 1 | -1/+2 |
2021-07-15 | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer | 1 | -1/+2 |
2021-07-15 | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer | 1 | -1/+3 |
2021-07-15 | socket: Add hidden prototype for setsockopt | Florian Weimer | 1 | -1/+2 |
2021-07-14 | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu | 1 | -0/+16 |
2021-07-12 | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer | 1 | -7/+0 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 2 | -9/+16 |