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
2022-10-13
Merge #1842
bors[bot]
2022-10-12
fix '<newline>' being interpreted as html
Ryan Zoeller
2022-10-13
add eaccess on FreeBSD, DragonFly and Linux (musl and glibc)
Steve Lau
2022-10-11
Remove unnecessary verb from doc comment of `dup`
Yusuke Tanaka
2022-10-10
add faccessat on illumos
Steve Lau
2022-10-08
add syncfs on linux
Steve Lau
2022-09-25
fix crash on Android platform
wdsgyj
2022-09-11
Handle unacceptable name gracefully in {User,Group}::from_name
WATANABE Yuki
2022-08-20
Remove MSRV-related workaround for doc aliases
Ryan Zoeller
2022-08-12
Merge #1785
bors[bot]
2022-08-11
minor terminology fix in User docs
Jack O'Connor
2022-08-09
format code
SteveLauC
2022-08-09
remove deprecated items
SteveLauC
2022-08-05
add faccessat
Zhang Miaolei
2022-07-16
Fix description of fchownat
valdaarhun
2022-07-13
Add chflags
musikid
2022-07-13
Added non-standard Linux `SysconfVar` variants
Steven Engler
2022-07-10
Merge #1745
bors[bot]
2022-07-07
Fix clippy on nightly
Ryan Zoeller
2022-06-27
Change gethostname to return an OsString
Nathaniel Daniel
2022-06-27
Change gethostname to use a buffer of MaybeUninit values
Nathaniel Daniel
2022-06-26
Document aliases for functions like getuid()
Ryan Zoeller
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-19
Minimise the use of the unsafe block inside pipe function
Costin-Robert Sin
2022-06-19
Fix typo by adding a semicolon
Costin-Robert Sin
2022-05-30
Merge #1727
bors[bot]
2022-05-30
Add infallible conversion from uid_t and gid_t
Keith Koskie
2022-05-29
Clippy cleanup for latest nightly
Alan Somers
2022-05-14
add haiku support
Al Hoang
2022-04-09
Use singular number for all feature names
Alan Somers
2022-03-19
[skip ci] spellcheck a comment for sethostname
Alan Somers
2022-01-10
Add getresuid/gid and setresuid/gid on BSDs
Ryan Zoeller
2021-12-26
Fix typos
Ryan Zoeller
2021-12-22
Add fdatasync for missing platforms
Ryan Zoeller
2021-12-21
DragonFly 6.0 added fexecve(2)
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-11-17
Fix documentation formating for pipe2
rusty-snake
2021-09-28
Fix memory unsafety in unistd::getgrouplist
vitalyd
2021-09-19
Clippy cleanup
Alan Somers
2021-09-12
Prevent buffer over-read in getgroups()
Jan Verbeek
2021-08-25
Fix build for DragonFlyBSD
Ryan Zoeller
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-24
unistd: Add conversion from User to libc::passwd
orvij
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-09
Fix fork test and enable doc test
Jim Newsome
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-12
Hopefully fix unreliability in unistd::alarm's doc test
Alan Somers
2021-05-31
Add getresuid() and getresgid() to unistd
Jeryl Vaz
2021-05-30
misc Clippy cleanup
Alan Somers
[next]