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
/
unistd.rs
Age
Commit message (
Expand
)
Author
2020-04-06
unistd: avoid infinite loop caused by reserve_double_buffer_size
Steven Danna
2020-03-03
Derive `Ord`, `PartialOrd` for `Pid`
Joe Ranweiler
2020-02-29
add setfsuid and setfsgid implementation for filesystem checks
Marco Conte
2020-01-12
Add CLK_TCK to SysconfVar
Caleb Bassi
2019-11-03
Implment linkat
Johnnie Birch
2019-10-30
Add `Users` and `Group` related functions
Otavio Salvador
2019-10-21
fix documentation typo for effective gid
Scott Schroeder
2019-09-30
refactored test cases
Zhang Miaolei
2019-09-30
add mkfifoat
Zhang Miaolei
2019-09-28
Merge #1121 #1130
bors[bot]
2019-09-25
unistd: getgrouplist: Rework code to use `reserve_double_buffer_size`
Otavio Salvador
2019-09-25
unistd: getgroups: Resize buffer up to NGROUPS_MAX
Otavio Salvador
2019-09-25
unistd: getgroups: Rework variable names
Otavio Salvador
2019-09-23
fix #1093
Ta Thanh Dinh
2019-09-21
unistd: getcwd: Double the buffer when need, up to PATH_MAX as limit
Otavio Salvador
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-14
Implement unlinkat
Johnnie Birch
2019-04-21
Remove duplicate use statements on macOS.
Tom Pusateri
2019-04-20
Add a access(2) wrapper
jr
2019-04-11
Add unistd::{seteuid,setegid}
Julio Merino
2019-03-03
Fix the build on OSX with libc 0.2.49
Alan Somers
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2018-12-12
Implement symlinkat
oblique
2018-12-08
Replace try! with ?
Alan Somers
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
2018-11-19
Add execvpe support, conditional on platform
F1rst-Unicorn
2018-11-02
Add sync (fix #959)
Roey Darwish Dror
2018-10-21
Add acct(2) wrapper API
Josh Abraham
2018-10-19
Add a fchownat(2) wrapper
Julio Merino
2018-10-17
Add a truncate(2) wrapper
Julio Merino
2018-10-09
Fix #945 - documentation fix
Josh Abraham
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-02-06
Merge #851
bors[bot]
2018-02-03
Merge #830
bors[bot]
2018-02-02
Add alarm module
Thomas de Zeeuw
2018-01-29
Added `getsid` in `::nix::unistd`
Glenn Griffin
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
Disallow unnecessary import braces
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-11
Remove return value from `pause`
Thomas de Zeeuw
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Remove unnecessary lifetime annotations
Bryant Mairs
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
Bryant Mairs
2017-12-10
Fix doctest that weren't run with the old doctest parser
Bryant Mairs
[next]