summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2021-02-15Port sysinfo to x32наб
2021-02-15Merge #1387bors[bot]
2021-02-14fix(unsafe): remove unnecessary unsafeJan Philipp Hafer
2021-02-14cargo formatJan Philipp Hafer
2021-02-13Merge #1382bors[bot]
2021-02-07Don't implement Clone on Dir, SignalFd, and PtyMasterAlan Somers
2021-02-02Define *_MAGIC filesystem constants on Linux s390xJakob Naucke
2021-01-04Add support for when receiving packetsJustin Ossevoort
2020-12-19Add fuchsia supportAmanda Tait
2020-12-15feat(sys): High-level personality(2) wrappersWilliam Woodruff
2020-12-14Remove SockLevelAlan Somers
2020-11-27Fix recvmmsg(2) implementationToby DiPasquale
2020-11-15Suppress time_t musl "deprecation"Tamir Duberstein
2020-11-15Suppress af_alg_iv "deprecation"Tamir Duberstein
2020-10-18KEEPCNT/KEEPINTVL aren't available on OpenBSD.Laurence Tratt
2020-10-13Add wrapper for mremapJim Newsome
2020-10-10Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.Yoav Steinberg
2020-10-10Merge #1303bors[bot]
2020-10-04Support vsock on Android as well as Linux.Andrew Walbran
2020-10-03Renable the ScmTimestamp test on FreeBSD i386Alan Somers
2020-10-03Add PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP supportDominik Stolz
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-09-13Adapt for safe-isation of some libc functions.Vitaly _Vi Shukela
2020-08-22Merge #1282bors[bot]
2020-08-18Add Netlink Protocol Families to SockProtocol enumsinkingpoint
2020-08-13doc typo in fchmodated neville
2020-08-02`ioctl-number.rst` moved. Update the link.Solra Bizna
2020-07-25Merge #1224bors[bot]
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-07-04Expose IP_PKTINFO Control Message on AndroidBruno Tavares
2020-07-04Add FsType for cgroupfsKenta Tada
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
2020-06-27misc clippy cleanupAlan Somers
2020-06-27Make SockAddr::as_ffi_pair safeAlan Somers
2020-06-27Prefer to pass Inotify by value instead of by referenceAlan Somers
2020-06-27implement Default for UnixCredentials on LinuxAlan Somers
2020-06-27Make sys::socket::sockaddr_storage a safe functionAlan Somers
2020-06-27Fix an unaligned pointer read in Inotify::read_eventsAlan Somers
2020-06-26Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msgPerry Lorier
2020-06-12Merge #1255bors[bot]
2020-06-04Remove several deprecated constants and functionsAlan Somers
2020-06-04Limit internal termios API to pub(crate)Bryant Mairs
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-26Fix use of deprecated libc type, needed in order to run the tests successfull...Nick Pelone
2020-05-26Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...Nick Pelone
2020-05-26Add EV_DISPATCH and EV_RECEIPT EventFlag items for OpenBSD.Nick Pelone
2020-05-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Add wait, fdatasync, poll and pause for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Add termio supportXavier L'Heureux