summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2017-01-11Auto merge of #486 - hicqu:master, r=fiveopHomu
2017-01-11Auto merge of #489 - fiveop:fixcopyinto, r=fiveopHomu
2017-01-11Auto merge of #492 - domsj:fix-eventfd-feature, r=fiveopHomu
2017-01-11Auto merge of #496 - fiveop:consolidate_socketaddr_storage, r=@fiveopHomu
2017-01-10Always use libc's socketaddr_storagePhilipp Matthias Schaefer
2016-12-29fix eventfd buildJan Doms
2016-12-19fix all and update CHANGELOG.mdqupeng
2016-12-19Merge branch 'nix-rust'qupeng
2016-12-16Add POSIX AIO supportAlan Somers
2016-12-16Fix build on iOS platformConrad Kramer
2016-12-12EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized.qupeng
2016-12-12epoll: improve EpollEvent::empty() by using mem::uninitialized.qupeng
2016-12-11fix EpollEvent::empty()qupeng
2016-12-11add empty() in EpollEvent.qupeng
2016-12-11fix #480 and add simple test cases for that.qupeng
2016-12-10Fix ControlMessage::encode_into when encoding multiple messagesPhilipp Matthias Schaefer
2016-12-10Add support for system control sockets for XNUConrad Kramer
2016-12-10Add ioctl support for BSDConrad Kramer
2016-12-10Change the readwrite buf ioctl call to use a *mut pointerConrad Kramer
2016-12-10Fix typo in documentationConrad Kramer
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-11-19Opaqueify TimeValAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-11-15Auto merge of #460 - chaosagent:sys_signal, r=fiveopHomu
2016-11-15Auto merge of #463 - asomers:kevent, r=fiveopHomu
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-11-10Change KEvent to treat udata as an intptr_t instead of a uintptr_t.Alan Somers
2016-11-08Rename SigFlags to SigmaskHowDavid Hou
2016-11-06Add some tests for sys::signal.David Hou
2016-11-06Change SigFlags into an enum.David Hou
2016-11-05Use cfg_if to branch code in WaitStatus decodeDavid Hou
2016-10-31Remove `rustc-version` dependency and build scriptAlex Crichton
2016-10-29Update comments and CHANGELOG for PR 442Alan Somers
2016-10-29impl Send for KEventAlan Somers
2016-10-16Attempt to fix build for non-{android,linux} platformsDavid Hou
2016-10-16wait: Support ptrace events for LinuxDavid Hou
2016-10-13Merge github.com:nix-rust/nix into evfiltAlan Somers
2016-10-02Use libc_bitflags! for EventFlagAlan Somers
2016-09-18struct KEvent should wrap an inner libc::kevent structureAlan Somers
2016-09-17Removes SIGSTKFLT when cross-compiling to MIPS.Tim Ryan
2016-09-17Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte.Mathias Svensson
2016-09-17Auto merge of #410 - fiveop:epoll_create1, r=posborneHomu
2016-09-15Rename EpollEventKind to EpollFlags, according to convention.Philipp Matthias Schaefer
2016-09-15Add EpollCrateFlags bitflag type.Philipp Matthias Schaefer
2016-09-09Add MSG_CMSG_CLOEXEC to MsgFlags on LinuxSebastian Dröge
2016-09-08Remove macos NOTE_ definitions that aren't in libcAlan Somers
2016-09-08Reconcile with libc changesAlan Somers
2016-09-08Add property readers to EpollEventPhilipp Matthias Schaefer