[PATCH v2 0/2] linux-user: Introducing functionality for two time64 syscalls

Filip Bozuta posted 2 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Failed in applying to current master (apply log)
There is a newer version of this series
linux-user/syscall.c | 74 +++++++++++++++++++++++++++++++++++++++-----
1 file changed, 67 insertions(+), 7 deletions(-)
[PATCH v2 0/2] linux-user: Introducing functionality for two time64 syscalls
Posted by Filip Bozuta 3 years, 9 months ago
This two patch series introduces functionality for two year
2038 safe syscalls.

The first patch introduces a little correction for already
implemented normal (32-bit) variants of implemented syscalls.

The second patch introduces the implementation of the
syscalls.

Testing method:

    The implementation of the implemented syscalls was tested
    using recently added time64 test in the LTP test suite.

Filip Bozuta (2):
  linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()'
  linux-user: Add support for 'mq_timedsend_time64()' and
    'mq_timedreceive_time64()'

 linux-user/syscall.c | 74 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 67 insertions(+), 7 deletions(-)

-- 
2.25.1