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-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-20
Rename the public ptrace_* functions.
Marcin Mielniczuk
2017-07-19
Merge #681
bors[bot]
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
Refactor ptrace_get_data
Bryant Mairs
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
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
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
2017-07-08
Enable ioctl on mips64 and s390x
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas
2017-07-07
sys/statfs: use statfs from libc
Jörg Thalheim
2017-07-07
reuse mknod/umask/fstat/lstat from libc
Jörg Thalheim
2017-07-05
We need to pass by value and not by pointer for writing ioctls
Bastian Köcher
2017-07-04
Allow nix to compile on android targets
roblabla
2017-07-04
Merge pull request #629 from Kixunil/newtypes
Alan Somers
2017-07-02
Rely on libc for more socket constants
Bryant Mairs
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-06-20
Merge #599
bors[bot]
2017-06-19
Support powerpc64
Luca Barbato
2017-06-18
Fix BSD error
equal-l2
2017-06-18
Update bitflags to 0.9
equal-l2
2017-06-13
Added ptrace utilities.
Daniel McKenna
2017-06-04
Add pthread_self
king6cong
2017-06-01
Add SigAction getters
Henning Ottesen
2017-04-21
remove test warnings
king6cong
2017-04-16
Self should not be mutated (pull request 564)
diekmann
2017-04-15
Add AioCb::from_boxed_slice
Alan Somers
2017-04-09
Split socket consts. test across ARM arch.
Zac Berkowitz
2017-04-09
Removed tests on ARM for non-existant constants.
Zac Berkowitz
2017-04-09
Removed unused libc imports in termios.
Zac Berkowitz
2017-04-09
Added missing syscalls for powerpc
Zac Berkowitz
2017-04-09
Removed some socket constants from arch=arm
Zac Berkowitz
2017-04-09
Fixed constants for MIPS
Zac Berkowitz
2017-04-09
Fixes nix-rust/nix#532
Zac Berkowitz
2017-04-09
Switched bsd speed_t def. to libc::speed_t
Zac Berkowitz
2017-03-21
add support for `fstatat`
Jörg Thalheim
2017-03-18
Actually mark mmap and related functions as `unsafe`
Kevin Mehall
[prev]
[next]