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
2021-06-12
Reenable tests that only failed on Travis, since we no longer use it.
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2021-05-30
Adapt aio to the world of async/await, and fix some potential unsoundness.
Alan Somers
2021-04-08
Merge #1402
bors[bot]
2021-04-08
Support TIMESTAMPNS for linux
Lu, Wangshan
2021-04-04
Check all tests in CI
Alan Somers
2021-03-22
Revert "Temporarily disable test_vsock on QEMU arches"
Stefano Garzarella
2021-03-22
Fix test_vsock failure on VMADDR_CID_LOCAL testing
Stefano Garzarella
2021-03-21
illumos and Solaris support
Jason King
2021-03-21
Temporarily disable test_vsock on QEMU arches
Alan Somers
2021-02-20
Update rand to 0.8
Alan Somers
2021-02-15
Fix test_ptrace_syscall() on x32
наб
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-14
Ignore failures of test_aio_suspend on macos
Alan Somers
2020-12-08
Fix unreliability in sys::test_aio::test_aio_suspend
Alan Somers
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-11-29
Merge #1345
bors[bot]
2020-11-28
Disable test-aio-drop in GNU environments
Alan Somers
2020-11-27
Fix recvmmsg(2) implementation
Toby DiPasquale
2020-10-13
Add wrapper for mremap
Jim Newsome
2020-10-10
Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.
Yoav Steinberg
2020-10-04
Support vsock on Android as well as Linux.
Andrew Walbran
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-08-11
use subordinate terminal device for termios calls
Joshua M. Clulow
2020-07-25
Merge #1224
bors[bot]
2020-07-07
Adding an implementation and some basic tests for timerfd.
Vincent Dagonneau
2020-07-03
Add a missing require_capability! to a test
Alan Somers
2020-06-26
Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msg
Perry Lorier
2020-06-04
Limit internal termios API to pub(crate)
Bryant Mairs
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-26
Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...
Nick Pelone
2020-05-17
Remove warnings when compiling for Redox
Xavier L'Heureux
2020-05-17
Remove temporarily the failing tests for Redox
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-05-08
Add SO_BINDTODEVICE sockopt
Jean Pierre Dudey
2020-05-03
Fix an "unused import" warning on FreeBSD in test_scm_credentials
Alan Somers
2020-05-02
Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)
Greg V
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2020-04-19
Remove a few more cases of mem::uninitialized in the tests
Alan Somers
2019-12-22
Skip test_aio_cancel_all on musl
Alan Somers
2019-12-01
ScmCredentials now wraps UnixCredentials instead of libc::ucred
Alan Somers
2019-12-01
Merge #1157
bors[bot]
2019-12-01
Fix some race conditions in the integration tests
Alan Somers
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-10-28
Fix sys::socket::recvfrom for TCP sockets
Alan Somers
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-19
Fix test breakage in Seccomp mode.
Alan Somers
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
[next]