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
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
2016-01-28
Errno::result()
arcnmx
2016-01-18
fix on mac
Mattis Marjak
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-08-25
Add memfd functionality
David Henningsson
2015-08-15
Add flock(2) support
Andy Grover
2015-06-24
Implement more fcntl operations
Andy Grover
2015-05-29
Basic OpenBSD support.
Laurence Tratt
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-03
Fd ist now RawFd
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-19
Re-export std::os::unix::Fd
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-06
path -> old_path
Florian Hartwig
2015-01-27
Add a `Mode` bitflags and use it instead of `std::io::FilePermission`.
Utkarsh Kukreti
2015-01-07
ToCStr removal fallout
Valerii Hiora
2015-01-03
Update to rust master
Valerii Hiora
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
2014-12-12
Fallout of Copy opt-in for non-Linux
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-11-19
Use namespaced enum variants.
Roma Sokolov
2014-10-10
Update static->const
Tilde Engineering
2014-10-02
Track Rust master
Carl Lerche
2014-09-20
Be warning-free on Darwin.
Clark Gaebel
2014-08-25
Tweaks + fix accept4
Carl Lerche
2014-08-21
Fix O_* flags for Darwin. Minor kqueue tweaks.
Carl Lerche
2014-08-21
Bind kqueue + misc cleanup
Carl Lerche
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-17
More socket APIs
Carl Lerche
2014-08-16
Epoll, rename to nix, misc cleanup
Carl Lerche
2014-08-15
Bind FD dup fns + misc tweaks
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche