aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-26Revert "TODO(relro): cheri: make __attribute_relro a nop"Szabolcs Nagy1-5/+1
2022-10-12cheri: elf: Turn l_addr back to ElfW(Addr)Szabolcs Nagy1-1/+1
2022-10-12cheri: elf: add an RW capability to link_mapSzabolcs Nagy1-0/+12
2022-10-12cheri: elf: make l_entry a capabilitySzabolcs Nagy1-1/+1
2022-10-12TODO: cheri: elf: turn back to addresses: l_map_end, l_text_end, l_relro_startSzabolcs Nagy1-3/+4
2022-08-05TODO(api): cheri: misc: Implement new function getauxptr for CHERI capabilitiesCarlos Eduardo Seo1-0/+4
2022-08-05TODO(incomplete): cheri: rtld: more elfptr_t in linkmap structSzabolcs Nagy1-3/+3
2022-08-05cheri: malloc: use uintptr_t in alloc_bufferSzabolcs Nagy1-5/+6
2022-08-05cheri: Implement 128-bit atomicsSzabolcs Nagy1-2/+15
2022-08-05cheri: elf: make l_addr a capabilitySzabolcs Nagy1-2/+3
2022-08-05TODO(relro): cheri: make __attribute_relro a nopSzabolcs Nagy1-1/+5
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
2022-01-17socket: Add the __sockaddr_un_set functionFlorian Weimer1-0/+12
2022-01-12Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar1-1/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert43-43/+43
2021-12-28elf: Add _dl_find_object functionFlorian Weimer4-0/+20
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella1-0/+2
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella1-0/+2
2021-12-28hurd: Fix static-PIE startupSamuel Thibault1-0/+25
2021-12-15malloc: Add THP/madvise support for sbrkAdhemerval Zanella1-0/+8
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella1-0/+10
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella1-33/+0
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2-0/+90
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein1-0/+1
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-0/+5
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella1-1/+6
2021-09-24Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__Joseph Myers1-0/+4
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu1-0/+3
2021-09-21regex: copy back from GnulibPaul Eggert2-5/+16