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
2021-02-07
Don't implement Clone on Dir, SignalFd, and PtyMaster
Alan Somers
2021-01-04
Add support for when receiving packets
Justin Ossevoort
2021-01-03
Fix fcntl for FreeBSD
Alexander Thaller
2020-12-19
unistd: Add getpeereid(3)
William Woodruff
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-15
feat(sys): High-level personality(2) wrappers
William Woodruff
2020-12-14
Remove SockLevel
Alan Somers
2020-12-09
Fix intermittency in the doc test for alarm
Alan Somers
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-12-06
Disable clock_getres on redox
Noah
2020-11-27
Fix recvmmsg(2) implementation
Toby DiPasquale
2020-11-15
Suppress time_t musl "deprecation"
Tamir Duberstein
2020-11-15
Suppress af_alg_iv "deprecation"
Tamir Duberstein
2020-10-18
KEEPCNT/KEEPINTVL aren't available on OpenBSD.
Laurence Tratt
2020-10-13
Add wrapper for mremap
Jim Newsome
2020-10-10
Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.
Yoav Steinberg
2020-10-10
Merge #1303
bors[bot]
2020-10-04
Support vsock on Android as well as Linux.
Andrew Walbran
2020-10-03
Renable the ScmTimestamp test on FreeBSD i386
Alan Somers
2020-10-03
Merge #1296
bors[bot]
2020-10-03
Merge #1300
bors[bot]
2020-10-03
Merge #1293
bors[bot]
2020-10-03
Add PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP support
Dominik Stolz
2020-09-28
Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockid
Daniil Bondarev
2020-09-21
DragonFlyBSD: use __errno_location now provided by the libc crate
Chuck Musser
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-09-13
Adapt for safe-isation of some libc functions.
Vitaly _Vi Shukela
2020-08-22
Merge branch 'master' into musl_seek
Alan Somers
2020-08-22
Expose SeekData and SeekHole on all Linux targets
Amanieu d'Antras
2020-08-22
Merge #1278
bors[bot]
2020-08-22
Merge #1282
bors[bot]
2020-08-18
Add Netlink Protocol Families to SockProtocol enum
sinkingpoint
2020-08-13
doc typo in fchmodat
ed neville
2020-08-02
`ioctl-number.rst` moved. Update the link.
Solra Bizna
2020-07-28
Allow both &[CString] and &[&CStr] for sequence args
Jeong YunWon
2020-07-26
Support nullable timeout in ppoll
Mikail Bagishov
2020-07-25
Merge #1224
bors[bot]
2020-07-07
Adding an implementation and some basic tests for timerfd.
Vincent Dagonneau
2020-07-04
Expose IP_PKTINFO Control Message on Android
Bruno Tavares
2020-07-04
Add FsType for cgroupfs
Kenta Tada
2020-07-03
implement ttyname
Jesse Luehrs
2020-07-03
Skip the OFD locks tests on OverlayFS and musl
Alan Somers
2020-06-27
Fix an "unused import" warning on musl
Alan Somers
2020-06-27
misc clippy cleanup
Alan Somers
2020-06-27
Make SockAddr::as_ffi_pair safe
Alan Somers
2020-06-27
Make Errno::clear safe
Alan Somers
2020-06-27
Prefer to pass Inotify by value instead of by reference
Alan Somers
2020-06-27
implement Default for UnixCredentials on Linux
Alan Somers
2020-06-27
implement `Default` for `CpuSet`.
Alan Somers
2020-06-27
Make sys::socket::sockaddr_storage a safe function
Alan Somers
[next]