Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink | |
cc #664 (unsure if this is everything needed) | |||
2017-11-05 | Migrate memfd constants to libc | Bryant Mairs | |
2017-08-27 | Remove syscall module. | Bryant Mairs | |
This module merely contained FFI declarations, and only enough to implement memfd_create() and pivot_root() wrapper functions in nix. Since these declarations are redundant with equivalent FFI declarations in libc, we'll remove them here. In the future, any syscall-related wrapper function will be implemented directly and utilize libc for FFI declarations as we cannot generically expose a type-safe `syscall()` because of its variadic argument list. | |||
2017-06-18 | Update bitflags to 0.9 | equal-l2 | |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin | |
2016-01-28 | Move errno::Result back to crate root | arcnmx | |
2016-01-28 | Errno::result() | arcnmx | |
2015-08-25 | Add memfd functionality | David Henningsson | |