summaryrefslogtreecommitdiff
path: root/src/sys/time.rs
AgeCommit message (Expand)Author
2023-05-20timerfd: Add TFD_TIMER_CANCEL_ON_SET flagAndrii Pohrebniak
2022-12-04Fix clippy lintsAlex Saveau
2022-11-28Update use of libc::timespec to prepare for future libc versionWesley Wiser
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-08-20fix microsecond calculation for TimeSpecS.J.R. van Schaik
2022-08-09remove deprecated itemsSteveLauC
2022-08-09format codeSteveLauC
2022-08-09remove deprecated itemsSteveLauC
2022-07-10Add const constructors for TimeSpec and TimeValAlan Somers
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-29Clippy cleanup for latest nightlyAlan Somers
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-07-24Constify many functionsAlan Somers
2021-07-13Enable creating a const TimeSpecDaniel Dulaney
2021-02-15Port timespec to x32наб
2020-11-15Suppress time_t musl "deprecation"Tamir Duberstein
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2018-12-08Replace try! with ?Alan Somers
2018-11-07Make sys::time::{time_t, suseconds_t} publicJulio Merino
2018-01-28Deny unused qualificationsBryant Mairs
2016-12-16Add POSIX AIO supportAlan Somers
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-11-19Opaqueify TimeValAlan Somers
2015-04-20Fix build on Rust nightliesCarl Lerche
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-03-16Fix on 32bit platformsCarl Lerche
2015-03-12Add TimeVal and helpersCarl Lerche