Age | Commit message (Expand) | Author |
2020-02-07 | y2038: linux: Provide __settimeofday64 implementation | Lukasz Majewski |
2020-02-07 | y2038: Provide conversion helpers for struct __timeval64 | Lukasz Majewski |
2020-02-07 | y2038: Introduce struct __timeval64 - new internal glibc type | Lukasz Majewski |
2020-02-05 | y2038: linux: Provide __timespec_get64 implementation | Lukasz Majewski |
2020-02-03 | rt: avoid PLT setup in timer_[sg]ettime | Andreas Schwab |
2020-02-02 | y2038: linux: Provide __sched_rr_get_interval64 implementation | Lukasz Majewski |
2020-02-02 | y2038: linux: Provide __timerfd_settime64 implementation | Lukasz Majewski |
2020-02-02 | y2038: linux: Provide __timerfd_gettime64 implementation | Lukasz Majewski |
2020-02-01 | Update version numbers for 2.31 release | Siddhesh Poyarekar |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho |
2019-12-19 | Implement waitpid in terms of wait4 | Adhemerval Zanella |
2019-12-13 | hurd: Fix local PLT | Samuel Thibault |
2019-12-13 | dlopen: Rework handling of pending NODELETE status | Florian Weimer |
2019-12-09 | nptl: Add more missing placeholder abi symbol from nanosleep move | Adhemerval Zanella |
2019-12-05 | y2038: linux: Provide __timer_settime64 implementation | Lukasz Majewski |
2019-12-05 | y2038: linux: Provide __timer_gettime64 implementation | Lukasz Majewski |
2019-12-05 | time: Introduce glibc's internal struct __itimerspec64 | Lukasz Majewski |
2019-12-04 | sysdeps/clock_gettime: Use clock_gettime64 if avaliable | Alistair Francis |
2019-12-03 | ldbl-128ibm-compat: Add strfmon_l with IEEE long double format | Rajalakshmi Srinivasaraghavan |
2019-12-01 | hurd: Fix ld.so __access override from libc | Samuel Thibault |
2019-12-01 | hurd: Fix ld.so __getcwd override from libc | Samuel Thibault |
2019-11-27 | Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839] | Florian Weimer |
2019-11-22 | Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions | Gabriel F. T. Gomes |
2019-11-21 | Enable inlining issignalingf within glibc | Paul A. Clarke |
2019-11-15 | Avoid zero-length array at the end of struct link_map [BZ #25097] | Florian Weimer |
2019-11-11 | y2038: linux: Provide __ppoll64 implementation | Lukasz Majewski |
2019-11-08 | sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable | Alistair Francis |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella |
2019-11-06 | posix: Sync regex with gnulib | Adhemerval Zanella |
2019-11-02 | y2038: linux: Provide __futimens64 implementation | Lukasz Majewski |
2019-11-02 | y2038: linux: Provide __utimensat64 implementation | Lukasz Majewski |
2019-10-31 | Sync intprops.h with gnulib | Adhemerval Zanella |
2019-10-31 | Refactor adjtimex based on clock_adjtime | Adhemerval Zanella |
2019-10-30 | Make second argument of gettimeofday as 'void *' | Zack Weinberg |
2019-10-30 | Use clock_gettime to implement gettimeofday. | Adhemerval Zanella |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella |
2019-10-30 | Use clock_settime to implement settimeofday. | Zack Weinberg |
2019-10-27 | y2038: linux: Provide __clock_getres64 implementation | Lukasz Majewski |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski |
2019-10-17 | sysvipc: Implement semop based on semtimedop | Adhemerval Zanella |
2019-10-16 | dlfcn: Remove remnants of caller sensitivity from dlinfo | Florian Weimer |
2019-10-10 | y2038: linux: Provide __clock_settime64 implementation | Lukasz Majewski |
2019-10-09 | posix: Use posix_spawn for wordexp | Adhemerval Zanella |
2019-10-09 | <dirent.h>: Remove wrong comment about getdents64 declaration | Petr Vorel |
2019-10-02 | Y2038: Include proper header to provide support for struct timeval on HURD | Lukasz Majewski |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis |
2019-10-01 | y2038: Provide conversion helpers for struct __timespec64 | Lukasz Majewski |
2019-09-26 | y2038: Introduce struct __timespec64 - new internal glibc type | Lukasz Majewski |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |