Age | Commit message (Expand) | Author |
2017-02-14 | Auto merge of #438 - chaosagent:wait-ptrace, r=kamalmarhubi | Homu |
2017-01-26 | Auto merge of #483 - asomers:aio2, r=posborne | Homu |
2017-01-25 | Add PhantomData to AioCb to track buffer's lifetime | Alan Somers |
2017-01-11 | Auto merge of #486 - hicqu:master, r=fiveop | Homu |
2017-01-11 | Auto merge of #489 - fiveop:fixcopyinto, r=fiveop | Homu |
2017-01-11 | Auto merge of #492 - domsj:fix-eventfd-feature, r=fiveop | Homu |
2017-01-11 | Auto merge of #496 - fiveop:consolidate_socketaddr_storage, r=@fiveop | Homu |
2017-01-10 | Always use libc's socketaddr_storage | Philipp Matthias Schaefer |
2016-12-29 | fix eventfd build | Jan Doms |
2016-12-19 | fix all and update CHANGELOG.md | qupeng |
2016-12-19 | Merge branch 'nix-rust' | qupeng |
2016-12-16 | Add POSIX AIO support | Alan Somers |
2016-12-16 | Fix build on iOS platform | Conrad Kramer |
2016-12-12 | EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized. | qupeng |
2016-12-12 | epoll: improve EpollEvent::empty() by using mem::uninitialized. | qupeng |
2016-12-11 | fix EpollEvent::empty() | qupeng |
2016-12-11 | add empty() in EpollEvent. | qupeng |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng |
2016-12-10 | Fix ControlMessage::encode_into when encoding multiple messages | Philipp Matthias Schaefer |
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 |