summaryrefslogtreecommitdiff
path: root/src/sys/timerfd.rs
AgeCommit message (Expand)Author
2023-05-20timerfd: Add TFD_TIMER_CANCEL_ON_SET flagAndrii Pohrebniak
2022-12-09feat: I/O safety for 'sys/timerfd'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-02-02Document timerfd.rsRyan Zoeller
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-09-19Clippy cleanupAlan Somers
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-24Constify many functionsAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-02-16Close file descriptor on drop in TimerFdChristopher Dumoulin
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau