mbox series

[0/3] y2038: Refactor utime and utimes to support 64 bit time

Message ID 20200207130009.19396-1-lukma@denx.de
Headers show
Series y2038: Refactor utime and utimes to support 64 bit time | expand

Message

Lukasz Majewski Feb. 7, 2020, 1 p.m. UTC
This patch series provides __utime64, __utimes64 and struct __utimbuf64.

The branch with integrated Y2038 support:
https://github.com/lmajewski/y2038_glibc/commits/glibc_utime_conversion_v1

Lukasz Majewski (3):
  y2038: Introduce struct __utimbuf64 - new internal glibc type
  y2038: linux: Provide __utimes64 implementation
  y2038: linux: Provide __utime64 implementation

 include/time.h                        | 18 +++++++++
 sysdeps/unix/sysv/linux/syscalls.list |  1 -
 sysdeps/unix/sysv/linux/utime.c       | 56 +++++++++++++++++++++++++++
 sysdeps/unix/sysv/linux/utimes.c      | 37 ++++++++++++------
 4 files changed, 100 insertions(+), 12 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/utime.c

Comments

Lukasz Majewski Feb. 14, 2020, 8:56 a.m. UTC | #1
On Fri,  7 Feb 2020 14:00:06 +0100
Lukasz Majewski <lukma@denx.de> wrote:

> This patch series provides __utime64, __utimes64 and struct
> __utimbuf64.
> 
> The branch with integrated Y2038 support:
> https://github.com/lmajewski/y2038_glibc/commits/glibc_utime_conversion_v1
> 
> Lukasz Majewski (3):
>   y2038: Introduce struct __utimbuf64 - new internal glibc type
>   y2038: linux: Provide __utimes64 implementation
>   y2038: linux: Provide __utime64 implementation

Gentle ping on this series.

> 
>  include/time.h                        | 18 +++++++++
>  sysdeps/unix/sysv/linux/syscalls.list |  1 -
>  sysdeps/unix/sysv/linux/utime.c       | 56
> +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/utimes.c      |
> 37 ++++++++++++------ 4 files changed, 100 insertions(+), 12
> deletions(-) create mode 100644 sysdeps/unix/sysv/linux/utime.c
> 




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de