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
/
sys
Age
Commit message (
Expand
)
Author
2020-03-08
Fix a lint on Rust nightly 1.43.0
Alan Somers
2020-02-13
Make FsType's raw type public
Mikail Bagishov
2020-02-02
Merge #1176
bors[bot]
2020-01-23
ioctl: Fix broken link to the kernel documentation
Simon Chopin
2020-01-12
Add RISC-V support on GNU/Linux
msizanoen1
2019-12-22
Fix the build on OpenBSD.
Alan Somers
2019-12-01
ScmCredentials now wraps UnixCredentials instead of libc::ucred
Alan Somers
2019-12-01
Reenable a test that had been disabled due to old CI infrastructure
Alan Somers
2019-12-01
Remove some obsolete comments.
Alan Somers
2019-12-01
impl TryFrom<libc::speed_t> for BaudRate
Alan Somers
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-12-01
Merge #1156
bors[bot]
2019-11-30
Remove the deprecated CmsgSpace
Alan Somers
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-11-17
ptrace: add ptrace::seize for Linux
Jeremy Fitzhardinge
2019-11-02
sys: termios: Use associated constants for VMIN and VTIME on sparc64
John Paul Adrian Glaubitz
2019-11-01
sys: termios: Fix inverted logic for [cfg()] conditional for sparc64
John Paul Adrian Glaubitz
2019-11-01
sys: termios: Define VMIN and VTIME as VEOF and VEOL on sparc64
John Paul Adrian Glaubitz
2019-10-29
Merge #1138
bors[bot]
2019-10-29
Implement Signal::as_str()
Mikail Bagishov
2019-10-28
Fix sys::socket::recvfrom for TCP sockets
Alan Somers
2019-10-15
Properly initialize msghdr when using musl
Yuxuan Shui
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-04
Merge #1120
bors[bot]
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-09-04
Replace Signal::from_c_int by Signal::try_from
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
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-07-13
Merge #1095
bors[bot]
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-12
socket: add support for AF_VSOCK
Stefano Garzarella
2019-06-20
Merge #928
bors[bot]
2019-06-15
sys/stat: implement mkdirat
Kevin Wern
2019-06-12
Update statfs
alesharik
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
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-17
Fix build on arm and s390x after recent libc changes
Alan Somers
[prev]
[next]