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
Age
Commit message (
Expand
)
Author
2017-07-25
Hide internal macros/types within ioctl
Bryant Mairs
2017-07-25
Add a "bad none" variant to the ioctl macro
Bryant Mairs
2017-07-25
Re-add bad variant of ioctl!
Bryant Mairs
2017-07-25
Remove old workaround
Bryant Mairs
2017-07-25
Merge #694
bors[bot]
2017-07-23
Merge #661
bors[bot]
2017-07-22
Document invariants of fork and fix tests
Jonas Schievink
2017-07-21
Allow doc attributes in ioctl macro
roblabla
2017-07-21
Document WaitStatus and its variants
Geoffrey Thomas
2017-07-21
Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOOD
Geoffrey Thomas
2017-07-20
Remove workaround for `pub extern crate`
Jonas Schievink
2017-07-20
Rename the public ptrace_* functions.
Marcin Mielniczuk
2017-07-19
Refactor ioctl! for buffers
Bryant Mairs
2017-07-19
Add 'bad' prefixes for read, write_*, and readwrite ioctls
Bryant Mairs
2017-07-19
Split ioctl!(write ...) into write_ptr and write_int
Bryant Mairs
2017-07-19
Unify argument names to generated ioctl functions
Bryant Mairs
2017-07-19
Remove unnecessary constants
Bryant Mairs
2017-07-19
Remove c_int and c_void from root
Bryant Mairs
2017-07-19
Use the proper ioctl number type depending on target
Bryant Mairs
2017-07-19
Remove ioc_* functions
Bryant Mairs
2017-07-19
Revise ioctl module documentation
Bryant Mairs
2017-07-19
Remove unnecessary path aliasing
Bryant Mairs
2017-07-19
Hide internal macros/types within ioctl
Bryant Mairs
2017-07-19
Add a "bad none" variant to the ioctl macro
Bryant Mairs
2017-07-19
Re-add bad variant of ioctl!
Bryant Mairs
2017-07-19
Remove old workaround
Bryant Mairs
2017-07-19
Merge #681
bors[bot]
2017-07-19
Merge #686
bors[bot]
2017-07-18
Remove broken execvpe implementation
Bryant Mairs
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-17
Remove preadv_pwritev feature in favor of conditional include
Bryant Mairs
2017-07-17
Remove eventfd feature in favor of conditional include
Bryant Mairs
2017-07-17
Improve OpenptyResult documentation
Alan Somers
2017-07-17
Refactor ptrace_get_data
Bryant Mairs
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
2017-07-16
Merge #677
bors[bot]
2017-07-15
PtyMaster::drop should panic on EBADF
Alan Somers
2017-07-15
Merge #630
bors[bot]
2017-07-15
Add sysconf(3), pathconf(2), and fpathconf(2)
Alan Somers
2017-07-10
Enable termios on iOS and move it to Tier 2
Bryant Mairs
2017-07-10
Add tcgetsid()
Bryant Mairs
2017-07-10
Add cfmakeraw and cfsetspeed
Bryant Mairs
2017-07-10
Use libc types for termios
Bryant Mairs
2017-07-10
Add a libc_enum! macro
Bryant Mairs
2017-07-10
Fix sendmsg on macOS when passing a zero entry cmsgs array.
Matthew Gregan
2017-07-10
Simplify Vec allocation in sendmsg after 077d979a removed alignment hacks.
Matthew Gregan
2017-07-09
Merge #624
bors[bot]
2017-07-08
Support syscalls on mips64
Bryant Mairs
2017-07-08
Enable syscalls on s390x
Bryant Mairs
2017-07-08
SIGSTKFLT doesn't exist on Linux/GNU/mips(64)
Bryant Mairs
[prev]
[next]