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
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