summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-21Add the MAP_HUGE_<SIZE> flags for linux.GuillaumeDIDIER
2020-04-08Merge #1195bors[bot]
2020-04-06unistd: avoid infinite loop caused by reserve_double_buffer_sizeSteven Danna
2020-04-02Enable getregs/setregs on muslcoord.e
2020-03-28Fix fallocate return typeDiana
2020-03-17Handle open file descriptor locks in fcntlAndre Nathan
2020-03-08Fix a lint on Rust nightly 1.43.0Alan Somers
2020-03-03Derive `Ord`, `PartialOrd` for `Pid`Joe Ranweiler
2020-02-29add setfsuid and setfsgid implementation for filesystem checksMarco Conte
2020-02-13Make FsType's raw type publicMikail Bagishov
2020-02-11Provide clearenv()John Gallagher
2020-02-02Merge #1176bors[bot]
2020-01-23ioctl: Fix broken link to the kernel documentationSimon Chopin
2020-01-12Add CLK_TCK to SysconfVarCaleb Bassi
2020-01-12Add RISC-V support on GNU/Linuxmsizanoen1
2019-12-29remove deprecated Error::descriptionRadyk Andrii
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-21Implement sched::sched_getaffinity()Thibaut Ackermann
2019-11-17ptrace: add ptrace::seize for LinuxJeremy Fitzhardinge
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-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-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-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-10-21fix documentation typo for effective gidScott Schroeder
2019-10-15Properly initialize msghdr when using muslYuxuan Shui
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-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-21unistd: getcwd: Double the buffer when need, up to PATH_MAX as limitOtavio Salvador
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux