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_fcntl.rs
Age
Commit message (
Expand
)
Author
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-04-08
Replace the IoVec type with IoSlice and IoSliceMut
not_a_seagull
2022-01-24
uclibc support
Jonah Petri
2021-12-27
Add posix_fallocate on DragonFly
Ryan Zoeller
2021-09-28
Fix return value of posix_fadvise
Haruki Okada
2021-09-19
Clippy cleanup
Alan Somers
2021-08-27
Ignore vsock tests on Linux aarch64
Alan Somers
2021-08-22
Fix building the tests for Redox and Illumos
Alan Somers
2021-07-08
Adding linux specific renameat2()
Tom Boland
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-12
Reenable tests that only failed on Travis, since we no longer use it.
Alan Somers
2021-04-04
Check all tests in CI
Alan Somers
2021-01-03
Fix fcntl for FreeBSD
Alexander Thaller
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-07-03
Skip the OFD locks tests on OverlayFS and musl
Alan Somers
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-04-01
Split read and write OFD lock tests
Andre Nathan
2020-03-27
i686 -> x86
Andre Nathan
2020-03-27
Explain why OFD tests are disabled in some archs
Andre Nathan
2020-03-27
Undo rustfmt reformating
Andre Nathan
2020-03-19
One more arch exclusion
Andre Nathan
2020-03-19
Exclude targets failing on CI
Andre Nathan
2020-03-18
Don't test on mips; replace unwrap for expect
Andre Nathan
2020-03-18
Fix type of pad field
Andre Nathan
2020-03-18
Add missing libc::flock fields in mips
Andre Nathan
2020-03-18
Try to get tests working on 32 bits
Andre Nathan
2020-03-18
Add fcntl tests for OFD locks
Andre Nathan
2019-09-12
use slices for array comparison
Ding Xiang Fei
2019-09-12
better wording
Ding Xiang Fei
2019-09-12
posix_fallocate
Ding Xiang Fei
2019-08-22
update readlink to return the path instead of mangling the buffer
Sendil Kumar
2019-08-22
fix readlink/readlinkat to return too long only when it is long
Sendil Kumar
2019-07-17
Add renameat
Scott Lamb
2019-07-09
implement posix_fadvise
Kevin Wern
2019-06-12
Implement `copy_file_range()`
Árni Dagur
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2017-12-20
Remove elided 'static lifetime
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-10-07
Add test for 'fallocate'
Sanchayan Maity
2017-03-22
add support `readlink|readlinkat`
Jörg Thalheim
2017-03-21
add support for `openat`
Jörg Thalheim
2016-02-14
linux: Add splice(2), tee(2), vmsplice(2)
Kamal Marhubi