aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-09<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer1-13/+13
2021-02-11linux: Consolidate statvfs implementationsAdhemerval Zanella1-2/+1
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella1-4/+3
2021-02-10setrlimit/getrlimit: Use __nonnull to avoid null pointerXiaoming Ni1-2/+2
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-0/+41
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu3-0/+23
2021-02-01Prepare for glibc 2.33 releaseglibc-2.33Adhemerval Zanella1-1/+1
2021-01-27Revert "Make libc symbols hidden in static PIE" [BZ #27237]Szabolcs Nagy1-7/+2
2021-01-21Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella1-9/+14
2021-01-21Make libc symbols hidden in static PIESzabolcs Nagy1-2/+7
2021-01-05malloc: Add scratch_buffer_dupfreeAdhemerval Zanella1-0/+16
2021-01-05Import filename.h from gnulibAdhemerval Zanella1-0/+112
2021-01-05Import idx.h from gnulibAdhemerval Zanella1-0/+114
2021-01-04Sync intprops.h with gnulibAdhemerval Zanella1-12/+58
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert37-37/+37
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-2/+3
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar1-0/+5
2020-12-31Warn on unsupported fortification levelsSiddhesh Poyarekar1-0/+3
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw1-0/+8
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer1-1/+6
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu1-1/+1
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler1-0/+1
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers1-3/+0
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski1-0/+7
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski1-0/+8
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-0/+8
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-2/+0
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault1-31/+0
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault9-8/+10
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer1-0/+5
2020-10-27time: Add 64-bit time_t support for ftimeAdhemerval Zanella3-0/+29
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-0/+1
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski1-0/+7
2020-10-16linux: Add __readdir_unlockedAdhemerval Zanella1-0/+1
2020-10-16linux: Simplify opendir buffer allocationAdhemerval Zanella1-1/+2
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella1-0/+4
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-1/+0
2020-10-15y2038: Remove not used __fstatat_time64 defineLukasz Majewski1-1/+0
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella1-2/+2
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella1-0/+20
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella1-5/+27
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-5/+9
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-37/+55
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer1-0/+4
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer1-0/+4
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers1-0/+1
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella1-0/+8
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella1-0/+9
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella1-0/+8