summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Mark various cold functions as __COLDSergey Bugaev2023-05-011-2/+2
* Fix regex type usageнаб2023-05-011-11/+11
* Remove set-hooks.h from generic includesAdhemerval Zanella Netto2023-03-271-96/+0
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-271-6/+12
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-73/+142
* C2x scanf binary constant handlingJoseph Myers2023-03-022-2/+43
* string: Remove string_private.hAdhemerval Zanella2023-02-171-3/+0
* resolv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella2023-02-171-36/+0
* C2x strtol binary constant handlingJoseph Myers2023-02-163-7/+101
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-0/+1
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* Linux: optimize clone3 internal usageAdhemerval Zanella Netto2023-02-011-0/+5
* linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2023-02-011-0/+5
* Linux: Do not align the stack for __clone3Adhemerval Zanella Netto2023-02-011-0/+3
* linux: Extend internal clone3 documentationAdhemerval Zanella Netto2023-02-011-5/+19
* Prepare for glibc 2.37 release.Carlos O'Donell2023-01-311-1/+1
* doc: correct _FORTIFY_SOURCE doc in features.hfanquake2023-01-311-1/+2
* stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer2023-01-251-5/+14
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0644-44/+44
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-191-0/+1
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-0/+4
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-191-0/+9
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-191-0/+9
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-0/+2
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-192-9/+64
* stdio-common: Add __translated_number_widthFlorian Weimer2022-12-191-1/+12
* stdio-common: Add __printf_function_invokeFlorian Weimer2022-12-191-0/+10
* stdio-common: Introduce buffers for implementing printfFlorian Weimer2022-12-191-0/+291
* Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su2022-11-171-1/+9
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-081-1/+4
* Apply asm redirection in gmp.h before first useAdhemerval Zanella2022-11-071-12/+0
* allocate_once: Apply asm redirection before first useAdhemerval Zanella2022-11-011-4/+3
* alloc_buffer: Apply asm redirection before first useAdhemerval Zanella2022-11-011-8/+15
* Remove unused scratch_buffer_dupfreeSzabolcs Nagy2022-10-281-16/+0
* malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy2022-10-281-5/+5
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-173-0/+7
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-301-0/+1
* resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-08-301-0/+92
* resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer2022-08-301-0/+8
* resolv: Add the __ns_samebinaryname functionFlorian Weimer2022-08-301-0/+6
* resolv: Add internal __res_binary_hnok functionFlorian Weimer2022-08-301-0/+3
* assert: Do not use stderr in libc-internal assertFlorian Weimer2022-08-031-3/+9
* stdio: Clean up __libc_message after unconditional abortFlorian Weimer2022-08-031-8/+1
* Prepare for glibc 2.36 release.Carlos O'Donell2022-07-291-1/+1
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-271-3/+0
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+12
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-141-0/+1
* libc-symbols.h: remove unused macrosFangrui Song2022-07-041-169/+0
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-242-0/+33
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-4/+4