summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
AgeCommit message (Expand)Author
2021-03-21illumos and Solaris supportJason King
2020-12-15feat(sys): High-level personality(2) wrappersWilliam Woodruff
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Add termio supportXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-06-12Update statfsalesharik
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2018-10-21Added ptrace support for BSDsxd009642
2018-07-04Add a sysinfo wrapperJonas Schievink
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-02-08make statfs/statvfs to be available wherever they are availableIgor Gnatenko
2018-01-28Alphabetize modules under /sysBryant Mairs
2017-11-05Sort target OSes alphabeticallyBryant Mairs
2017-09-01Merge #750bors[bot]
2017-08-29Migrate quota module to libc FFI typesBryant Mairs
2017-08-27Remove syscall module.Bryant Mairs
2017-08-21Expose signalfd on AndroidBryant Mairs
2017-08-21Log sendfile as missing for some BSDsBryant Mairs
2017-08-21Expose utsname on all platformsBryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove eventfd feature in favor of conditional includeBryant Mairs
2017-07-10Enable termios on iOS and move it to Tier 2Bryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas
2017-06-04Add pthread_selfking6cong
2016-12-16Add POSIX AIO supportAlan Somers
2016-12-10Add ioctl support for BSDConrad Kramer
2016-07-13Stop targeting AndroidSergey Bugaev
2016-07-13Add the initial implementation of reboot()Sergey Bugaev
2016-03-14Add context module.Philipp Matthias Schaefer
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2015-12-03NetBSD tweaks for kqueue supportZachary Tong
2015-12-03Statvfs improvementsBrandon W Maister
2015-10-20Move a few bindings behind featuresCarl Lerche
2015-09-28statfs() & fstatfs()Alexander Polakov
2015-09-28quotactl() API for linuxAlexander Polakov
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti
2015-09-10Add signalfd supportAlex Gulyás
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-08-25Add memfd functionalityDavid Henningsson
2015-07-03Add support for ptraceJoseph Kain
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-11Get the library to build on freebsdAndrew J. Stone
2015-04-08Bring back eventfd behind a feature flagCarl Lerche
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-03-12Add TimeVal and helpersCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche