summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-18Auto merge of #508 - aidanhs:aphs-major-minor-macros, r=posborneHomu
2017-02-17Implement major/minor macros, correct mkdevAidan Hobson Sayers
2017-02-16Update bitflags to 0.7Simon Sapin
2017-02-14Auto merge of #438 - chaosagent:wait-ptrace, r=kamalmarhubiHomu
2017-01-26Auto merge of #483 - asomers:aio2, r=posborneHomu
2017-01-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2017-01-19unistd: add fchdir(2)Luca Bruno
2017-01-15sethostname: convert to taking OsStr refPaul Osborne
2017-01-15unistd: document and change implementation of gethostnamePaul Osborne
2017-01-15unistd: add docs for gethostname and tweak APIPaul Osborne
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-17Auto merge of #478 - conradev:sys-control, r=fiveopHomu
2016-12-17Auto merge of #490 - kevindejong:master, r=fiveopHomu
2016-12-17Auto merge of #491 - zethra:master, r=fiveopHomu
2016-12-16Fix build on iOS platformConrad Kramer
2016-12-12Added getpgrpzethra
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-11Ensure child stack passed to clone is 16 byte aligned.Kevin DeJong
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-12-02Auto merge of #475 - asomers:timespec, r=fiveopHomu
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-23Fixed typo in tcsetpgrpzethra
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-13Avoid TempDir::into_path(), because it doesn't cleanup on DropAlan Somers
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-08Added .map(drop) as requestedzethra