Hi!

Here comes the next y2038 related syscall implementation. Once again
based on v1 sent out by Song. I had to rework the patches a bit, mostly
to stay POSIX compatible (EAGAIN vs. ETIMEOUT) and necessary test
adjustments and improvements.

Best regards,
Florian

Florian Bezdeka (1):
  y2038: testsuite/smokey/y2038: Adding tests for sigtimedwait64

Song Chen (2):
  y2038: cobalt/posix/signal: Adding sigtimedwait64
  y2038: lib/cobalt/signal: dispatch sigtimedwait

 include/cobalt/uapi/syscall.h          |  1 +
 kernel/cobalt/posix/signal.c           | 21 ++++++-
 kernel/cobalt/posix/signal.h           |  5 ++
 kernel/cobalt/posix/syscall32.c        | 21 +++++++
 kernel/cobalt/posix/syscall32.h        |  5 ++
 kernel/cobalt/trace/cobalt-posix.h     |  4 +-
 lib/cobalt/signal.c                    |  4 ++
 testsuite/smokey/y2038/syscall-tests.c | 80 ++++++++++++++++++++++++++
 8 files changed, 137 insertions(+), 4 deletions(-)

-- 
2.30.2


Reply via email to