Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for unimplemented syscalls #3

Open
17 tasks
maxbla opened this issue Jul 6, 2020 · 0 comments
Open
17 tasks

Tracking issue for unimplemented syscalls #3

maxbla opened this issue Jul 6, 2020 · 0 comments

Comments

@maxbla
Copy link
Contributor

maxbla commented Jul 6, 2020

There are a boatload of syscalls dealing with time. It would be nice if this library dealt with all of them that use relative time, like timeouts. Absolute time, like a file's last modified time are more annoying to deal with, but you're already doing it some.

Probably necessary

  • times
  • futex
  • timer_settime
  • timer_gettime
  • clock_settime
  • clock_gettime
  • rt_sigtimedwait
  • mq_timedsend
  • mq_timedreceive
  • recvmmsg
  • pselect6
  • ppoll
  • epoll_wait_old???
  • epoll_wait
  • epoll_pwait
  • io_getevents
  • semtimedop

Stretch goals

  • sched_rr_get_interval
  • utime
  • utimes
  • adjtimex
  • settimeofday
  • utimensat
  • timerfd_settime
  • timerfd_gettime

This issue assumes you only care about Linux support - other Unixes don't have all these syscalls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant