index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sched.rs
Age
Commit message (
Expand
)
Author
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-08-26
Use libc types for sched FFI
Bryant Mairs
2017-08-17
Merge #725
bors[bot]
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-06-15
Change sched_setaffinity's PID argument to pid_t
Julian Squires
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-11
Ensure child stack passed to clone is 16 byte aligned.
Kevin DeJong
2016-11-03
Add CLONE_NEWCGROUP
Dylan Reid
2016-08-29
Replace parts of ffi module by libc functions in sched.rs
Philipp Matthias Schaefer
2016-04-21
Allow to specify signal when calling clone.
Philipp Matthias Schaefer
2016-04-14
Cast function item to function pointer in order to appease compiler.
Philipp Matthias Schaefer
2016-03-07
Add support for MIPS targets
Gabriele Svelto
2016-01-28
Convert CLONE_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
setns
arcnmx
2016-01-15
add aarch64 support
Brian Martin
2015-12-22
Fix build on Linux & Rust nightly
Carl Lerche
2015-08-22
Fix signature of linux `clone` function
Paul Colomiets
2015-04-24
sched: add support for arm linux using same cpuset_attribs as android
Paul Osborne
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-16
Fix deprecation warnings
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-20
Remove deprecated suffixes for isize
Sebastian Lauwers
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-06
Fix breakage caused by the removal of unboxed closures
Florian Hartwig
2015-01-04
Fix a few remaining deprecation notices
Carl Lerche
2015-01-02
Track rust master
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-12-10
Fix improper_ctypes warnings.
Victor Berger
2014-10-27
Add mmap, shm_open and other mman relatives
Phil Vachon
2014-10-02
Track Rust master
Carl Lerche
2014-08-25
Tweaks + fix accept4
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche
2014-08-07
Initial commit
Carl Lerche