aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-07-29Prepare for glibc 2.36 release.Carlos O'Donell
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-07-04libc-symbols.h: remove unused macrosFangrui Song
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-05-13Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu
2022-04-19elf: Remove __libc_init_secureFangrui Song
2022-02-10elf: Remove prelink supportAdhemerval Zanella
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