summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-05-21Update memoffset to 0.9est31
2023-04-25Update to crates.io release of libcAlex Touchet
2023-03-13Enable socket on redoxNoa
2023-01-23Deps: update to memoffset 0.8Alexis (Poliorcetics) Bourget
2023-01-09fix: Update libcJonathan
2022-12-08feat: I/O safety for 'sys/termios' & 'pty'Steve Lau
2022-12-04Bump the edition since why notAlex Saveau
2022-12-04Bump MSRV to 1.63 for I/O safetyAlex Saveau
2022-12-02Enable ucontext module on aarch64-unknown-linux-gnuRyan Zoeller
2022-11-28(cargo-release) version 0.26.1Alan Somers
2022-11-28(cargo-release) version 0.26.0Alan Somers
2022-11-28Prepare for release 0.26.0Alan Somers
2022-11-28Update to memoffset 0.7Sebastian Dröge
2022-11-19Misc internal optimizationsAlan Somers
2022-10-23Define `MntFlags` and `unmount` on all of the BSDs.Alan Somers
2022-10-10add faccessat on illumosSteve Lau
2022-10-08Upgrade parking_lot dev-dependency to 0.12Ryan Zoeller
2022-09-30libc: bump libc to 0.2.134Pedro Tammela
2022-09-25bump libc to 0.2.133Steve Lau
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-08-14Raise the MSRV to 1.56.1 in anticipation of the next releaseAlan Somers
2022-08-13[skip ci] Rollback master branch to 0.25.0Alan Somers
2022-08-13(cargo-release) start next development iteration 0.25.1-alpha.0Alan Somers
2022-08-13(cargo-release) version 0.25.0Alan Somers
2022-08-03Upgrade libc to 0.2.127Ryan Zoeller
2022-07-13Add chflagsmusikid
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-05-29Use released libc version 0.2.126Alan Somers
2022-05-14Rewrite the aio moduleAlan Somers
2022-05-11Merge #1699bors[bot]
2022-04-24Upgrade dev-dependencies to the latest versionsRyan Zoeller
2022-04-24Upgrade sysctl to 0.4Ryan Zoeller
2022-04-22(cargo-release) version 0.24.1Ryan Zoeller
2022-04-20(cargo-release) version 0.24.0Ryan Zoeller
2022-04-18Revert "Pin nightly compiler used in CI for uclibc"Alan Somers
2022-04-09Use singular number for all feature namesAlan Somers
2022-03-20Redox renamed sigaction.sa_handler to .sa_sigactionRyan Zoeller
2022-03-13Fix the build on DragonflyBSD with -Zminimal-versionsAlan Somers
2022-02-07use version of libc published on cratesMichael Baikov
2022-01-23Make memoffset dependency optionalRyan Zoeller
2022-01-23Add fspacectl on FreeBSDAlan Somers
2022-01-16Remove EventFlag::EV_SYSFLAGRyan Zoeller
2021-12-30Remove cc dependency on DragonFlyRyan Zoeller
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-16(cargo-release) version 0.23.1Alan Somers
2021-12-16Relax the bitflags dependency from 1.3.1 to 1.1Alan Somers
2021-12-15Merge #1561bors[bot]
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-11-17Include tests in the crate againZbigniew Jędrzejewski-Szmek