summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2020-06-04Remove several deprecated constants and functionsAlan Somers
2020-05-26Update CHANGELOG.md now that I have a PR numberNick Pelone
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2020-05-17Merge #1242bors[bot]
2020-05-17Merge #1245bors[bot]
2020-05-16Make ptrace::write unsafe on LinuxAlan Somers
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2020-05-16Don't implement `NixPath` for `Option<&P> where P: NixPath`Alan Somers
2020-05-12Merge #1231bors[bot]
2020-05-10Add support for reading symlinks longer than `PATH_MAX` to `readlink` and `re...Solra Bizna
2020-05-08Add SO_BINDTODEVICE sockoptJean Pierre Dudey
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-05-01Merge #1215bors[bot]
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-22Merge #1211bors[bot]
2020-04-21Add the MAP_HUGE_<SIZE> flags for linux.GuillaumeDIDIER
2020-04-19Merge #1207bors[bot]
2020-04-19Merge #1206bors[bot]
2020-04-14Remove stray # in CHANGELOGRoss Light
2020-04-14Add PR reference to CHANGELOGRoss Light
2020-04-13Remove immutable borrow note from CHANGELOGRoss Light
2020-04-12Remove sys::socket::addr::from_libc_sockaddr from the public APIAlan Somers
2020-04-12Fix UB in getsockoptAlan Somers
2020-04-08Fix unaligned castting of cmsg data to af_alg_ivGleb Pomykalov
2020-04-08Merge #1195bors[bot]
2020-04-07Add select::FdSet::fds() methodRoss Light
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-17Update CHANGELOGAndre Nathan
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-03Release 0.17.0Alan Somers
2020-01-12Add CLK_TCK to SysconfVarCaleb Bassi
2019-12-29remove deprecated Error::descriptionRadyk Andrii
2019-12-23[skip ci] begin the next dev cycleAlan Somers
2019-12-23Release v0.16.1Alan Somers
2019-12-22Fix the build on OpenBSD.Alan Somers
2019-12-02[skip ci] start a new development cycleAlan Somers
2019-12-01Release v0.16.0Alan Somers
2019-12-01[skip ci] fix merge error in CHANGELOGAlan Somers
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-12-01impl TryFrom<libc::speed_t> for BaudRateAlan Somers
2019-12-01Merge #1157bors[bot]
2019-12-01Fix formatting in CHANGELOGAlan Somers
2019-12-01Merge #1156bors[bot]
2019-11-30Remove the deprecated CmsgSpaceAlan Somers