summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2020-02-02Merge #1176bors[bot]
2020-01-23ioctl: Fix broken link to the kernel documentationSimon Chopin
2020-01-12Add RISC-V support on GNU/Linuxmsizanoen1
2019-12-22Fix the build on OpenBSD.Alan Somers
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-12-01Reenable a test that had been disabled due to old CI infrastructureAlan Somers
2019-12-01Remove some obsolete comments.Alan Somers
2019-12-01impl TryFrom<libc::speed_t> for BaudRateAlan Somers
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-12-01Merge #1156bors[bot]
2019-11-30Remove the deprecated CmsgSpaceAlan Somers
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-11-17ptrace: add ptrace::seize for LinuxJeremy Fitzhardinge
2019-11-02sys: termios: Use associated constants for VMIN and VTIME on sparc64John Paul Adrian Glaubitz
2019-11-01sys: termios: Fix inverted logic for [cfg()] conditional for sparc64John Paul Adrian Glaubitz
2019-11-01sys: termios: Define VMIN and VTIME as VEOF and VEOL on sparc64John Paul Adrian Glaubitz
2019-10-29Merge #1138bors[bot]
2019-10-29Implement Signal::as_str()Mikail Bagishov
2019-10-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-10-15Properly initialize msghdr when using muslYuxuan Shui
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-04Merge #1120bors[bot]
2019-09-04Fix length of abstract socket addressYuxuan Shui
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Implement Default for FdSetAlan Somers
2019-08-29Remove an obsolete commentAlan Somers
2019-08-29Clippy: silence a false-positive cast alignment warningAlan Somers
2019-08-29Clippy: remove unnecessary mem::transmuteAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-07-13Merge #1095bors[bot]
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12socket: add support for AF_VSOCKStefano Garzarella
2019-06-20Merge #928bors[bot]
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-06-12Update statfsalesharik
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-07socket: expose MSG_WAITALL in MsgFlagsStefano Garzarella
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-03Check euid, not uid, for socket testsAlan Somers
2019-06-02Fix build on Android with recent libcAlan Somers
2019-06-02Fix the build on Linux/mips with recent libcAlan Somers
2019-05-31fix more uintXY_t instancesJohannes Schilling
2019-05-31libc::uint32_t -> rust u32Johannes Schilling
2019-05-31libc::uint8_t deprecated in favor of rust u8Johannes Schilling
2019-05-24Allow import of Linux macros in Rust2018Bryant Mairs
2019-05-17Fix build on arm and s390x after recent libc changesAlan Somers
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-04-12Merge #1041bors[bot]