summaryrefslogtreecommitdiff
path: root/src/sched.rs
AgeCommit message (Expand)Author
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
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-20Remove deprecated suffixes for isizeSebastian Lauwers
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2015-01-06Fix breakage caused by the removal of unboxed closuresFlorian Hartwig
2015-01-04Fix a few remaining deprecation noticesCarl Lerche
2015-01-02Track rust masterValerii Hiora
2014-12-10Fallout of Copy becoming opt-in.Victor Berger
2014-12-10Fix improper_ctypes warnings.Victor Berger
2014-10-27Add mmap, shm_open and other mman relativesPhil Vachon
2014-10-02Track Rust masterCarl Lerche
2014-08-25Tweaks + fix accept4Carl Lerche
2014-08-13Add open(), tweak mount functionsCarl Lerche
2014-08-07Initial commitCarl Lerche