Age | Commit message (Expand) | Author | Files | Lines |
2020-09-28 | linux: Add time64 recvmmsg support | Adhemerval Zanella | 1 | -0/+8 |
2020-09-28 | linux: Add time64 support for nanosleep | Adhemerval Zanella | 1 | -0/+9 |
2020-09-28 | linux: Add time64 sigtimedwait support | Adhemerval Zanella | 1 | -0/+8 |
2020-09-28 | linux: Add time64 select support | Adhemerval Zanella | 2 | -0/+14 |
2020-09-11 | linux: Add time64 pselect support | Adhemerval Zanella | 1 | -0/+16 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 1 | -0/+1 |
2020-08-19 | Add C2x BOOL_MAX and BOOL_WIDTH to limits.h. | Joseph Myers | 1 | -0/+12 |
2020-08-04 | Sync intprops.h from Gnulib | Paul Eggert | 1 | -6/+11 |
2020-08-04 | Prepare for glibc 2.32 release.glibc-2.32 | Carlos O'Donell | 1 | -1/+1 |
2020-07-21 | libio: Remove __libc_readline_unlocked | Florian Weimer | 1 | -13/+0 |
2020-07-21 | nss: Add __nss_fgetent_r | Florian Weimer | 1 | -0/+29 |
2020-07-21 | libio: Add fseterr_unlocked for internal use | Florian Weimer | 1 | -0/+7 |
2020-07-21 | nss_files: Use generic result pointer in parse_line | Florian Weimer | 1 | -36/+12 |
2020-07-21 | nss_files: Consolidate line parse declarations in <nss_files.h> | Florian Weimer | 8 | -49/+51 |
2020-07-21 | nss_files: Consolidate file opening in __nss_files_fopen | Florian Weimer | 1 | -0/+28 |
2020-07-17 | Move <rpc/netdb.h> from sunrpc to inet | Florian Weimer | 1 | -1/+1 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 2 | -13/+2 |
2020-07-09 | sysv: linux: Add 64-bit time_t variant for shmctl | Adhemerval Zanella | 1 | -1/+1 |
2020-07-09 | sysv: linux: Add 64-bit time_t variant for msgctl | Adhemerval Zanella | 1 | -11/+1 |
2020-07-09 | sysv: linux: Add 64-bit time_t variant for semctl | Adhemerval Zanella | 1 | -9/+1 |
2020-07-08 | Remove --enable-obsolete-nsl configure flag | Petr Vorel | 12 | -101/+6 |
2020-07-08 | sunrpc: Remove hidden aliases for global data symbols (bug 26210) | Florian Weimer | 2 | -5/+0 |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 1 | -0/+1 |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella | 2 | -1/+5 |
2020-07-07 | string: Use tls-internal on strerror_l | Adhemerval Zanella | 1 | -3/+0 |
2020-07-07 | string: Implement strerror in terms of strerror_l | Adhemerval Zanella | 1 | -0/+4 |
2020-07-07 | linux: Fix __NSIG_WORDS and add __NSIG_BYTES | Adhemerval Zanella | 1 | -0/+2 |
2020-07-07 | signal: Move sys_errlist to a compat symbol | Adhemerval Zanella | 1 | -1/+1 |
2020-07-07 | signal: Move sys_siglist to a compat symbol | Adhemerval Zanella | 1 | -1/+3 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 1 | -0/+1 |
2020-05-20 | <libc-symbols.h>: Add libpthread hidden alias support | Florian Weimer | 1 | -0/+23 |
2020-05-20 | y2038: Replace __clock_gettime with __clock_gettime64 | Lukasz Majewski | 1 | -2/+2 |
2020-05-20 | y2038: linux: Provide __adjtime64 implementation | Lukasz Majewski | 1 | -0/+9 |
2020-05-18 | Remove NO_CTORS_DTORS_SECTIONS macro | Florian Weimer | 1 | -3/+0 |
2020-05-06 | Document the internal _ and N_ macros | Florian Weimer | 1 | -8/+24 |
2020-05-05 | y2038: include: Move struct __timeval64 definition to a separate file | Lukasz Majewski | 2 | -14/+18 |
2020-05-04 | float128: use builtin_signbitf128 always | Paul E. Murphy | 1 | -1/+0 |
2020-04-30 | Add a C wrapper for prctl [BZ #25896] | H.J. Lu | 1 | -0/+1 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 7 | -13/+13 |
2020-04-30 | ldbl-128ibm-compat: workaround GCC 9 C++ PR90731 | Paul E. Murphy | 5 | -0/+44 |
2020-04-27 | Use 2020 as copyright year. | Carlos O'Donell | 1 | -1/+1 |
2020-04-26 | localedef: Add verbose messages for failure paths. | Carlos O'Donell | 1 | -0/+24 |
2020-04-15 | Linux: Remove <sys/sysctl.h> and the sysctl function | Florian Weimer | 1 | -3/+0 |
2020-04-06 | y2038: linux: Provide __mq_timedreceive_time64 implementation | Lukasz Majewski | 1 | -0/+8 |
2020-04-06 | y2038: linux: Provide __mq_timedsend_time64 implementation | Lukasz Majewski | 1 | -0/+9 |
2020-04-06 | y2038: include: Move struct __timespec64 definition to a separate file | Lukasz Majewski | 2 | -23/+28 |
2020-04-02 | linux: Use long time_t for wait4/getrusage | Alistair Francis | 1 | -0/+11 |
2020-04-02 | resource: Add a __rusage64 struct | Alistair Francis | 1 | -0/+110 |
2020-04-02 | linux: Use long time_t __getitimer/__setitimer | Alistair Francis | 1 | -0/+15 |
2020-03-27 | time: Add a __itimerval64 struct | Alistair Francis | 1 | -0/+7 |