index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
time.rs
Age
Commit message (
Expand
)
Author
2021-12-30
Introduce timer_* support
Brian L. Troutwine
2021-07-24
Constify many functions
Alan Somers
2021-07-13
Enable creating a const TimeSpec
Daniel Dulaney
2021-02-15
Port timespec to x32
наб
2020-11-15
Suppress time_t musl "deprecation"
Tamir Duberstein
2020-09-28
Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockid
Daniil Bondarev
2020-07-07
Adding an implementation and some basic tests for timerfd.
Vincent Dagonneau
2020-05-16
Apply `repr(transparent)` to several FFI types
Alan Somers
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-02-14
Fix misaligned references when using recvmsg with control messages
Alan Somers
2018-12-08
Replace try! with ?
Alan Somers
2018-11-07
Make sys::time::{time_t, suseconds_t} public
Julio Merino
2018-01-28
Deny unused qualifications
Bryant Mairs
2016-12-16
Add POSIX AIO support
Alan Somers
2016-11-25
Fix use-after-free in select
Alan Somers
2016-11-19
Add TimeSpec, a Newtype around libc::timespec
Alan Somers
2016-11-19
Make TimeVal a NewType
Alan Somers
2016-11-19
Opaqueify TimeVal
Alan Somers
2015-04-20
Fix build on Rust nightlies
Carl Lerche
2015-04-01
Remove usage of std::num::Int
Carl Lerche
2015-03-16
Fix on 32bit platforms
Carl Lerche
2015-03-12
Add TimeVal and helpers
Carl Lerche