summaryrefslogtreecommitdiff
path: root/src/sys/epoll.rs
AgeCommit message (Expand)Author
2022-12-11feat: I/O safety for 'sys/memfd' & 'sys/event' & 'sys/eventfd'Steve Lau
2022-12-09Formatting only changes for #1928 and #1863Alex Saveau
2022-12-04EpollJonathan
2022-11-06Reformat everythingAlex Saveau
2021-12-22Recent versions of Android support EPOLLEXCLUSIVERyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-10Add more derives for SignalFd and various enumsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-01Fix UB in epoll_ctlBryant Mairs
2017-08-16Replace ffi constants with libc in epollBryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-02-25Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS.Johan Anderholm
2017-02-25epoll: Use libc_bitflags for EpollFlagsKamal Marhubi
2017-02-22Fix the inner type of EpollFlagsMathias Svensson
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-16Update bitflags to 0.7Simon Sapin
2016-12-19fix all and update CHANGELOG.mdqupeng
2016-12-12EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized.qupeng
2016-12-12epoll: improve EpollEvent::empty() by using mem::uninitialized.qupeng
2016-12-11fix EpollEvent::empty()qupeng
2016-12-11add empty() in EpollEvent.qupeng
2016-12-11fix #480 and add simple test cases for that.qupeng
2016-09-15Rename EpollEventKind to EpollFlags, according to convention.Philipp Matthias Schaefer
2016-09-15Add EpollCrateFlags bitflag type.Philipp Matthias Schaefer
2016-09-08Add property readers to EpollEventPhilipp Matthias Schaefer
2016-09-08Readd EpollEventPhilipp Matthias Schaefer
2016-09-08Use libc's declarationsHiroki Noda
2016-09-08Not to set EPOLL_CLOEXEC by default.Hiroki Noda
2016-09-08Add epoll_create1 and set EPOLL_CLOEXEC flag by default.Hiroki Noda
2016-03-28epoll: Add EPOLLEXCLUSIVE flag.kubo39
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-09-03Fix the struct packing of EpollEventAlex Gulyás
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-07-20Derive Clone for EpollEvent on android.Carl Lerche
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-24Change epoll_wait to use isize timeout_ms.Cole Reynolds
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-01-27Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.Utkarsh Kukreti