Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | |
2022-12-22 | Linux: Pass size argument of epoll_create to the kernel | Florian Weimer | |
The kernel actually verifies it, and a garbage value in the register causes improper system call failures. Fixes commit c1c0dea38833751f36a145c32 ("Linux: Remove epoll_create, inotify_init from syscalls.list") and commit d1d23b134244d59c4d6ef2295 ("Lninux: consolidate epoll_create implementation"). Reviewed-by: Carlos O'Donell <carlos@redhat.com> | |||
2022-12-07 | Lninux: consolidate epoll_create implementation | Adhemerval Zanella Netto | |
Use epoll_create syscall if defined, otherwise use epoll_create1. Reviewed-by: Florian Weimer <fweimer@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com> |