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
/
test
/
sys
/
mod.rs
Age
Commit message (
Expand
)
Author
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-04-28
select: add pselect syscall
Andreas Fuchs
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-08-11
Calculate `nfds` parameter for `select`
Jonas Schievink
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-06-04
Add pthread_self
king6cong
2017-01-26
Auto merge of #483 - asomers:aio2, r=posborne
Homu
2016-12-16
Add POSIX AIO support
Alan Somers
2016-12-11
test/mod.rs: only test epoll on linux.
qupeng
2016-12-11
fix #480 and add simple test cases for that.
qupeng
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-01-29
Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce)
Frank Denis
2015-10-20
Only run signalfd tests when feature is set
Carl Lerche
2015-09-28
Add sys::select::FdSet and sys::select::select.
Utkarsh Kukreti
2015-07-13
Add status to WaitStatus
Joseph Kain
2015-05-12
ioctl: implement generic support for the ioctl syscall and supporting functions
Paul Osborne
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche