Show patches with: Submitter = Lukasz Majewski       |    Archived = No       |   313 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Include <kernel-features.h> explicitly in Linux clock_settime.c Include <kernel-features.h> explicitly in Linux clock_settime.c - - - - --- 2019-10-18 Lukasz Majewski New
RFC: y2038: linux: Adjust __poll function implementation to use __ppoll64 RFC: y2038: linux: Adjust __poll function implementation to use __ppoll64 - - 1 - --- 2019-11-13 Lukasz Majewski New
Revert "Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)" Revert "Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)" - - - - --- 2021-07-15 Lukasz Majewski New
Y2038: Include proper header to provide support for struct timeval on HURD Y2038: Include proper header to provide support for struct timeval on HURD - - - - --- 2019-10-02 Lukasz Majewski New
[01/10] y2038: include: Move struct __timeval64 definition to a separate file y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 2 - --- 2020-04-26 Lukasz Majewski New
[02/10] y2038: Introduce struct __timex64 - new internal glibc type y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 2 - --- 2020-04-26 Lukasz Majewski New
[03/10] y2038: Provide conversion helpers for struct __timex64 y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 2 - --- 2020-04-26 Lukasz Majewski New
[04/10] y2038: linux: Provide __clock_adjtime64 implementation y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 1 - --- 2020-04-26 Lukasz Majewski New
[05/10] y2038: linux: Provide ___adjtimex64 implementation y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 2 - --- 2020-04-26 Lukasz Majewski New
[06/10] y2038: linux: Provide __adjtime64 implementation y2038: Convert clock_adjtime related syscalls to support 64 bit time - - 2 - --- 2020-04-26 Lukasz Majewski New
[07/10] y2038: Introduce struct __ntptimeval64 - new internal glibc type y2038: Convert clock_adjtime related syscalls to support 64 bit time - - - - --- 2020-04-26 Lukasz Majewski New
[08/10] y2038: Provide conversion helpers for struct __ntptimeval64 y2038: Convert clock_adjtime related syscalls to support 64 bit time - - - - --- 2020-04-26 Lukasz Majewski New
[09/10] y2038: linux: Provide __ntp_gettime64 implementation y2038: Convert clock_adjtime related syscalls to support 64 bit time - - - - --- 2020-04-26 Lukasz Majewski New
[1/2] aio: Provide Linux specific aio_suspend.c implementation [1/2] aio: Provide Linux specific aio_suspend.c implementation - - - - --- 2020-10-29 Lukasz Majewski New
[1/2] futex: Remove not used futex_reltimed_wait{_cancelable} [1/2] futex: Remove not used futex_reltimed_wait{_cancelable} - - 2 - --- 2020-12-01 Lukasz Majewski New
[1/2] linux: clock_settime: Remove check for nanoseconds validity [1/2] linux: clock_settime: Remove check for nanoseconds validity - - 1 - --- 2019-11-08 Lukasz Majewski New
[1/2] nptl: Provide proper spelling for 32 bit version of futex_abstimed_wait [1/2] nptl: Provide proper spelling for 32 bit version of futex_abstimed_wait - - 1 - --- 2020-09-16 Lukasz Majewski New
[1/2] symbols: Add defines for libanl's libanl_hidden_{def|proto} [1/2] symbols: Add defines for libanl's libanl_hidden_{def|proto} - - - - --- 2020-12-01 Lukasz Majewski New
[1/2] tst: Add test for ntp_gettime [1/2] tst: Add test for ntp_gettime - - - - --- 2021-03-09 Lukasz Majewski New
[1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls [1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls - - - - --- 2020-10-13 Lukasz Majewski New
[1/2] y2038: Helper macro to convert struct __timespec64 to struct timespec [1/2] y2038: Helper macro to convert struct __timespec64 to struct timespec - - - - --- 2019-10-18 Lukasz Majewski New
[1/2] y2038: hurd: Provide __clock_gettime64 function [1/2] y2038: hurd: Provide __clock_gettime64 function 1 - - - --- 2020-01-16 Lukasz Majewski New
[1/2] y2038: linux: Provide __mq_timedsend_time64 implementation [1/2] y2038: linux: Provide __mq_timedsend_time64 implementation - - - - --- 2020-02-11 Lukasz Majewski New
[1/2] y2038: linux: Provide __timerfd_gettime64 implementation [1/2] y2038: linux: Provide __timerfd_gettime64 implementation - - - - --- 2019-12-06 Lukasz Majewski New
[1/2] y2038: linux: Provide __utimensat64 implementation [1/2] y2038: linux: Provide __utimensat64 implementation - - - - --- 2019-10-28 Lukasz Majewski New
[1/3] msg: Remove redundant #include <sys/msg.h> header [1/3] msg: Remove redundant #include <sys/msg.h> header - - - - --- 2020-10-27 Lukasz Majewski New
[1/3] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h [1/3] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h - - 1 - --- 2020-09-15 Lukasz Majewski New
[1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered [1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered - - - - --- 2021-01-18 Lukasz Majewski New
[1/3] tst: Modify tst-clock_adjtime to allow reuse of its code [1/3] tst: Modify tst-clock_adjtime to allow reuse of its code - - 1 - --- 2021-02-28 Lukasz Majewski New
[1/3] y2038: Convert cnd_timedwait to support 64 bit time [1/3] y2038: Convert cnd_timedwait to support 64 bit time - - - - --- 2020-10-30 Lukasz Majewski New
[1/3] y2038: Introduce struct __utimbuf64 - new internal glibc type y2038: Refactor utime and utimes to support 64 bit time - - 2 - --- 2020-02-07 Lukasz Majewski New
[1/3] y2038: linux: Provide __futimes64 implementation y2038: Conversion of [lf]utimes[at] to support 64 bit time - - - - --- 2020-02-17 Lukasz Majewski New
[1/5] time: Introduce glibc's internal struct __itimerspec64 y2038: linux: timer_[sg]ettime conversion to 64 bit time - - 1 - --- 2019-11-11 Lukasz Majewski New
[1/5] y2038: Export __clock_gettime64 to be usable in other libraries y2038: Replace __clock_gettime with __clock_gettime64 - - - - --- 2020-03-24 Lukasz Majewski New
[1/6] y2038: Introduce internal for glibc struct __timespec64 y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[1/6] y2038: Use __clock_settime64 in deprecated stime function y2038: Convert settimeofday to be Y2038 safe - - - - --- 2020-01-18 Lukasz Majewski New
[10/10] y2038: linux: Provide __ntp_gettimex64 implementation y2038: Convert clock_adjtime related syscalls to support 64 bit time - - - - --- 2020-04-26 Lukasz Majewski New
[2/2] linux: clock_settime: Return proper value when passing NULL pointer [1/2] linux: clock_settime: Remove check for nanoseconds validity - - 1 - --- 2019-11-08 Lukasz Majewski New
[2/2] lowlevellock-futex: Remove not used macros [1/2] futex: Remove not used futex_reltimed_wait{_cancelable} - - 2 - --- 2020-12-01 Lukasz Majewski New
[2/2] nptl: Provide NULL abstime pointer handling in __futex_abstimed_wait_cancelable32 [1/2] nptl: Provide proper spelling for 32 bit version of futex_abstimed_wait - - 1 - --- 2020-09-16 Lukasz Majewski New
[2/2] tst: Add test for ntp_gettimex [1/2] tst: Add test for ntp_gettime - - - - --- 2021-03-09 Lukasz Majewski New
[2/2] y2038: Convert aio_suspend to support 64 bit time [1/2] aio: Provide Linux specific aio_suspend.c implementation - - 1 - --- 2020-10-29 Lukasz Majewski New
[2/2] y2038: Convert gai_suspend to support 64 bit time [1/2] symbols: Add defines for libanl's libanl_hidden_{def|proto} - - 2 - --- 2020-12-01 Lukasz Majewski New
[2/2] y2038: Remove not used __fstatat_time64 define [1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls - - - - --- 2020-10-13 Lukasz Majewski New
[2/2] y2038: linux: Provide __clock_getres64 implementation [1/2] y2038: Helper macro to convert struct __timespec64 to struct timespec - - - - --- 2019-10-18 Lukasz Majewski New
[2/2] y2038: linux: Provide __futimens64 implementation [1/2] y2038: linux: Provide __utimensat64 implementation - - - - --- 2019-10-28 Lukasz Majewski New
[2/2] y2038: linux: Provide __mq_timedreceive_time64 implementation [1/2] y2038: linux: Provide __mq_timedsend_time64 implementation - - - - --- 2020-02-11 Lukasz Majewski New
[2/2] y2038: linux: Provide __timerfd_settime64 implementation [1/2] y2038: linux: Provide __timerfd_gettime64 implementation - - - - --- 2019-12-06 Lukasz Majewski New
[2/2] y2038: linux: Provide __timespec_get64 implementation [1/2] y2038: hurd: Provide __clock_gettime64 function - - - - --- 2020-01-16 Lukasz Majewski New
[2/3] Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time [1/3] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h - - - - --- 2020-09-15 Lukasz Majewski New
[2/3] msqid: Provide internal copy of struct __msqid64_ds [1/3] msg: Remove redundant #include <sys/msg.h> header - - - - --- 2020-10-27 Lukasz Majewski New
[2/3] support: Provide xclock_settime test helper function [1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered - - - - --- 2021-01-18 Lukasz Majewski New
[2/3] tst: Add test for adjtimex [1/3] tst: Modify tst-clock_adjtime to allow reuse of its code - - - - --- 2021-02-28 Lukasz Majewski New
[2/3] y2038: Convert mtx_timedlock to support 64 bit time [1/3] y2038: Convert cnd_timedwait to support 64 bit time - - - - --- 2020-10-30 Lukasz Majewski New
[2/3] y2038: linux: Provide __lutimes64 implementation y2038: Conversion of [lf]utimes[at] to support 64 bit time - - - - --- 2020-02-17 Lukasz Majewski New
[2/3] y2038: linux: Provide __utimes64 implementation y2038: Refactor utime and utimes to support 64 bit time - - 1 - --- 2020-02-07 Lukasz Majewski New
[2/5] timer: Decouple x86_64 specific timer_gettime from generic Linux implementation y2038: linux: timer_[sg]ettime conversion to 64 bit time - - 1 - --- 2019-11-11 Lukasz Majewski New
[2/5] y2038: hurd: Provide __clock_gettime64 function y2038: Replace __clock_gettime with __clock_gettime64 1 - 1 - --- 2020-03-24 Lukasz Majewski New
[2/6] y2038: Provide conversion helpers for struct __timespec64 y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[2/6] y2038: hurd: Provide __clock_settime64 function y2038: Convert settimeofday to be Y2038 safe - - - - --- 2020-01-18 Lukasz Majewski New
[3/3] msg: provide glibc local copy of struct msqid_ds [1/3] msg: Remove redundant #include <sys/msg.h> header - - - - --- 2020-10-27 Lukasz Majewski New
[3/3] tst: Add test for clock_settime [1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered - - - - --- 2021-01-18 Lukasz Majewski New
[3/3] tst: Add test for ntp_adjtime [1/3] tst: Modify tst-clock_adjtime to allow reuse of its code - - - - --- 2021-02-28 Lukasz Majewski New
[3/3] y2038: Convert thrd_sleep to support 64 bit time [1/3] y2038: Convert cnd_timedwait to support 64 bit time - - - - --- 2020-10-30 Lukasz Majewski New
[3/3] y2038: linux: Provide __futimesat64 implementation y2038: Conversion of [lf]utimes[at] to support 64 bit time - - - - --- 2020-02-17 Lukasz Majewski New
[3/3] y2038: linux: Provide __utime64 implementation y2038: Refactor utime and utimes to support 64 bit time - - 1 - --- 2020-02-07 Lukasz Majewski New
[3/3] y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bit time [1/3] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h - - 1 - --- 2020-09-15 Lukasz Majewski New
[3/5] timer: Decouple x86_64 specific timer_settime from generic Linux implementation y2038: linux: timer_[sg]ettime conversion to 64 bit time - - 1 - --- 2019-11-11 Lukasz Majewski New
[3/5] y2038: inet: Convert inet deadline to support 64 bit time y2038: Replace __clock_gettime with __clock_gettime64 - - - - --- 2020-03-24 Lukasz Majewski New
[3/6] y2038: Introduce struct __timeval64 - new internal glibc type y2038: Convert settimeofday to be Y2038 safe - - 1 - --- 2020-01-18 Lukasz Majewski New
[3/6] y2038: linux: Provide __clock_settime64 implementation y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[4/5] y2038: linux: Provide __timer_gettime64 implementation y2038: linux: timer_[sg]ettime conversion to 64 bit time - - 1 - --- 2019-11-11 Lukasz Majewski New
[4/5] y2038: nscd: Modify nscd_helper to use __clock_gettime64 y2038: Replace __clock_gettime with __clock_gettime64 - - 1 - --- 2020-03-24 Lukasz Majewski New
[4/6] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval y2038: Convert settimeofday to be Y2038 safe - - 1 - --- 2020-01-18 Lukasz Majewski New
[4/6] y2038: linux: Provide __clock_getres64 implementation y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[5/5] y2038: Replace __clock_gettime with __clock_gettime64 y2038: Replace __clock_gettime with __clock_gettime64 - - - - --- 2020-03-24 Lukasz Majewski New
[5/5] y2038: linux: Provide __timer_settime64 implementation y2038: linux: timer_[sg]ettime conversion to 64 bit time - - 1 - --- 2019-11-11 Lukasz Majewski New
[5/6] y2038: Provide conversion helpers for struct __timeval64 y2038: Convert settimeofday to be Y2038 safe - - 1 - --- 2020-01-18 Lukasz Majewski New
[5/6] y2038: linux: Provide __clock_gettime64 implementation y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[6/6] y2038: linux: Provide __clock_nanosleep64 implementation y2038: Linux: Provide __clock_* functions supporting 64 bit time - - - - --- 2019-04-14 Lukasz Majewski New
[6/6] y2038: linux: Provide __settimeofday64 implementation y2038: Convert settimeofday to be Y2038 safe - - 1 - --- 2020-01-18 Lukasz Majewski New
[RESEND,1/2] Y2038: make __mktime_internal compatible with __time64_t [RESEND,1/2] Y2038: make __mktime_internal compatible with __time64_t - - - - --- 2019-02-19 Lukasz Majewski New
[RESEND,2/2] Fix time/mktime.c and time/gmtime.c for gnulib compatibility [RESEND,1/2] Y2038: make __mktime_internal compatible with __time64_t - - - - --- 2019-02-19 Lukasz Majewski New
[RFC,01/10] doc: Fix wording and formatting in ./support/README y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,01/12] doc: Fix wording and formattine in ./support/README y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,02/10] y2038: Convert timespec_* from posix-timer.h to be Y2038 safe y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,02/12] y2038: Rename timespec_compare to __timespec_compare y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,03/10] y2038: Convert __lll_futex* functions to use futex_time64 when available y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,03/12] y2038: Rename make_timespec to __make_timespec y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,04/10] y2038: Replace struct timespec with __timespec64 in futex-internal.h y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,04/12] y2038: Rename xclock_gettime to __xclock_gettime y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,05/10] y2038: Convert pthread_* functions to support 64 bit time y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,05/12] y2038: Rename xclock_now to __xclock_now y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,06/10] y2038: Convert sem_{timed|clock}wait to support 64 bit timeout y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,06/12] y2038: Rename timespec_sub to __timespec_sub y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,07/10] y2038: Convert __lll_clocklock_wait function to support 64 bit time y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,07/12] y2038: Rename timespec_add to __timespec_add y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,08/10] y2038: Convert aio_suspend to support 64 bit timeout y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
[RFC,08/12] y2038: Convert __make_timespec to be Y2038 safe y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe - - - - --- 2020-06-01 Lukasz Majewski New
[RFC,09/10] y2038: Convert gai_suspend to support 64 bit timeout y2038: nptl: futex: Provide support for futex_time64 - - - - --- 2020-07-07 Lukasz Majewski New
« 1 2 3 4 »