summaryrefslogtreecommitdiff
path: root/src/sys/timerfd.rs
AgeCommit message (Expand)Author
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