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
/
src
/
fcntl.rs
Age
Commit message (
Expand
)
Author
2020-05-17
Make sure to leave the values as-is in open
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2020-05-10
Add support for reading symlinks longer than `PATH_MAX` to `readlink` and `re...
Solra Bizna
2020-04-08
Merge #1195
bors[bot]
2020-03-28
Fix fallocate return type
Diana
2020-03-17
Handle open file descriptor locks in fcntl
Andre Nathan
2019-11-03
Implment linkat
Johnnie Birch
2019-09-12
posix_fallocate
Ding Xiang Fei
2019-08-29
Clippy: remove an unused lifetime parameter
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-08-22
updated changelog
Sendil Kumar
2019-08-22
fix review comments
Sendil Kumar
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-14
Implement unlinkat
Johnnie Birch
2019-07-09
implement posix_fadvise
Kevin Wern
2019-06-12
Implement `copy_file_range()`
Árni Dagur
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-05-23
Update fcntl.rs
Jakub Konka
2018-12-08
Replace try! with ?
Alan Somers
2018-10-19
Add a fchownat(2) wrapper
Julio Merino
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-20
Remove unnecessary lifetime annotations
Bryant Mairs
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-10-07
Add support for 'fallocate'
Sanchayan Maity
2017-08-29
Use upstream libc definitions for fcntl FFI
Bryant Mairs
2017-08-16
Remove ugly libc_bitflags hack for mac/ios.
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-05
Wrap lines to keep them under 100 chars
equal-l2
2017-07-05
Unify BSD consts
equal-l2
2017-07-05
Fix libc is not viable with netbsd
equal-l2
2017-07-04
Use libc_bitflags! for BSD in fcntl.rs
equal-l2
2017-06-20
Merge #622
bors[bot]
2017-06-19
Separate OpenBSD and FreeBSD in fcntl.rs
equal-l2
2017-06-18
Update bitflags to 0.9
equal-l2
2017-03-22
add support `readlink|readlinkat`
Jörg Thalheim
2017-03-21
add support for `openat`
Jörg Thalheim
2017-02-28
fcntl: Expose FcntlArg variants at the module level
Kamal Marhubi
2017-02-27
fcntl: Support getting and setting pipe size on Linux
Kamal Marhubi
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-08-26
Add FcntlArg::F_FULLFSYNC
Markus Unterwaditzer
2016-04-20
fcntl: Use bindings from libc instead of our own
Brian Pearce
2016-02-14
linux: Add splice(2), tee(2), vmsplice(2)
Kamal Marhubi
2016-01-28
Move errno::Result back to crate root
arcnmx
[next]