aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-28linux: Add time64 select supportAdhemerval Zanella2-0/+14
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella1-0/+16
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-0/+1
2020-08-19Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.Joseph Myers1-0/+12
2020-08-04Sync intprops.h from GnulibPaul Eggert1-6/+11
2020-08-04Prepare for glibc 2.32 release.glibc-2.32Carlos O'Donell1-1/+1
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer1-13/+0
2020-07-21nss: Add __nss_fgetent_rFlorian Weimer1-0/+29
2020-07-21libio: Add fseterr_unlocked for internal useFlorian Weimer1-0/+7
2020-07-21nss_files: Use generic result pointer in parse_lineFlorian Weimer1-36/+12
2020-07-21nss_files: Consolidate line parse declarations in <nss_files.h>Florian Weimer8-49/+51
2020-07-21nss_files: Consolidate file opening in __nss_files_fopenFlorian Weimer1-0/+28
2020-07-17Move <rpc/netdb.h> from sunrpc to inetFlorian Weimer1-1/+1
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel2-13/+2
2020-07-09sysv: linux: Add 64-bit time_t variant for shmctlAdhemerval Zanella1-1/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for msgctlAdhemerval Zanella1-11/+1
2020-07-09sysv: linux: Add 64-bit time_t variant for semctlAdhemerval Zanella1-9/+1
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel12-101/+6
2020-07-08sunrpc: Remove hidden aliases for global data symbols (bug 26210)Florian Weimer2-5/+0
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+1
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2-1/+5
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella1-3/+0
2020-07-07string: Implement strerror in terms of strerror_lAdhemerval Zanella1-0/+4
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella1-0/+2
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-1/+1
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella1-1/+3
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-05-20<libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer1-0/+23
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski1-2/+2