about summary refs log tree commit diff
path: root/src/linux/epoll.c
Commit message (Expand)AuthorAgeFilesLines
* epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko2022-08-241-0/+1
* make epoll_[p]wait a cancellation pointRich Felker2021-04-031-2/+2
* fix breakage from recent syscall commits due to missing errno macrosRich Felker2014-05-301-0/+1
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-4/+12
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+2
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-071-0/+27