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
Age
Commit message (
Expand
)
Author
2017-07-20
fix some tests for Android
Nicolas Dusart
2017-07-19
Merge #681
bors[bot]
2017-07-19
Merge #686
bors[bot]
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-17
Remove preadv_pwritev feature in favor of conditional include
Bryant Mairs
2017-07-18
Merge #638
bors[bot]
2017-07-17
Fix some bugs in the termios tests
Alan Somers
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-07-10
Add cfmakeraw and cfsetspeed
Bryant Mairs
2017-07-10
Use libc types for termios
Bryant Mairs
2017-07-10
Fix sendmsg on macOS when passing a zero entry cmsgs array.
Matthew Gregan
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-06-19
Support powerpc64
Luca Barbato
2017-06-06
Fix x86_64 Linux/musl tests
Bryant Mairs
2017-06-06
Fix i686 Linux/musl builds
Bryant Mairs
2017-06-06
Skip failing MIPS tests
Bryant Mairs
2017-06-06
Skip failing tests for Linux/PowerPC
Bryant Mairs
2017-06-04
Add pthread_self
king6cong
2017-04-15
Add AioCb::from_boxed_slice
Alan Somers
2017-04-15
tests should protect concurrent access to signal handlers
Alan Somers
2017-04-09
Fixed failing ioctl tests.
Zac Berkowitz
2017-02-24
impl Debug for AioCb and SigevNotify
Alan Somers
2017-02-05
Implement Drop for AioCb
Alan Somers
2017-02-05
Add runtime checks to AioCb methods
Alan Somers
2017-01-26
Turn most aio functions into AioCb methods
Alan Somers
2017-01-26
Auto merge of #483 - asomers:aio2, r=posborne
Homu
2017-01-25
Add PhantomData to AioCb to track buffer's lifetime
Alan Somers
2016-12-19
fix all and update CHANGELOG.md
qupeng
2016-12-19
Merge branch 'nix-rust'
qupeng
2016-12-16
Add POSIX AIO support
Alan Somers
2016-12-12
epoll: improve EpollEvent::empty() by using mem::uninitialized.
qupeng
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-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-11-19
Add TimeSpec, a Newtype around libc::timespec
Alan Somers
2016-11-18
Improve portability of test_getsockname
Alan Somers
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-11-16
Fix intermittency in test_select
Alan Somers
2016-11-15
Auto merge of #466 - fiveop:warnings, r=posborne
Homu
2016-11-14
Get rid of a few test compilation warnings
Philipp Matthias Schaefer
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-10-23
use tempfile in test_pwrite.
Alan Somers
2016-03-31
Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveop
Homu
2016-03-30
unistd: Redesign the enum returned by fork()
Kamal Marhubi
2016-03-30
socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std
Kamal Marhubi
2016-03-30
Use pause(2) in test_wait_signal
Kamal Marhubi
2016-02-20
select: allow infinite timeout
Nikolay Amiantov
2016-01-29
Convert MSG_ flags to bitflags! type.
Philipp Matthias Schaefer
[next]