aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2-0/+5
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2-0/+5
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-0/+4
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2-0/+2
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-0/+15
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat1-0/+14
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat1-1/+12
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat1-0/+7
2023-06-22wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitionsFrederic Berat1-0/+1
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+5
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+4
2023-06-06Move {read,write}_all functions to a dedicated headerFrédéric Bérat1-0/+66
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2-2/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov7-10/+10
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar1-1/+2
2023-05-01Mark various cold functions as __COLDSergey Bugaev1-2/+2
2023-05-01Fix regex type usageнаб1-11/+11
2023-03-27Remove set-hooks.h from generic includesAdhemerval Zanella Netto1-96/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-6/+12
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-73/+142
2023-03-02C2x scanf binary constant handlingJoseph Myers2-2/+43
2023-02-17string: Remove string_private.hAdhemerval Zanella1-3/+0
2023-02-17resolv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella1-36/+0
2023-02-16C2x strtol binary constant handlingJoseph Myers3-7/+101
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella1-0/+1
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella1-0/+1
2023-02-01Linux: optimize clone3 internal usageAdhemerval Zanella Netto1-0/+5
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto1-0/+5
2023-02-01Linux: Do not align the stack for __clone3Adhemerval Zanella Netto1-0/+3
2023-02-01linux: Extend internal clone3 documentationAdhemerval Zanella Netto1-5/+19
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