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-08-24
Mark and document pty::ptsname() as unsafe
Nelson Chen
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-18
unistd: add fexecve()
Luca Bruno
2017-08-17
Merge #725
bors[bot]
2017-08-17
Merge #700
bors[bot]
2017-08-16
Remove ugly libc_bitflags hack for mac/ios.
Bryant Mairs
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-15
Merge pull request #730 from ncaracci/whence
Alan Somers
2017-08-14
Added documentation to Whence.
Nicolás Caracci
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
Merge #722
bors[bot]
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-08-08
Add FreeBSD, OpenBSD support for setresuid/setresgid
Wesley Moore
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-30
Merge #672
bors[bot]
2017-07-30
document poll module
Nicolas Dusart
2017-07-27
Improve the documentation of wrappers.
Marcin Mielniczuk
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-07-26
Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.
Marcin Mielniczuk
2017-07-25
Document invariants of fork and fix tests
Jonas Schievink
[next]