summaryrefslogtreecommitdiff
path: root/src/sched.rs
AgeCommit message (Expand)Author
2022-12-09feat: I/O safety for 'sys/uid' & 'sched'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2022-09-27Add a `sched_getcpu` wrapperJonas Schievink
2022-08-25Add sched_getaffinity and sched_setaffinity on FreeBSDRyan Zoeller
2022-08-09remove deprecated itemsSteveLauC
2021-12-22Enable sched_get/setaffinity on DragonFly BSDRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-08-28More rust docsAlan Somers
2021-07-24Constify many functionsAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-12wordsmithing on sched::cloneAlan Somers
2021-06-12Add documentation for sched::cloneKonstantinos Andrikopoulos
2021-05-13Use https instead of httpRyan Zoeller
2020-06-27misc clippy cleanupAlan Somers
2020-06-27implement `Default` for `CpuSet`.Alan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2019-11-21Implement sched::sched_getaffinity()Thibaut Ackermann
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-01Enable sched_yield for all *nix hostsJakub Konka
2019-07-01Move cross compilation cfg for sched into sched modJakub Konka
2019-06-09Add extra traits for all typesBryant Mairs
2019-05-17Implement `sched_yield`.Dan Gohman
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-08-26Use libc types for sched FFIBryant Mairs
2017-08-17Merge #725bors[bot]
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-06-15Change sched_setaffinity's PID argument to pid_tJulian Squires
2017-02-16Update bitflags to 0.7Simon Sapin
2016-12-11Ensure child stack passed to clone is 16 byte aligned.Kevin DeJong
2016-11-03Add CLONE_NEWCGROUPDylan Reid
2016-08-29Replace parts of ffi module by libc functions in sched.rsPhilipp Matthias Schaefer
2016-04-21Allow to specify signal when calling clone.Philipp Matthias Schaefer
2016-04-14Cast function item to function pointer in order to appease compiler.Philipp Matthias Schaefer
2016-03-07Add support for MIPS targetsGabriele Svelto
2016-01-28Convert CLONE_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-18setnsarcnmx
2016-01-15add aarch64 supportBrian Martin
2015-12-22Fix build on Linux & Rust nightlyCarl Lerche
2015-08-22Fix signature of linux `clone` functionPaul Colomiets
2015-04-24sched: add support for arm linux using same cpuset_attribs as androidPaul Osborne
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche