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
2016-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-12-10
Change the readwrite buf ioctl call to use a *mut pointer
Conrad Kramer
2016-12-10
Fix typo in documentation
Conrad Kramer
2016-11-25
Fix use-after-free in select
Alan Somers
2016-11-19
Add TimeSpec, a Newtype around libc::timespec
Alan Somers
2016-11-19
Make TimeVal a NewType
Alan Somers
2016-11-19
Opaqueify TimeVal
Alan Somers
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-11-15
Auto merge of #460 - chaosagent:sys_signal, r=fiveop
Homu
2016-11-15
Auto merge of #463 - asomers:kevent, r=fiveop
Homu
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-11-10
Change KEvent to treat udata as an intptr_t instead of a uintptr_t.
Alan Somers
2016-11-08
Rename SigFlags to SigmaskHow
David Hou
2016-11-06
Add some tests for sys::signal.
David Hou
2016-11-06
Change SigFlags into an enum.
David Hou
2016-11-05
Use cfg_if to branch code in WaitStatus decode
David Hou
2016-10-31
Remove `rustc-version` dependency and build script
Alex Crichton
2016-10-29
Update comments and CHANGELOG for PR 442
Alan Somers
2016-10-29
impl Send for KEvent
Alan Somers
2016-10-16
Attempt to fix build for non-{android,linux} platforms
David Hou
2016-10-16
wait: Support ptrace events for Linux
David Hou
2016-10-13
Merge github.com:nix-rust/nix into evfilt
Alan Somers
2016-10-02
Use libc_bitflags! for EventFlag
Alan Somers
2016-09-18
struct KEvent should wrap an inner libc::kevent structure
Alan Somers
2016-09-17
Removes SIGSTKFLT when cross-compiling to MIPS.
Tim Ryan
2016-09-17
Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte.
Mathias Svensson
2016-09-17
Auto merge of #410 - fiveop:epoll_create1, r=posborne
Homu
2016-09-15
Rename EpollEventKind to EpollFlags, according to convention.
Philipp Matthias Schaefer
2016-09-15
Add EpollCrateFlags bitflag type.
Philipp Matthias Schaefer
2016-09-09
Add MSG_CMSG_CLOEXEC to MsgFlags on Linux
Sebastian Dröge
2016-09-08
Remove macos NOTE_ definitions that aren't in libc
Alan Somers
2016-09-08
Reconcile with libc changes
Alan Somers
2016-09-08
Add property readers to EpollEvent
Philipp Matthias Schaefer
2016-09-08
Readd EpollEvent
Philipp Matthias Schaefer
2016-09-08
Use libc's declarations
Hiroki Noda
2016-09-08
Not to set EPOLL_CLOEXEC by default.
Hiroki Noda
2016-09-08
Add epoll_create1 and set EPOLL_CLOEXEC flag by default.
Hiroki Noda
2016-09-02
Define kqueue-related stuff in terms of libc
Alan Somers
2016-08-25
Implement `Clone` for `FdSet` on Mac/iOS
Murarth
2016-08-10
Fix nix on FreeBSD amd64
Alan Somers
2016-08-10
Fix the sockopt_impl matcher rule order.
Alan Somers
2016-07-18
Fix NetBSD build
Tobias Bucher
2016-07-14
Name enum variants after the libc constants
Sergey Bugaev
2016-07-14
Revert "Manually match on RebootMode::*"
Sergey Bugaev
2016-07-14
Add some documentation
Sergey Bugaev
2016-07-14
Switch Clone and Copy
Sergey Bugaev
2016-07-13
Manually match on RebootMode::*
Sergey Bugaev
2016-07-13
Use libc's declarations
Sergey Bugaev
2016-07-13
Stop targeting Android
Sergey Bugaev
[prev]
[next]