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
Age
Commit message (
Expand
)
Author
2019-09-04
Replace Signal::from_c_int by Signal::try_from
Alan Somers
2019-09-04
Simplify implementation of libc_enum! with vis metavariables
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy: remove an unused lifetime parameter
Alan Somers
2019-08-29
Implement Default for FdSet
Alan Somers
2019-08-29
Remove an obsolete comment
Alan Somers
2019-08-29
Clippy: silence a false-positive cast alignment warning
Alan Somers
2019-08-29
Clippy: remove unnecessary mem::transmute
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-16
Merge #1058
bors[bot]
2019-07-14
Implement unlinkat
Johnnie Birch
2019-07-13
Merge #1095
bors[bot]
2019-07-13
Temporarily allow deprecated items
Alan Somers
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-12
socket: add support for AF_VSOCK
Stefano Garzarella
2019-07-09
implement posix_fadvise
Kevin Wern
2019-07-01
Enable sched_yield for all *nix hosts
Jakub Konka
2019-07-01
Move cross compilation cfg for sched into sched mod
Jakub Konka
2019-06-20
Merge #928
bors[bot]
2019-06-15
sys/stat: implement mkdirat
Kevin Wern
2019-06-12
Update statfs
alesharik
2019-06-12
Implement `copy_file_range()`
Árni Dagur
2019-06-11
Use ptr::NonNull for Dir
Bryant Mairs
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-07
ifaddrs: add ifaddrs support for android
Paul Osborne
2019-06-07
socket: expose MSG_WAITALL in MsgFlags
Stefano Garzarella
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2019-06-03
Check euid, not uid, for socket tests
Alan Somers
2019-06-02
Fix build on Android with recent libc
Alan Somers
2019-06-02
Fix the build on Linux/mips with recent libc
Alan Somers
2019-05-31
fix more uintXY_t instances
Johannes Schilling
2019-05-31
libc::uint32_t -> rust u32
Johannes Schilling
2019-05-31
libc::uint8_t deprecated in favor of rust u8
Johannes Schilling
2019-05-24
Allow import of Linux macros in Rust2018
Bryant Mairs
2019-05-23
Update fcntl.rs
Jakub Konka
2019-05-18
Merge #1050
bors[bot]
2019-05-17
Implement `sched_yield`.
Dan Gohman
2019-05-17
Remove a redundant "use libc"
Alan Somers
2019-05-17
Fix build on arm and s390x after recent libc changes
Alan Somers
2019-04-29
Restored the bytes field on RecvMsg in order to know the amount of bytes rece...
Vincent Dagonneau
2019-04-23
pty: Add forkpty
Kevin Kuehler
2019-04-21
Remove duplicate use statements on macOS.
Tom Pusateri
2019-04-20
Add a access(2) wrapper
jr
2019-04-14
Merge #1044
bors[bot]
[next]