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-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
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-05
Merge #625
bors[bot]
2017-07-05
Wrap lines to keep them under 100 chars
equal-l2
2017-07-05
Unify BSD consts
equal-l2
2017-07-05
Fix libc is not viable with netbsd
equal-l2
2017-07-04
Allow nix to compile on android targets
roblabla
2017-07-04
Allow casting a flag to a type in libc_bitflags!
roblabla
2017-07-04
Merge pull request #629 from Kixunil/newtypes
Alan Somers
2017-07-04
Use libc_bitflags! for BSD in fcntl.rs
equal-l2
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-20
Merge #622
bors[bot]
2017-06-19
Support powerpc64
Luca Barbato
2017-06-19
Separate OpenBSD and FreeBSD in fcntl.rs
equal-l2
2017-06-18
Fix BSD error
equal-l2
2017-06-18
Update bitflags to 0.9
equal-l2
2017-06-15
Change sched_setaffinity's PID argument to pid_t
Julian Squires
2017-06-13
Added ptrace utilities.
Daniel McKenna
2017-06-12
Add openpty()
Kelvin Ly
[next]