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
/
test
/
sys
Age
Commit message (
Expand
)
Author
2019-06-06
Fix kmod tests on in Linux containers
Alan Somers
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2019-06-02
Fix test_pthread_self on musl
Alan Somers
2019-04-29
Restored the bytes field on RecvMsg in order to know the amount of bytes rece...
Vincent Dagonneau
2019-03-16
feat: Add killpg
DanSnow
2019-03-12
Support AF_ALG
Gleb Pomykalov
2019-02-21
Added inotify bindings for Linux and Android.
Vincent Dagonneau
2019-02-14
Fix misaligned references when using recvmsg with control messages
Alan Somers
2019-02-14
Replace CmsgSpace with a macro
Alan Somers
2019-02-14
Fix error handling of RecvMsg
Alan Somers
2019-01-23
Add IP_RECVIF & IP_RECVDSTADDR.
Tom Pusateri
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2019-01-13
Implement nix wrapper for libc::signal
Robert Gardner
2018-12-17
Merge #993
bors[bot]
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-15
Add cmsg PKTINFO for IPv4 and IPv6.
Tom Pusateri
2018-12-06
Add support of TCP_CONGESTION for setsockopt
Fensteer
2018-10-21
Added ptrace support for BSDs
xd009642
2018-10-15
Eliminate compiler warnings, especially on non-Linux platforms
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-09-05
Update to rand 0.5 crate
Pascal Bach
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-07-05
Merge #918
bors[bot]
2018-07-04
Add a sysinfo wrapper
Jonas Schievink
2018-07-04
Clean up cmsg code and fix passing multiple cmsgs
alecmocatta
2018-07-03
Make preadv take immutable slice of IoVecs, fixes #913
Jakub Okoński
2018-06-01
Remove tests that weren't mine
Bryant Mairs
2018-06-01
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Bryant Mairs
2018-04-28
select: add pselect syscall
Andreas Fuchs
2018-04-10
Implement equivalent for _IOWINT for FreeBSD-like targets
Bryant Mairs
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-04-06
Add LioCb::listio_resubmit
Alan Somers
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-03-22
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
2018-03-02
Change SigAction::flags to use from_bits_truncated
Antti Keränen
2018-01-25
Support arbitrary baud rates on BSDs
Bryant Mairs
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: more documentation
Alan Somers
2018-01-15
aio: Clippy cleanup
Alan Somers
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-15
Add AioCb::from_ptr and AioCb::from_mut_ptr
Alan Somers
2018-01-11
Remove return value from `pause`
Thomas de Zeeuw
2018-01-06
Add sigprocmask
Thomas de Zeeuw
2017-12-20
Remove uses of .iter()/.iter_mut()
Bryant Mairs
2017-12-20
Remove match statements with one arm
Bryant Mairs
2017-12-20
Use '!' instead of '== false'
Bryant Mairs
2017-12-20
Remove unnecessary mut
Bryant Mairs
2017-12-20
Correct ioctl read and write_ptr tests
Bryant Mairs
[next]