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
Age
Commit message (
Expand
)
Author
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-08-17
Merge #725
bors[bot]
2017-08-17
Merge #700
bors[bot]
2017-08-16
Replace ffi constants with libc in epoll
Bryant Mairs
2017-08-16
Replace ffi declarations for select
Bryant Mairs
2017-08-16
Use libc::uname and libc::utsname
Bryant Mairs
2017-08-16
Use libc::quotactl
Bryant Mairs
2017-08-16
Use libc_bitflags for stat::Mode
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-16
Replace extra SOCK_ constants with libc versions
Bryant Mairs
2017-08-11
Merge #728 #731
bors[bot]
2017-08-11
Use upstream libc ptrace FFI
Bryant Mairs
2017-08-11
Merge #701
bors[bot]
2017-08-11
Use libc for FFI functions and constants
Bryant Mairs
2017-08-11
Fix safety of sockopt helper traits
Jonas Schievink
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-11
Calculate `nfds` parameter for `select`
Jonas Schievink
2017-08-11
Merge #709
bors[bot]
2017-08-10
Refactor statvfs module
Bryant Mairs
2017-08-10
Remove the incorrect doc comment.
Marcin Mielniczuk
2017-08-10
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-10
Deprecate `ptrace`.
Marcin Mielniczuk
2017-08-09
Merge #688
bors[bot]
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-08-05
Correct access of cmsg ancillary data on first header
Wesley Moore
2017-08-05
Fix tests on OpenBSD
Wesley Moore
2017-08-05
Add OpenBSD compatibility to signals
Wesley Moore
2017-08-05
Add OpenBSD compatibility to events
Wesley Moore
2017-08-03
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-01
Document AddressFamily and SockType
Nicolas Dusart
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
2017-08-01
Document `MsgFlags` constants
Nicolas Dusart
2017-08-01
add socket constants already present in libc
Nicolas Dusart
2017-08-01
remove sys::sockets::consts module as it's libc goal to define them
Nicolas Dusart
2017-07-31
support delivering a signal with ptrace::cont
Marcin Mielniczuk
2017-07-27
Improve the documentation of wrappers.
Marcin Mielniczuk
2017-07-26
Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.
Marcin Mielniczuk
2017-07-25
Allow doc attributes in ioctl macro
roblabla
2017-07-25
Document WaitStatus and its variants
Geoffrey Thomas
2017-07-25
Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOOD
Geoffrey Thomas
2017-07-25
Refactor ioctl! for buffers
Bryant Mairs
2017-07-25
Add 'bad' prefixes for read, write_*, and readwrite ioctls
Bryant Mairs
2017-07-25
Split ioctl!(write ...) into write_ptr and write_int
Bryant Mairs
2017-07-25
Unify argument names to generated ioctl functions
Bryant Mairs
2017-07-25
Remove unnecessary constants
Bryant Mairs
2017-07-25
Remove c_int and c_void from root
Bryant Mairs
2017-07-25
Use the proper ioctl number type depending on target
Bryant Mairs
2017-07-25
Remove ioc_* functions
Bryant Mairs
[next]