summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-23Fixed typo in tcsetpgrpzethra
2016-11-19update CHANGELOG.md for PR #475Alan 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-19Auto merge of #474 - asomers:unixdomain, r=fiveopHomu
2016-11-18update CHANGELOG.md for PR #474Alan Somers
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-11-17Auto merge of #470 - fiveop:no_pre, r=posborneHomu
2016-11-17Auto merge of #469 - asomers:select, r=posborneHomu
2016-11-16Fix intermittency in test_selectAlan Somers
2016-11-16Get rid of version suffix between versionsPhilipp Matthias Schaefer
2016-11-16Auto merge of #467 - fiveop:fail_on_beta_fail, r=posborneHomu
2016-11-15Fail on beta builds again.Philipp Matthias Schaefer
2016-11-15Fix CHANGELOG.md linksPhilipp Matthias Schaefer
2016-11-15Auto merge of #460 - chaosagent:sys_signal, r=fiveopHomu
2016-11-15Auto merge of #463 - asomers:kevent, r=fiveopHomu
2016-11-14Added combined CHANGELOG entry for PRs 415, 442, and 463Alan Somers
2016-11-15Auto merge of #466 - fiveop:warnings, r=posborneHomu
2016-11-14Get rid of a few test compilation warningsPhilipp Matthias Schaefer
2016-11-15Auto merge of #445 - fiveop:kill_optional_signal, r=@kamalmarhubiHomu
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-11-14Auto merge of #465 - asomers:cleanup, r=posborneHomu
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-10Auto merge of #462 - dgreid:changelog_for_newcgroup, r=posborneHomu
2016-11-09Update CHANGELOD.md to include CLONE_NEWCGROUPDylan Reid
2016-11-08Add SigFlags -> SigmaskHow rename to CHANGELOG.mdDavid Hou