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
/
sys
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-09-07
expose memfd on freebsd
i509VCB
2022-07-26
Fix typo guarding memfd export on android.
Jason Heeris
2022-07-25
Add memfd for target_os = "android"
Felix Obenhuber
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-05-14
add haiku support
Al Hoang
2022-04-09
Use singular number for all feature names
Alan Somers
2022-02-02
Document timerfd.rs
Ryan Zoeller
2022-02-02
Document reboot.rs
Ryan Zoeller
2022-02-02
Document personality.rs
Ryan Zoeller
2022-02-02
Document mman.rs
Ryan Zoeller
2022-01-31
Document inotify.rs
Ryan Zoeller
2022-01-24
uclibc support
Jonah Petri
2022-01-03
Add sendfile(2) for DragonFly
Ryan Zoeller
2021-12-30
Introduce timer_* support
Brian L. Troutwine
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-12-03
Update `mman` related docs
Sachin Cherian
2021-09-12
Merge #1509 #1515
bors[bot]
2021-09-04
Document more things
Alan Somers
2021-08-31
Allow Android to use timerfd
Ryan Zoeller
2021-08-28
More rust docs
Alan Somers
2021-08-01
Add getrlimit and setrlimit
LMJW
2021-07-27
Expose `sys::eventfd` for target_os = "android"
Felix Obenhuber
2021-03-21
illumos and Solaris support
Jason King
2020-12-15
feat(sys): High-level personality(2) wrappers
William Woodruff
2020-07-07
Adding an implementation and some basic tests for timerfd.
Vincent Dagonneau
2020-05-17
Remove temporarily the failing tests for Redox
Xavier L'Heureux
2020-05-17
Add termio support
Xavier L'Heureux
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2019-06-12
Update statfs
alesharik
2019-02-21
Added inotify bindings for Linux and Android.
Vincent Dagonneau
2018-10-21
Added ptrace support for BSDs
xd009642
2018-07-04
Add a sysinfo wrapper
Jonas Schievink
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-02-08
make statfs/statvfs to be available wherever they are available
Igor Gnatenko
2018-01-28
Alphabetize modules under /sys
Bryant Mairs
2017-11-05
Sort target OSes alphabetically
Bryant Mairs
2017-09-01
Merge #750
bors[bot]
2017-08-29
Migrate quota module to libc FFI types
Bryant Mairs
2017-08-27
Remove syscall module.
Bryant Mairs
2017-08-21
Expose signalfd on Android
Bryant Mairs
2017-08-21
Log sendfile as missing for some BSDs
Bryant Mairs
2017-08-21
Expose utsname on all platforms
Bryant Mairs
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-17
Remove eventfd feature in favor of conditional include
Bryant Mairs
2017-07-10
Enable termios on iOS and move it to Tier 2
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-06-04
Add pthread_self
king6cong
2016-12-16
Add POSIX AIO support
Alan Somers
2016-12-10
Add ioctl support for BSD
Conrad Kramer
[next]