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
2022-09-11
Clippy cleanup
Alan Somers
2022-08-12
feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSD
SteveLauC
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-05-14
add haiku support
Al Hoang
2022-05-14
Rewrite the aio module
Alan Somers
2022-04-08
Replace the IoVec type with IoSlice and IoSliceMut
not_a_seagull
2022-01-23
Disable the fspacectl tests
Alan Somers
2022-01-23
Add fspacectl on FreeBSD
Alan Somers
2021-12-27
Add posix_fallocate on DragonFly
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-28
Fix return value of posix_fadvise
Haruki Okada
2021-09-19
Clippy cleanup
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-08
Adding linux specific renameat2()
Tom Boland
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2021-05-23
Use fstatat to check long path sizes in fcntl::readlinkat
Jason Francis
2021-03-21
illumos and Solaris support
Jason King
2021-01-03
Fix fcntl for FreeBSD
Alexander Thaller
2020-06-27
misc clippy cleanup
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
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
[next]