Add sys_signalfd/sys_signalfd implementation

This commit is contained in:
Fabing Li
2025-03-21 03:41:11 +00:00
committed by Tate, Hongliang Tian
parent 7644ca1598
commit bce23a63bd
9 changed files with 404 additions and 5 deletions

View File

@ -302,14 +302,14 @@ provided by Linux on x86-64 architecture.
| 279 | move_pages | ❌ |
| 280 | utimensat | ✅ |
| 281 | epoll_pwait | ✅ |
| 282 | signalfd | |
| 282 | signalfd | |
| 283 | timerfd_create | ❌ |
| 284 | eventfd | ✅ |
| 285 | fallocate | ✅ |
| 286 | timerfd_settime | ❌ |
| 287 | timerfd_gettime | ❌ |
| 288 | accept4 | ✅ |
| 289 | signalfd4 | |
| 289 | signalfd4 | |
| 290 | eventfd2 | ✅ |
| 291 | epoll_create1 | ✅ |
| 292 | dup3 | ✅ |