aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar
2020-12-31Warn on unsupported fortification levelsSiddhesh Poyarekar
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-11hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer
2020-10-27time: Add 64-bit time_t support for ftimeAdhemerval Zanella
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella
2020-10-19Move vtimes to a compatibility symbolAdhemerval Zanella
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski
2020-10-16linux: Add __readdir_unlockedAdhemerval Zanella
2020-10-16linux: Simplify opendir buffer allocationAdhemerval Zanella
2020-10-16linux: Add 64-bit time_t support for wait3Adhemerval Zanella
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella
2020-10-15y2038: Remove not used __fstatat_time64 defineLukasz Majewski
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella
2020-09-28linux: Add time64 select supportAdhemerval Zanella
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-08-19Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.Joseph Myers
2020-08-04Sync intprops.h from GnulibPaul Eggert
2020-08-04Prepare for glibc 2.32 release.glibc-2.32Carlos O'Donell
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer
2020-07-21libio: Add fseterr_unlocked for internal useFlorian Weimer
2020-07-21nss_files: Use generic result pointer in parse_lineFlorian Weimer
2020-07-21nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel