summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-251-13/+13
* stdio-common: Move union printf_arg int <printf.h>Florian Weimer2022-05-241-0/+21
* stdio-common: Add printf specifier registry to <printf.h>Florian Weimer2022-05-241-0/+8
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-131-4/+2
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-131-0/+1
* Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu2022-05-131-6/+8
* wcrtomb: Make behavior POSIX compliantSiddhesh Poyarekar2022-05-131-0/+4
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-051-2/+2
* Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2022-04-261-0/+2
* elf: Remove __libc_init_secureFangrui Song2022-04-192-4/+0
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-4/+0
* Prepare for glibc 2.35 release.Carlos O'Donell2022-02-031-1/+1
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-01-281-2/+8
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-251-0/+2
* Linux: Add epoll_pwait2 (BZ #27359)Adhemerval Zanella2022-01-171-0/+8
* socket: Add the __sockaddr_un_set functionFlorian Weimer2022-01-171-0/+12
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-01-121-1/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0143-43/+43
* elf: Add _dl_find_object functionFlorian Weimer2021-12-284-0/+20
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-281-0/+2
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-281-0/+2
* hurd: Fix static-PIE startupSamuel Thibault2021-12-281-0/+25
* malloc: Add THP/madvise support for sbrkAdhemerval Zanella2021-12-151-0/+8
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-0/+10
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-221-33/+0
* nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2021-11-172-0/+90
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+1
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-0/+5
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-1/+6
* Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers2021-09-241-0/+4
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-221-0/+3
* regex: copy back from GnulibPaul Eggert2021-09-212-5/+16
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-0/+4
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+2
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2021-09-101-0/+7
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-035-5/+0
* time: Fix overflow itimer tests on 32-bit systemsStafford Horne2021-08-151-4/+6
* Prepare for glibc 2.34 release.Carlos O'Donell2021-08-011-1/+1
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-281-3/+6
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-221-6/+0
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-4/+0
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-221-3/+0
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-191-5/+8