summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-01impl TryFrom<libc::speed_t> for BaudRateAlan Somers
2019-12-01Merge #1157bors[bot]
2019-12-01Fix formatting in CHANGELOGAlan Somers
2019-12-01Fix some race conditions in the integration testsAlan Somers
2019-12-01Merge #1158bors[bot]
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-12-01Merge #1156bors[bot]
2019-12-01Merge #1083bors[bot]
2019-11-30Remove the deprecated CmsgSpaceAlan Somers
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-11-24Merge #1148bors[bot]
2019-11-21Implement sched::sched_getaffinity()Thibaut Ackermann
2019-11-18Merge #1154bors[bot]
2019-11-17ptrace: add ptrace::seize for LinuxJeremy Fitzhardinge
2019-11-16Merge #1101bors[bot]
2019-11-03Implment linkatJohnnie Birch
2019-11-02Merge #1151bors[bot]
2019-11-02sys: termios: Use associated constants for VMIN and VTIME on sparc64John Paul Adrian Glaubitz
2019-11-02Merge #1152bors[bot]
2019-11-02Fix a warning with the latest nightly compilerAlan Somers
2019-11-01sys: termios: Fix inverted logic for [cfg()] conditional for sparc64John Paul Adrian Glaubitz
2019-11-01Merge #1139bors[bot]
2019-11-01Merge #1150bors[bot]
2019-11-01sys: termios: Define VMIN and VTIME as VEOF and VEOL on sparc64John Paul Adrian Glaubitz
2019-10-30Add `Users` and `Group` related functionsOtavio Salvador
2019-10-29Merge #1138bors[bot]
2019-10-29Implement Signal::as_str()Mikail Bagishov
2019-10-29Merge #1145bors[bot]
2019-10-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-10-22Merge #1141bors[bot]
2019-10-21fix documentation typo for effective gidScott Schroeder
2019-10-15Merge #1137bors[bot]
2019-10-15Merge #1136bors[bot]
2019-10-15Properly initialize msghdr when using muslYuxuan Shui
2019-10-15Use fetch instead of curl during CI on FreeBSDAlan Somers
2019-10-15Use rustup's minimal profile during CI on FreeBSDAlan Somers
2019-10-07Merge #1133bors[bot]
2019-09-30add into CHANGELOGZhang Miaolei
2019-09-30refactored test casesZhang Miaolei
2019-09-30add mkfifoatZhang Miaolei
2019-09-28Merge #1121 #1130bors[bot]
2019-09-28Merge #1105bors[bot]
2019-09-25unistd: getgrouplist: Rework code to use `reserve_double_buffer_size`Otavio Salvador
2019-09-25Merge #1129bors[bot]
2019-09-25unistd: getgroups: Resize buffer up to NGROUPS_MAXOtavio Salvador
2019-09-25unistd: getgroups: Rework variable namesOtavio Salvador
2019-09-23fix #1093Ta Thanh Dinh
2019-09-22Merge #1127bors[bot]
2019-09-21unistd: getcwd: Double the buffer when need, up to PATH_MAX as limitOtavio Salvador
2019-09-21Merge #1126bors[bot]