aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella
2022-11-07Apply asm redirection in gmp.h before first useAdhemerval Zanella
2022-11-01allocate_once: Apply asm redirection before first useAdhemerval Zanella
2022-11-01alloc_buffer: Apply asm redirection before first useAdhemerval Zanella
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy
2022-10-28malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly
2022-08-30resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer
2022-08-30resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer
2022-08-30resolv: Add the __ns_samebinaryname functionFlorian Weimer
2022-08-30resolv: Add internal __res_binary_hnok functionFlorian Weimer
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer
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