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
2022-12-09
feat: I/O safety for 'sys/uid' & 'sched'
Steve Lau
2022-11-06
Reformat everything
Alex Saveau
2022-09-27
Add a `sched_getcpu` wrapper
Jonas Schievink
2022-08-25
Add sched_getaffinity and sched_setaffinity on FreeBSD
Ryan Zoeller
2022-08-09
remove deprecated items
SteveLauC
2021-12-22
Enable sched_get/setaffinity on DragonFly BSD
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-08-28
More rust docs
Alan Somers
2021-07-24
Constify many functions
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-12
wordsmithing on sched::clone
Alan Somers
2021-06-12
Add documentation for sched::clone
Konstantinos Andrikopoulos
2021-05-13
Use https instead of http
Ryan Zoeller
2020-06-27
misc clippy cleanup
Alan Somers
2020-06-27
implement `Default` for `CpuSet`.
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2019-11-21
Implement sched::sched_getaffinity()
Thibaut Ackermann
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-01
Enable sched_yield for all *nix hosts
Jakub Konka
2019-07-01
Move cross compilation cfg for sched into sched mod
Jakub Konka
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-05-17
Implement `sched_yield`.
Dan Gohman
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
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
[next]