summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
AgeCommit message (Expand)Author
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
2015-02-17iOS: term support is really redundantValerii Hiora
2015-01-21Add `ioctl`. Only supports the `TIOCGWINSZ` request right now.Utkarsh Kukreti
2015-01-20Add `termios` bindings.Utkarsh Kukreti
2014-10-27Add mmap, shm_open and other mman relativesPhil Vachon
2014-10-15Bind basic signal constants and functionsYehuda Katz
2014-10-07Add wait bindingsTilde Engineering
2014-10-06Bind stat and fstatTilde Engineering
2014-10-02Track Rust masterCarl Lerche
2014-09-21Bind eventfd()Carl Lerche
2014-08-21Bind kqueue + misc cleanupCarl Lerche
2014-08-20Start binding DarwinCarl Lerche
2014-08-17More socket APIsCarl Lerche
2014-08-17Add unameCarl Lerche
2014-08-16Epoll, rename to nix, misc cleanupCarl Lerche