aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Prepare for glibc 2.37 release.Carlos O'Donell1-1/+1
2023-01-31doc: correct _FORTIFY_SOURCE doc in features.hfanquake1-1/+2
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer1-5/+14
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers44-44/+44
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer1-0/+1
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-0/+4
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer1-0/+9
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer1-0/+9
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-0/+2
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2-9/+64
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer1-1/+12
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer1-0/+10
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+291
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su1-1/+9
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella1-1/+4
2022-11-07Apply asm redirection in gmp.h before first useAdhemerval Zanella1-12/+0
2022-11-01allocate_once: Apply asm redirection before first useAdhemerval Zanella1-4/+3
2022-11-01alloc_buffer: Apply asm redirection before first useAdhemerval Zanella1-8/+15
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy1-16/+0
2022-10-28malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy1-5/+5
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault3-0/+7
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly1-0/+1
2022-08-30resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer1-0/+92
2022-08-30resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer1-0/+8
2022-08-30resolv: Add the __ns_samebinaryname functionFlorian Weimer1-0/+6
2022-08-30resolv: Add internal __res_binary_hnok functionFlorian Weimer1-0/+3
2022-08-03assert: Do not use stderr in libc-internal assertFlorian Weimer1-3/+9
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer1-8/+1
2022-07-29Prepare for glibc 2.36 release.Carlos O'Donell1-1/+1
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld1-3/+0
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto1-0/+12
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho1-0/+1
2022-07-04libc-symbols.h: remove unused macrosFangrui Song1-169/+0
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2-0/+33
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-4/+4
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar1-13/+13
2022-05-24stdio-common: Move union printf_arg int <printf.h>Florian Weimer1-0/+21
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer1-0/+8
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella1-4/+2
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-0/+1
2022-05-13Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu1-6/+8
2022-05-13wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar1-0/+4
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni1-2/+2
2022-04-26Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu1-0/+2
2022-04-19elf: Remove __libc_init_secureFangrui Song2-4/+0
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-4/+0
2022-02-03Prepare for glibc 2.35 release.Carlos O'Donell1-1/+1
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella1-2/+8
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella1-0/+2
2022-01-17Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella1-0/+8