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
/
mod.rs
Age
Commit message (
Expand
)
Author
2019-06-12
Update statfs
alesharik
2019-02-21
Added inotify bindings for Linux and Android.
Vincent Dagonneau
2018-10-21
Added ptrace support for BSDs
xd009642
2018-07-04
Add a sysinfo wrapper
Jonas Schievink
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-02-08
make statfs/statvfs to be available wherever they are available
Igor Gnatenko
2018-01-28
Alphabetize modules under /sys
Bryant Mairs
2017-11-05
Sort target OSes alphabetically
Bryant Mairs
2017-09-01
Merge #750
bors[bot]
2017-08-29
Migrate quota module to libc FFI types
Bryant Mairs
2017-08-27
Remove syscall module.
Bryant Mairs
2017-08-21
Expose signalfd on Android
Bryant Mairs
2017-08-21
Log sendfile as missing for some BSDs
Bryant Mairs
2017-08-21
Expose utsname on all platforms
Bryant Mairs
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-17
Remove eventfd feature in favor of conditional include
Bryant Mairs
2017-07-10
Enable termios on iOS and move it to Tier 2
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-06-04
Add pthread_self
king6cong
2016-12-16
Add POSIX AIO support
Alan Somers
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-07-13
Stop targeting Android
Sergey Bugaev
2016-07-13
Add the initial implementation of reboot()
Sergey Bugaev
2016-03-14
Add context module.
Philipp Matthias Schaefer
2016-02-12
linux: Add sendfile(2)
Kamal Marhubi
2015-12-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-12-03
Statvfs improvements
Brandon W Maister
2015-10-20
Move a few bindings behind features
Carl Lerche
2015-09-28
statfs() & fstatfs()
Alexander Polakov
2015-09-28
quotactl() API for linux
Alexander Polakov
2015-09-28
Add sys::select::FdSet and sys::select::select.
Utkarsh Kukreti
2015-09-10
Add signalfd support
Alex Gulyás
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-08-25
Add memfd functionality
David Henningsson
2015-07-03
Add support for ptrace
Joseph Kain
2015-05-29
Basic OpenBSD support.
Laurence Tratt
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-04-08
Bring back eventfd behind a feature flag
Carl Lerche
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-03-12
Add TimeVal and helpers
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-17
iOS: term support is really redundant
Valerii Hiora
2015-01-21
Add `ioctl`. Only supports the `TIOCGWINSZ` request right now.
Utkarsh Kukreti
2015-01-20
Add `termios` bindings.
Utkarsh Kukreti
2014-10-27
Add mmap, shm_open and other mman relatives
Phil Vachon
2014-10-15
Bind basic signal constants and functions
Yehuda Katz
2014-10-07
Add wait bindings
Tilde Engineering
[next]