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
/
test.rs
Age
Commit message (
Expand
)
Author
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-10-16
update require_kernel_version to handle "_" in version string
Ritesh Khadgaray
2020-09-28
Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockid
Daniil Bondarev
2020-07-03
Factor out common code from the various skip macros
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Fix test and remove group & user for redox
Xavier L'Heureux
2020-05-17
Add wait, fdatasync, poll and pause for Redox
Xavier L'Heureux
2020-05-17
Remove warnings when compiling for Redox
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-05-02
Fix an "unused macro" warning on non-Linux platforms
Alan Somers
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-11-21
Implement sched::sched_getaffinity()
Thibaut Ackermann
2019-09-19
Fix test breakage in Seccomp mode.
Alan Somers
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
2019-07-13
Temporarily allow deprecated items
Alan Somers
2019-06-06
Fix some bugs with multithreaded tests:
Alan Somers
2019-06-06
Fix multiple problems with the test_acct test
Alan Somers
2019-06-06
Fix kmod tests on in Linux containers
Alan Somers
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-05
Refactor skip_if_not_root into macro
Pascal Bach
2018-09-03
new dir module
Scott Lamb
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-11-12
groups tests: Add groups mutex and print message when tests skipped
Jamie Hewland
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-07-19
Fix thread safety issues in pty and termios tests
Alan Somers
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-07-09
Fix double close bugs in test_lseek and test_lseek64
Alan Somers
2017-06-12
Add openpty()
Kelvin Ly
2017-05-16
Add various pty functions
Bryant Mairs
2017-04-15
tests should protect concurrent access to signal handlers
Alan Somers
2016-11-18
Improve portability of test_getsockname
Alan Somers
2016-02-14
linux: Add splice(2), tee(2), vmsplice(2)
Kamal Marhubi
2016-02-12
linux: Add sendfile(2)
Kamal Marhubi
2016-01-27
Add test for if_nametoindex
Kamal Marhubi
2016-01-25
Add everything from poll.h.
Utkarsh Kukreti
2016-01-13
Use tempdir for temporary files in tests
Kamal Marhubi
2015-08-12
Fix tests
Corey Richardson
2015-07-09
Run 32 bit CI builds
Carl Lerche
2015-04-27
Basic Posix MQ support
Markus Jais
[next]