summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16Update bitflags to 0.7Simon Sapin
2017-02-14Auto merge of #438 - chaosagent:wait-ptrace, r=kamalmarhubiHomu
2017-01-27Auto merge of #499 - asomers:strcmp, r=posborneHomu
2017-01-26Fix a compiler warning on FreeBSDAlan Somers
2017-01-26Auto merge of #483 - asomers:aio2, r=posborneHomu
2017-01-25Fix typo in CHANGELOGAlan Somers
2017-01-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2017-01-23Auto merge of #498 - shepmaster:patch-1, r=fiveopHomu
2017-01-20Add categories to Cargo.tomlJake Goulding
2017-01-19Auto merge of #497 - lucab:to-upstream/fchdir, r=posborneHomu
2017-01-19changelog: update for fchdirLuca Bruno
2017-01-19unistd: add fchdir(2)Luca Bruno
2017-01-18Auto merge of #455 - posborne:gethostname-sethostname-updates, r=kamalmarhubiHomu
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-12updated changelogzethra
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-11test/mod.rs: only test epoll on linux.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-10Merge pull request #485 from fiveop/doc_linkPhilipp Matthias Schäfer
2016-12-10Add link to release documentationPhilipp Matthias Schaefer
2016-12-11Auto merge of #488 - fiveop:disable_17, r=@posborneHomu
2016-12-10Allow failures of 1.7 buildsPhilipp Matthias Schaefer
2016-12-02Auto merge of #475 - asomers:timespec, r=fiveopHomu
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-26Auto merge of #477 - zethra:master, r=fiveopHomu