mbox series

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

Message ID 20200726235221.337529-1-Filip.Bozuta@syrmia.com
Headers show
Series linux-user: Introducing functionality for two time64 syscalls | expand

Message

Filip Bozuta July 26, 2020, 11:52 p.m. UTC
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(-)