summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2019-03-03Reenable test_sigwait on OSXAlan Somers
2019-03-03Delete a useless unit test that never did anything.Alan Somers
2019-03-03Fix test_thread_signal* test failures with Cargo 1.33.0Alan Somers
2019-03-03Fix the build on OSX with libc 0.2.49Alan Somers
2019-02-14Enable IPv4PacketInfo and Ipv6PacketInfo on more OSes.Alan Somers
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-02-14Replace hand-rolled cmsg logic with libc's cmsg(3) functions.Alan Somers
2019-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2019-01-22add `mman::mprotect`Adam C. Foltzer
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2019-01-09Added ptrace getregs and setregsWill Povell
2019-01-06Make ScmTimestamp's doc test more robustAlan Somers
2018-12-17Merge #993bors[bot]
2018-12-17Merge #990bors[bot]
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-15Add cmsg PKTINFO for IPv4 and IPv6.Tom Pusateri
2018-12-08Replace try! with ?Alan Somers
2018-12-06Add support of TCP_CONGESTION for setsockoptFensteer
2018-12-01Remove duplicate termios constantsBryant Mairs
2018-12-01Add ioctl definitions for sparc64-linuxBryant Mairs
2018-12-01Fix missing SIGSTKFLT on sparc64-linuxBryant Mairs
2018-12-01Correct architecture checkBryant Mairs
2018-12-01Fix baud rate constants on sparc64-linuxBryant Mairs
2018-11-28Prefer `map(drop)` to `map(|_| ())`Alan Somers
2018-11-27Merge #967bors[bot]
2018-11-09Add example for setsockoptPovilas Balciunas
2018-11-07Add a wrapper for lutimes(2)Julio Merino
2018-11-07Make sys::time::{time_t, suseconds_t} publicJulio Merino
2018-10-28Removed Peek and poke user from unsupportedOpxd009642
2018-10-24Added AddressType typexd009642
2018-10-21Added ptrace support for BSDsxd009642
2018-10-19Add a fchownat(2) wrapperJulio Merino
2018-10-18Document ioctl_param_typeRukai
2018-10-16Make sys::stat::mode_t publicJulio Merino
2018-10-15socket: add AF_UNSPEC to AddressFamilyLevente Kurusa
2018-10-02Add a wrapper for utimes(2)Julio Merino
2018-09-29Add wrappers for futimens(2) and utimesat(2)Julio Merino
2018-09-05Merge #884bors[bot]
2018-09-04impl FromStr and Display for sys::SignalBrandon W Maister
2018-08-15sendmsg: remove unneeded mutIgor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink
2018-07-11Enable the select tests on powerpc and mipsJonas Schievink
2018-07-05Merge #921bors[bot]
2018-07-05Merge #918bors[bot]
2018-07-05Get `SO_PEERCRED` working on all Linux targetsJonas Schievink
2018-07-04Add a sysinfo wrapperJonas Schievink
2018-07-04Clean up cmsg code and fix passing multiple cmsgsalecmocatta